#CAE1BA

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

Shades of Tea Green #CAE1BA

Tints of Tea Green #CAE1BA

Color information

#CAE1BA (or 0xCAE1BA) is unknown color: approx Tea Green. HEX triplet: CA, E1 and BA. RGB value is (202,225,186). Sum of RGB (Red+Green+Blue) = 202+225+186=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 225 (88.28% from 255 or 36.70% from 613); Blue value is 186 (73.05% from 255 or 30.34% from 613); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE1BA is #351E45. Grayscale: #D5D5D5. Windows color (decimal): -3481158 or 12247498. OLE color: 12247498.

HSL color Cylindrical-coordinate representation of color #CAE1BA: hue angle of 95.38º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAE1BA is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB202225186-
CMYK0.1000.170.12
HSL95.38º39.39%80.59%-
HSV(B)95.38º17.33%88.24%-
XYZ60.1569.9556.79-
YUV213.68112.38119.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.95%
GREEN value IS 225 (88.28% from 255) = 36.70%
BLUE value IS 186 (73.05% from 255) = 30.34%
R=32.95%
G=36.70%
B=30.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022251860.1000.170.1295.3839.3980.59
HexCAE1BAA011C5f2751
Octal312341272120211413747121
Binary1100101011100001101110101010010001110010111111001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE1BA; }

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

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

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

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

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

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

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

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