#CCEDC0

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

Shades of Tea Green #CCEDC0

Tints of Tea Green #CCEDC0

Color information

#CCEDC0 (or 0xCCEDC0) is unknown color: approx Tea Green. HEX triplet: CC, ED and C0. RGB value is (204,237,192). Sum of RGB (Red+Green+Blue) = 204+237+192=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 237 (92.97% from 255 or 37.44% from 633); Blue value is 192 (75.39% from 255 or 30.33% from 633); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEDC0 is #33123F. Grayscale: #DEDEDE. Windows color (decimal): -3347008 or 12643788. OLE color: 12643788.

HSL color Cylindrical-coordinate representation of color #CCEDC0: hue angle of 104º degrees, saturation: 0.56, 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 #CCEDC0 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB204237192-
CMYK0.1400.190.07
HSL104º55.56%84.12%-
HSV(B)104º18.99%92.94%-
XYZ64.777.2161.36-
YUV222111.07115.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.23%
GREEN value IS 237 (92.97% from 255) = 37.44%
BLUE value IS 192 (75.39% from 255) = 30.33%
R=32.23%
G=37.44%
B=30.33%

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
Decimal2042371920.1400.190.0710455.5684.12
HexCCEDC0E0137683854
Octal31435530016023715070124
Binary110011001110110111000000111001001111111010001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEDC0; }

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

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

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

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

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

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

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

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