#CCEDB2

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

Shades of Tea Green #CCEDB2

Tints of Tea Green #CCEDB2

Color information

#CCEDB2 (or 0xCCEDB2) is unknown color: approx Tea Green. HEX triplet: CC, ED and B2. RGB value is (204,237,178). Sum of RGB (Red+Green+Blue) = 204+237+178=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 237 (92.97% from 255 or 38.29% from 619); Blue value is 178 (69.92% from 255 or 28.76% from 619); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEDB2 is #33124D. Grayscale: #DCDCDC. Windows color (decimal): -3347022 or 11726284. OLE color: 11726284.

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

Color convert

RGB204237178-
CMYK0.1400.250.07
HSL93.56º62.11%81.37%-
HSV(B)93.56º24.89%92.94%-
XYZ63.2276.6253.58-
YUV220.41104.07116.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.96%
GREEN value IS 237 (92.97% from 255) = 38.29%
BLUE value IS 178 (69.92% from 255) = 28.76%
R=32.96%
G=38.29%
B=28.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042371780.1400.250.0793.5662.1181.37
HexCCEDB2E01975e3e51
Octal31435526216031713676121
Binary110011001110110110110010111001100111110111101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEDB2; }

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

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

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

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

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

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

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

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