#CEFCA8

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

Shades of Reef #CEFCA8

Tints of Reef #CEFCA8

Color information

#CEFCA8 (or 0xCEFCA8) is unknown color: approx Reef. HEX triplet: CE, FC and A8. RGB value is (206,252,168). Sum of RGB (Red+Green+Blue) = 206+252+168=626 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.91% from 626); Green value is 252 (98.83% from 255 or 40.26% from 626); Blue value is 168 (66.02% from 255 or 26.84% from 626); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFCA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFCA8 is #310357. Grayscale: #E4E4E4. Windows color (decimal): -3212120 or 11074766. OLE color: 11074766.

HSL color Cylindrical-coordinate representation of color #CEFCA8: hue angle of 92.86º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEFCA8 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB206252168-
CMYK0.1800.330.01
HSL92.86º93.33%82.35%-
HSV(B)92.86º33.33%98.82%-
XYZ67.3385.5750.01-
YUV228.6793.76111.83-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.91%
GREEN value IS 252 (98.83% from 255) = 40.26%
BLUE value IS 168 (66.02% from 255) = 26.84%
R=32.91%
G=40.26%
B=26.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062521680.1800.330.0192.8693.3382.35
HexCEFCA81202115d5d52
Octal316374250220411135135122
Binary1100111011111100101010001001001000011101110110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFCA8; }

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

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

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

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

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

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

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

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