#CAE9BA

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

Shades of Tea Green #CAE9BA

Tints of Tea Green #CAE9BA

Color information

#CAE9BA (or 0xCAE9BA) is unknown color: approx Tea Green. HEX triplet: CA, E9 and BA. RGB value is (202,233,186). Sum of RGB (Red+Green+Blue) = 202+233+186=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 233 (91.41% from 255 or 37.52% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE9BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE9BA is #351645. Grayscale: #DADADA. Windows color (decimal): -3479110 or 12249546. OLE color: 12249546.

HSL color Cylindrical-coordinate representation of color #CAE9BA: hue angle of 99.57º degrees, saturation: 0.52, 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 #CAE9BA is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB202233186-
CMYK0.1300.200.09
HSL99.57º51.65%82.16%-
HSV(B)99.57º20.17%91.37%-
XYZ62.3674.3857.52-
YUV218.37109.73116.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.53%
GREEN value IS 233 (91.41% from 255) = 37.52%
BLUE value IS 186 (73.05% from 255) = 29.95%
R=32.53%
G=37.52%
B=29.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022331860.1300.200.0999.5751.6582.16
HexCAE9BAD0149643452
Octal312351272150241114464122
Binary1100101011101001101110101101010100100111001001101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE9BA; }

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

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

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

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

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

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

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

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