#CCEAAA

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

Shades of Reef #CCEAAA

Tints of Reef #CCEAAA

Color information

#CCEAAA (or 0xCCEAAA) is unknown color: approx Reef. HEX triplet: CC, EA and AA. RGB value is (204,234,170). Sum of RGB (Red+Green+Blue) = 204+234+170=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 234 (91.80% from 255 or 38.49% from 608); Blue value is 170 (66.80% from 255 or 27.96% from 608); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEAAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEAAA is #331555. Grayscale: #D9D9D9. Windows color (decimal): -3347798 or 11201228. OLE color: 11201228.

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

Color convert

RGB204234170-
CMYK0.1300.270.08
HSL88.12º60.38%79.22%-
HSV(B)88.12º27.35%91.76%-
XYZ61.5874.5949.18-
YUV217.73101.06118.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.55%
GREEN value IS 234 (91.80% from 255) = 38.49%
BLUE value IS 170 (66.80% from 255) = 27.96%
R=33.55%
G=38.49%
B=27.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042341700.1300.270.0888.1260.3879.22
HexCCEAAAD01B8583c4f
Octal314352252150331013074117
Binary1100110011101010101010101101011011100010110001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEAAA; }

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

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

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

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

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

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

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

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