#CCEDB0

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

Shades of Tea Green #CCEDB0

Tints of Tea Green #CCEDB0

Color information

#CCEDB0 (or 0xCCEDB0) is unknown color: approx Tea Green. HEX triplet: CC, ED and B0. RGB value is (204,237,176). Sum of RGB (Red+Green+Blue) = 204+237+176=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 237 (92.97% from 255 or 38.41% from 617); Blue value is 176 (69.14% from 255 or 28.53% from 617); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEDB0 is #33124F. Grayscale: #DCDCDC. Windows color (decimal): -3347024 or 11595212. OLE color: 11595212.

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

Color convert

RGB204237176-
CMYK0.1400.260.07
HSL92.46º62.89%80.98%-
HSV(B)92.46º25.74%92.94%-
XYZ63.0276.5452.53-
YUV220.18103.07116.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.06%
GREEN value IS 237 (92.97% from 255) = 38.41%
BLUE value IS 176 (69.14% from 255) = 28.53%
R=33.06%
G=38.41%
B=28.53%

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
Decimal2042371760.1400.260.0792.4662.8980.98
HexCCEDB0E01A75c3f51
Octal31435526016032713477121
Binary110011001110110110110000111001101011110111001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEDB0; }

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

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

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

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

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

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

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

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