#CEEAA9

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

Shades of Reef #CEEAA9

Tints of Reef #CEEAA9

Color information

#CEEAA9 (or 0xCEEAA9) is unknown color: approx Reef. HEX triplet: CE, EA and A9. RGB value is (206,234,169). Sum of RGB (Red+Green+Blue) = 206+234+169=609 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.83% from 609); Green value is 234 (91.80% from 255 or 38.42% from 609); Blue value is 169 (66.41% from 255 or 27.75% from 609); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEAA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEAA9 is #311556. Grayscale: #DADADA. Windows color (decimal): -3216727 or 11135694. OLE color: 11135694.

HSL color Cylindrical-coordinate representation of color #CEEAA9: hue angle of 85.85º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CEEAA9 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB206234169-
CMYK0.1200.280.08
HSL85.85º60.75%79.02%-
HSV(B)85.85º27.78%91.76%-
XYZ62.0474.8348.71-
YUV218.22100.22119.29-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.83%
GREEN value IS 234 (91.80% from 255) = 38.42%
BLUE value IS 169 (66.41% from 255) = 27.75%
R=33.83%
G=38.42%
B=27.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2062341690.1200.280.0885.8560.7579.02
HexCEEAA9C01C8563d4f
Octal316352251140341012675117
Binary1100111011101010101010011100011100100010101101111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEAA9; }

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

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

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

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

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

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

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

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