#CAE8B9

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

Shades of Tea Green #CAE8B9

Tints of Tea Green #CAE8B9

Color information

#CAE8B9 (or 0xCAE8B9) is unknown color: approx Tea Green. HEX triplet: CA, E8 and B9. RGB value is (202,232,185). Sum of RGB (Red+Green+Blue) = 202+232+185=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 232 (91.02% from 255 or 37.48% from 619); Blue value is 185 (72.66% from 255 or 29.89% from 619); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE8B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE8B9 is #351746. Grayscale: #D9D9D9. Windows color (decimal): -3479367 or 12183754. OLE color: 12183754.

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

Color convert

RGB202232185-
CMYK0.1300.200.09
HSL98.3º50.54%81.76%-
HSV(B)98.3º20.26%90.98%-
XYZ61.9773.7756.87-
YUV217.67109.56116.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.63%
GREEN value IS 232 (91.02% from 255) = 37.48%
BLUE value IS 185 (72.66% from 255) = 29.89%
R=32.63%
G=37.48%
B=29.89%

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
Decimal2022321850.1300.200.0998.350.5481.76
HexCAE8B9D0149623352
Octal312350271150241114263122
Binary1100101011101000101110011101010100100111000101100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE8B9; }

 p { color: rgb(202,232,185); }

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

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

 a { background-color: rgb(202,232,185); }

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

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

 span { border-color: rgb(202,232,185); }

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