#CEEE9F

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

Shades of Reef #CEEE9F

Tints of Reef #CEEE9F

Color information

#CEEE9F (or 0xCEEE9F) is unknown color: approx Reef. HEX triplet: CE, EE and 9F. RGB value is (206,238,159). Sum of RGB (Red+Green+Blue) = 206+238+159=603 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.16% from 603); Green value is 238 (93.36% from 255 or 39.47% from 603); Blue value is 159 (62.5% from 255 or 26.37% from 603); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEE9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEE9F is #311160. Grayscale: #DBDBDB. Windows color (decimal): -3215713 or 10481358. OLE color: 10481358.

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

Color convert

RGB206238159-
CMYK0.1300.330.07
HSL84.3º69.91%77.84%-
HSV(B)84.3º33.19%93.33%-
XYZ62.2976.7744.34-
YUV219.4393.9118.42-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.16%
GREEN value IS 238 (93.36% from 255) = 39.47%
BLUE value IS 159 (62.5% from 255) = 26.37%
R=34.16%
G=39.47%
B=26.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062381590.1300.330.0784.369.9177.84
HexCEEE9FD021754464e
Octal316356237150417124106116
Binary11001110111011101001111111010100001111101010010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEE9F; }

 p { color: rgb(206,238,159); }

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

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

 a { background-color: rgb(206,238,159); }

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

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

 span { border-color: rgb(206,238,159); }

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