#CAE2BD

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

Shades of Tea Green #CAE2BD

Tints of Tea Green #CAE2BD

Color information

#CAE2BD (or 0xCAE2BD) is unknown color: approx Tea Green. HEX triplet: CA, E2 and BD. RGB value is (202,226,189). Sum of RGB (Red+Green+Blue) = 202+226+189=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 226 (88.67% from 255 or 36.63% from 617); Blue value is 189 (74.22% from 255 or 30.63% from 617); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE2BD is #351D42. Grayscale: #D6D6D6. Windows color (decimal): -3480899 or 12444362. OLE color: 12444362.

HSL color Cylindrical-coordinate representation of color #CAE2BD: hue angle of 98.92º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAE2BD is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB202226189-
CMYK0.1100.160.11
HSL98.92º38.95%81.37%-
HSV(B)98.92º16.37%88.63%-
XYZ60.7470.6258.57-
YUV214.61113.55119.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.74%
GREEN value IS 226 (88.67% from 255) = 36.63%
BLUE value IS 189 (74.22% from 255) = 30.63%
R=32.74%
G=36.63%
B=30.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2022261890.1100.160.1198.9238.9581.37
HexCAE2BDB010B632751
Octal312342275130201314347121
Binary1100101011100010101111011011010000101111000111001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE2BD; }

 p { color: rgb(202,226,189); }

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

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

 a { background-color: rgb(202,226,189); }

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

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

 span { border-color: rgb(202,226,189); }

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