#CCEEAA

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

Shades of Reef #CCEEAA

Tints of Reef #CCEEAA

Color information

#CCEEAA (or 0xCCEEAA) is unknown color: approx Reef. HEX triplet: CC, EE and AA. RGB value is (204,238,170). Sum of RGB (Red+Green+Blue) = 204+238+170=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 238 (93.36% from 255 or 38.89% from 612); Blue value is 170 (66.80% from 255 or 27.78% from 612); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEEAA is #331155. Grayscale: #DCDCDC. Windows color (decimal): -3346774 or 11202252. OLE color: 11202252.

HSL color Cylindrical-coordinate representation of color #CCEEAA: hue angle of 90º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCEEAA is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB204238170-
CMYK0.1400.290.07
HSL90º66.67%80%-
HSV(B)90º28.57%93.33%-
XYZ62.7376.8949.56-
YUV220.0899.74116.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.33%
GREEN value IS 238 (93.36% from 255) = 38.89%
BLUE value IS 170 (66.80% from 255) = 27.78%
R=33.33%
G=38.89%
B=27.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042381700.1400.290.079066.6780
HexCCEEAAE01D75a4350
Octal314356252160357132103120
Binary1100110011101110101010101110011101111101101010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEEAA; }

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

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

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

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

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

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

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

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