#CAE5BF

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

Shades of Tea Green #CAE5BF

Tints of Tea Green #CAE5BF

Color information

#CAE5BF (or 0xCAE5BF) is unknown color: approx Tea Green. HEX triplet: CA, E5 and BF. RGB value is (202,229,191). Sum of RGB (Red+Green+Blue) = 202+229+191=622 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.48% from 622); Green value is 229 (89.84% from 255 or 36.82% from 622); Blue value is 191 (75% from 255 or 30.71% from 622); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE5BF is #351A40. Grayscale: #D8D8D8. Windows color (decimal): -3480129 or 12576202. OLE color: 12576202.

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

Color convert

RGB202229191-
CMYK0.1200.170.10
HSL102.63º42.22%82.35%-
HSV(B)102.63º16.59%89.8%-
XYZ61.7872.3660-
YUV216.6113.55117.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.48%
GREEN value IS 229 (89.84% from 255) = 36.82%
BLUE value IS 191 (75% from 255) = 30.71%
R=32.48%
G=36.82%
B=30.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2022291910.1200.170.10102.6342.2282.35
HexCAE5BFC011A672a52
Octal312345277140211214752122
Binary1100101011100101101111111100010001101011001111010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE5BF; }

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

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

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

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

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

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

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

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