#CCEC9F

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

Shades of Reef #CCEC9F

Tints of Reef #CCEC9F

Color information

#CCEC9F (or 0xCCEC9F) is unknown color: approx Reef. HEX triplet: CC, EC and 9F. RGB value is (204,236,159). Sum of RGB (Red+Green+Blue) = 204+236+159=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 236 (92.58% from 255 or 39.40% from 599); Blue value is 159 (62.5% from 255 or 26.54% from 599); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEC9F is #331360. Grayscale: #D9D9D9. Windows color (decimal): -3347297 or 10480844. OLE color: 10480844.

HSL color Cylindrical-coordinate representation of color #CCEC9F: hue angle of 84.94º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCEC9F is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB204236159-
CMYK0.1400.330.07
HSL84.94º66.96%77.45%-
HSV(B)84.94º32.63%92.55%-
XYZ61.1675.3344.12-
YUV217.6594.9118.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.06%
GREEN value IS 236 (92.58% from 255) = 39.40%
BLUE value IS 159 (62.5% from 255) = 26.54%
R=34.06%
G=39.40%
B=26.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042361590.1400.330.0784.9466.9677.45
HexCCEC9FE021755434d
Octal314354237160417125103115
Binary11001100111011001001111111100100001111101010110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEC9F; }

 p { color: rgb(204,236,159); }

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

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

 a { background-color: rgb(204,236,159); }

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

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

 span { border-color: rgb(204,236,159); }

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