#CCEAA9

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

Shades of Reef #CCEAA9

Tints of Reef #CCEAA9

Color information

#CCEAA9 (or 0xCCEAA9) is unknown color: approx Reef. HEX triplet: CC, EA and A9. RGB value is (204,234,169). Sum of RGB (Red+Green+Blue) = 204+234+169=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 234 (91.80% from 255 or 38.55% from 607); Blue value is 169 (66.41% from 255 or 27.84% from 607); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEAA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEAA9 is #331556. Grayscale: #D9D9D9. Windows color (decimal): -3347799 or 11135692. OLE color: 11135692.

HSL color Cylindrical-coordinate representation of color #CCEAA9: hue angle of 87.69º 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 #CCEAA9 is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB204234169-
CMYK0.1300.280.08
HSL87.69º60.75%79.02%-
HSV(B)87.69º27.78%91.76%-
XYZ61.4974.5548.68-
YUV217.62100.56118.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.61%
GREEN value IS 234 (91.80% from 255) = 38.55%
BLUE value IS 169 (66.41% from 255) = 27.84%
R=33.61%
G=38.55%
B=27.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042341690.1300.280.0887.6960.7579.02
HexCCEAA9D01C8583d4f
Octal314352251150341013075117
Binary1100110011101010101010011101011100100010110001111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEAA9; }

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

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

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

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

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

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

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

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