#CCEAA8

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

Shades of Reef #CCEAA8

Tints of Reef #CCEAA8

Color information

#CCEAA8 (or 0xCCEAA8) is unknown color: approx Reef. HEX triplet: CC, EA and A8. RGB value is (204,234,168). Sum of RGB (Red+Green+Blue) = 204+234+168=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 234 (91.80% from 255 or 38.61% from 606); Blue value is 168 (66.02% from 255 or 27.72% from 606); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEAA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEAA8 is #331557. Grayscale: #D9D9D9. Windows color (decimal): -3347800 or 11070156. OLE color: 11070156.

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

Color convert

RGB204234168-
CMYK0.1300.280.08
HSL87.27º61.11%78.82%-
HSV(B)87.27º28.21%91.76%-
XYZ61.3974.5148.19-
YUV217.51100.06118.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.66%
GREEN value IS 234 (91.80% from 255) = 38.61%
BLUE value IS 168 (66.02% from 255) = 27.72%
R=33.66%
G=38.61%
B=27.72%

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
Decimal2042341680.1300.280.0887.2761.1178.82
HexCCEAA8D01C8573d4f
Octal314352250150341012775117
Binary1100110011101010101010001101011100100010101111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEAA8; }

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

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

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

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

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

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

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

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