#CCEDB7

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

Shades of Tea Green #CCEDB7

Tints of Tea Green #CCEDB7

Color information

#CCEDB7 (or 0xCCEDB7) is unknown color: approx Tea Green. HEX triplet: CC, ED and B7. RGB value is (204,237,183). Sum of RGB (Red+Green+Blue) = 204+237+183=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 237 (92.97% from 255 or 37.98% from 624); Blue value is 183 (71.88% from 255 or 29.33% from 624); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEDB7 is #331248. Grayscale: #DDDDDD. Windows color (decimal): -3347017 or 12053964. OLE color: 12053964.

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

Color convert

RGB204237183-
CMYK0.1400.230.07
HSL96.67º60%82.35%-
HSV(B)96.67º22.78%92.94%-
XYZ63.7376.8256.27-
YUV220.98106.57115.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.69%
GREEN value IS 237 (92.97% from 255) = 37.98%
BLUE value IS 183 (71.88% from 255) = 29.33%
R=32.69%
G=37.98%
B=29.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042371830.1400.230.0796.676082.35
HexCCEDB7E0177613c52
Octal31435526716027714174122
Binary110011001110110110110111111001011111111000011111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEDB7; }

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

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

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

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

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

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

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

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