#CCEEAF

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

Shades of Tea Green #CCEEAF

Tints of Tea Green #CCEEAF

Color information

#CCEEAF (or 0xCCEEAF) is unknown color: approx Tea Green. HEX triplet: CC, EE and AF. RGB value is (204,238,175). Sum of RGB (Red+Green+Blue) = 204+238+175=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 238 (93.36% from 255 or 38.57% from 617); Blue value is 175 (68.75% from 255 or 28.36% from 617); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEEAF is #331150. Grayscale: #DCDCDC. Windows color (decimal): -3346769 or 11529932. OLE color: 11529932.

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

Color convert

RGB204238175-
CMYK0.1400.260.07
HSL92.38º64.95%80.98%-
HSV(B)92.38º26.47%93.33%-
XYZ63.2177.0852.1-
YUV220.65102.24116.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.06%
GREEN value IS 238 (93.36% from 255) = 38.57%
BLUE value IS 175 (68.75% from 255) = 28.36%
R=33.06%
G=38.57%
B=28.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042381750.1400.260.0792.3864.9580.98
HexCCEEAFE01A75c4151
Octal314356257160327134101121
Binary1100110011101110101011111110011010111101110010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEEAF; }

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

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

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

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

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

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

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

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