#C0EF9B

Color #C0EF9B Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #C0EF9B

Tints of Reef #C0EF9B

Color information

#C0EF9B (or 0xC0EF9B) is unknown color: approx Reef. HEX triplet: C0, EF and 9B. RGB value is (192,239,155). Sum of RGB (Red+Green+Blue) = 192+239+155=586 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.76% from 586); Green value is 239 (93.75% from 255 or 40.78% from 586); Blue value is 155 (60.94% from 255 or 26.45% from 586); Max value from RGB is 239 - color contains mainly: green. Hex color #C0EF9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0EF9B is #3F1064. Grayscale: #D7D7D7. Windows color (decimal): -4132965 or 10219456. OLE color: 10219456.

HSL color Cylindrical-coordinate representation of color #C0EF9B: hue angle of 93.57º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C0EF9B is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB192239155-
CMYK0.2000.350.06
HSL93.57º72.41%77.25%-
HSV(B)93.57º35.15%93.73%-
XYZ58.5275.3142.46-
YUV215.3793.93111.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 32.76%
GREEN value IS 239 (93.75% from 255) = 40.78%
BLUE value IS 155 (60.94% from 255) = 26.45%
R=32.76%
G=40.78%
B=26.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1922391550.2000.350.0693.5772.4177.25
HexC0EF9B1402365e484d
Octal300357233240436136110115
Binary110000001110111110011011101000100011110101111010010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EF9B; }

 p { color: rgb(192,239,155); }

 H1.HeaderClassName
 {
   color: #C0EF9B;
 }
 .AnyTagClassName
 {
   color: #C0EF9B;
 }
</style>
background-color css

<style>
 a { background-color: #C0EF9B; }

 a { background-color: rgb(192,239,155); }

 div.DivClassName
 {
   background-color: #C0EF9B;
 }
 .BgClassName
 {
   background-color: #C0EF9B;
 }
</style>
border-color css

<style>
 span { border-color: #C0EF9B; }

 span { border-color: rgb(192,239,155); }

 td.TdClassName
 {
   border-color: #C0EF9B;
 }
 .TagClassName
 {
   border-color: #C0EF9B;
 }
</style>