#CCE8BA

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

Shades of Tea Green #CCE8BA

Tints of Tea Green #CCE8BA

Color information

#CCE8BA (or 0xCCE8BA) is unknown color: approx Tea Green. HEX triplet: CC, E8 and BA. RGB value is (204,232,186). Sum of RGB (Red+Green+Blue) = 204+232+186=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 232 (91.02% from 255 or 37.30% from 622); Blue value is 186 (73.05% from 255 or 29.90% from 622); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE8BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE8BA is #331745. Grayscale: #DADADA. Windows color (decimal): -3348294 or 12249292. OLE color: 12249292.

HSL color Cylindrical-coordinate representation of color #CCE8BA: hue angle of 96.52º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCE8BA is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB204232186-
CMYK0.1200.200.09
HSL96.52º50%81.96%-
HSV(B)96.52º19.83%90.98%-
XYZ62.6274.157.46-
YUV218.38109.72117.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.80%
GREEN value IS 232 (91.02% from 255) = 37.30%
BLUE value IS 186 (73.05% from 255) = 29.90%
R=32.80%
G=37.30%
B=29.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2042321860.1200.200.0996.525081.96
HexCCE8BAC0149613252
Octal314350272140241114162122
Binary1100110011101000101110101100010100100111000011100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE8BA; }

 p { color: rgb(204,232,186); }

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

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

 a { background-color: rgb(204,232,186); }

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

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

 span { border-color: rgb(204,232,186); }

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