#CEFCA9

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

Shades of Reef #CEFCA9

Tints of Reef #CEFCA9

Color information

#CEFCA9 (or 0xCEFCA9) is unknown color: approx Reef. HEX triplet: CE, FC and A9. RGB value is (206,252,169). Sum of RGB (Red+Green+Blue) = 206+252+169=627 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.85% from 627); Green value is 252 (98.83% from 255 or 40.19% from 627); Blue value is 169 (66.41% from 255 or 26.95% from 627); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFCA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFCA9 is #310356. Grayscale: #E5E5E5. Windows color (decimal): -3212119 or 11140302. OLE color: 11140302.

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

Color convert

RGB206252169-
CMYK0.1800.330.01
HSL93.25º93.26%82.55%-
HSV(B)93.25º32.94%98.82%-
XYZ67.4385.6150.51-
YUV228.7894.26111.75-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.85%
GREEN value IS 252 (98.83% from 255) = 40.19%
BLUE value IS 169 (66.41% from 255) = 26.95%
R=32.85%
G=40.19%
B=26.95%

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
Decimal2062521690.1800.330.0193.2593.2682.55
HexCEFCA91202115d5d53
Octal316374251220411135135123
Binary1100111011111100101010011001001000011101110110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFCA9; }

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

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

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

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

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

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

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

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