#CAE5BA

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

Shades of Tea Green #CAE5BA

Tints of Tea Green #CAE5BA

Color information

#CAE5BA (or 0xCAE5BA) is unknown color: approx Tea Green. HEX triplet: CA, E5 and BA. RGB value is (202,229,186). Sum of RGB (Red+Green+Blue) = 202+229+186=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 229 (89.84% from 255 or 37.12% from 617); Blue value is 186 (73.05% from 255 or 30.15% from 617); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE5BA is #351A45. Grayscale: #D8D8D8. Windows color (decimal): -3480134 or 12248522. OLE color: 12248522.

HSL color Cylindrical-coordinate representation of color #CAE5BA: hue angle of 97.67º 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 #CAE5BA is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB202229186-
CMYK0.1200.190.10
HSL97.67º45.26%81.37%-
HSV(B)97.67º18.78%89.8%-
XYZ61.2472.1457.15-
YUV216.02111.05118-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.74%
GREEN value IS 229 (89.84% from 255) = 37.12%
BLUE value IS 186 (73.05% from 255) = 30.15%
R=32.74%
G=37.12%
B=30.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2022291860.1200.190.1097.6745.2681.37
HexCAE5BAC013A622d51
Octal312345272140231214255121
Binary1100101011100101101110101100010011101011000101011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE5BA; }

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

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

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

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

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

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

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

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