#CAE9BD

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

Shades of Tea Green #CAE9BD

Tints of Tea Green #CAE9BD

Color information

#CAE9BD (or 0xCAE9BD) is unknown color: approx Tea Green. HEX triplet: CA, E9 and BD. RGB value is (202,233,189). Sum of RGB (Red+Green+Blue) = 202+233+189=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 233 (91.41% from 255 or 37.34% from 624); Blue value is 189 (74.22% from 255 or 30.29% from 624); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE9BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE9BD is #351642. Grayscale: #DADADA. Windows color (decimal): -3479107 or 12446154. OLE color: 12446154.

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

Color convert

RGB202233189-
CMYK0.1300.190.09
HSL102.27º50%82.75%-
HSV(B)102.27º18.88%91.37%-
XYZ62.6874.5159.22-
YUV218.71111.23116.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.37%
GREEN value IS 233 (91.41% from 255) = 37.34%
BLUE value IS 189 (74.22% from 255) = 30.29%
R=32.37%
G=37.34%
B=30.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022331890.1300.190.09102.275082.75
HexCAE9BDD0139663253
Octal312351275150231114662123
Binary1100101011101001101111011101010011100111001101100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE9BD; }

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

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

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

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

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

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

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

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