#CCE5BA

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

Shades of Tea Green #CCE5BA

Tints of Tea Green #CCE5BA

Color information

#CCE5BA (or 0xCCE5BA) is unknown color: approx Tea Green. HEX triplet: CC, E5 and BA. RGB value is (204,229,186). Sum of RGB (Red+Green+Blue) = 204+229+186=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 229 (89.84% from 255 or 37.00% from 619); Blue value is 186 (73.05% from 255 or 30.05% from 619); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE5BA is #331A45. Grayscale: #D8D8D8. Windows color (decimal): -3349062 or 12248524. OLE color: 12248524.

HSL color Cylindrical-coordinate representation of color #CCE5BA: hue angle of 94.88º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCE5BA is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB204229186-
CMYK0.1100.190.10
HSL94.88º45.26%81.37%-
HSV(B)94.88º18.78%89.8%-
XYZ61.7872.4257.18-
YUV216.62110.72119-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.96%
GREEN value IS 229 (89.84% from 255) = 37.00%
BLUE value IS 186 (73.05% from 255) = 30.05%
R=32.96%
G=37.00%
B=30.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2042291860.1100.190.1094.8845.2681.37
HexCCE5BAB013A5f2d51
Octal314345272130231213755121
Binary1100110011100101101110101011010011101010111111011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE5BA; }

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

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

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

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

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

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

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

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