#CEEF9D

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

Shades of Reef #CEEF9D

Tints of Reef #CEEF9D

Color information

#CEEF9D (or 0xCEEF9D) is unknown color: approx Reef. HEX triplet: CE, EF and 9D. RGB value is (206,239,157). Sum of RGB (Red+Green+Blue) = 206+239+157=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 239 (93.75% from 255 or 39.70% from 602); Blue value is 157 (61.72% from 255 or 26.08% from 602); Max value from RGB is 239 - color contains mainly: green. Hex color #CEEF9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEF9D is #311062. Grayscale: #DCDCDC. Windows color (decimal): -3215459 or 10350542. OLE color: 10350542.

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

Color convert

RGB206239157-
CMYK0.1400.340.06
HSL84.15º71.93%77.65%-
HSV(B)84.15º34.31%93.73%-
XYZ62.4177.2943.53-
YUV219.7892.57118.17-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.22%
GREEN value IS 239 (93.75% from 255) = 39.70%
BLUE value IS 157 (61.72% from 255) = 26.08%
R=34.22%
G=39.70%
B=26.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2062391570.1400.340.0684.1571.9377.65
HexCEEF9DE022654484e
Octal316357235160426124110116
Binary11001110111011111001110111100100010110101010010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEF9D; }

 p { color: rgb(206,239,157); }

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

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

 a { background-color: rgb(206,239,157); }

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

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

 span { border-color: rgb(206,239,157); }

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