#CEEFA8

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

Shades of Reef #CEEFA8

Tints of Reef #CEEFA8

Color information

#CEEFA8 (or 0xCEEFA8) is unknown color: approx Reef. HEX triplet: CE, EF and A8. RGB value is (206,239,168). Sum of RGB (Red+Green+Blue) = 206+239+168=613 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.61% from 613); Green value is 239 (93.75% from 255 or 38.99% from 613); Blue value is 168 (66.02% from 255 or 27.41% from 613); Max value from RGB is 239 - color contains mainly: green. Hex color #CEEFA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEFA8 is #311057. Grayscale: #DDDDDD. Windows color (decimal): -3215448 or 11071438. OLE color: 11071438.

HSL color Cylindrical-coordinate representation of color #CEEFA8: hue angle of 87.89º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEEFA8 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB206239168-
CMYK0.1400.300.06
HSL87.89º68.93%79.8%-
HSV(B)87.89º29.71%93.73%-
XYZ63.3977.6848.7-
YUV221.0498.07117.27-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.61%
GREEN value IS 239 (93.75% from 255) = 38.99%
BLUE value IS 168 (66.02% from 255) = 27.41%
R=33.61%
G=38.99%
B=27.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2062391680.1400.300.0687.8968.9379.8
HexCEEFA8E01E6584550
Octal316357250160366130105120
Binary1100111011101111101010001110011110110101100010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEFA8; }

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

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

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

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

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

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

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

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