#CCEEC0

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

Shades of Tea Green #CCEEC0

Tints of Tea Green #CCEEC0

Color information

#CCEEC0 (or 0xCCEEC0) is unknown color: approx Tea Green. HEX triplet: CC, EE and C0. RGB value is (204,238,192). Sum of RGB (Red+Green+Blue) = 204+238+192=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 238 (93.36% from 255 or 37.54% from 634); Blue value is 192 (75.39% from 255 or 30.28% from 634); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEEC0 is #33113F. Grayscale: #DEDEDE. Windows color (decimal): -3346752 or 12644044. OLE color: 12644044.

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

Color convert

RGB204238192-
CMYK0.1400.190.07
HSL104.35º57.5%84.31%-
HSV(B)104.35º19.33%93.33%-
XYZ64.9977.7961.46-
YUV222.59110.74114.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.18%
GREEN value IS 238 (93.36% from 255) = 37.54%
BLUE value IS 192 (75.39% from 255) = 30.28%
R=32.18%
G=37.54%
B=30.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042381920.1400.190.07104.3557.584.31
HexCCEEC0E0137683a54
Octal31435630016023715072124
Binary110011001110111011000000111001001111111010001110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEEC0; }

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

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

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

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

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

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

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

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