#CCEABD

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

Shades of Tea Green #CCEABD

Tints of Tea Green #CCEABD

Color information

#CCEABD (or 0xCCEABD) is unknown color: approx Tea Green. HEX triplet: CC, EA and BD. RGB value is (204,234,189). Sum of RGB (Red+Green+Blue) = 204+234+189=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 234 (91.80% from 255 or 37.32% from 627); Blue value is 189 (74.22% from 255 or 30.14% from 627); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEABD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEABD is #331542. Grayscale: #DCDCDC. Windows color (decimal): -3347779 or 12446412. OLE color: 12446412.

HSL color Cylindrical-coordinate representation of color #CCEABD: hue angle of 100º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCEABD is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB204234189-
CMYK0.1300.190.08
HSL100º51.72%82.94%-
HSV(B)100º19.23%91.76%-
XYZ63.5175.3659.34-
YUV219.9110.56116.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.54%
GREEN value IS 234 (91.80% from 255) = 37.32%
BLUE value IS 189 (74.22% from 255) = 30.14%
R=32.54%
G=37.32%
B=30.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042341890.1300.190.0810051.7282.94
HexCCEABDD0138643453
Octal314352275150231014464123
Binary1100110011101010101111011101010011100011001001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEABD; }

 p { color: rgb(204,234,189); }

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

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

 a { background-color: rgb(204,234,189); }

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

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

 span { border-color: rgb(204,234,189); }

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