#CAEAB1

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

Shades of Tea Green #CAEAB1

Tints of Tea Green #CAEAB1

Color information

#CAEAB1 (or 0xCAEAB1) is unknown color: approx Tea Green. HEX triplet: CA, EA and B1. RGB value is (202,234,177). Sum of RGB (Red+Green+Blue) = 202+234+177=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 234 (91.80% from 255 or 38.17% from 613); Blue value is 177 (69.53% from 255 or 28.87% from 613); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEAB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEAB1 is #35154E. Grayscale: #DADADA. Windows color (decimal): -3478863 or 11659978. OLE color: 11659978.

HSL color Cylindrical-coordinate representation of color #CAEAB1: hue angle of 93.68º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAEAB1 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB202234177-
CMYK0.1400.240.08
HSL93.68º57.58%80.59%-
HSV(B)93.68º24.36%91.76%-
XYZ61.7274.5852.74-
YUV217.93104.9116.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.95%
GREEN value IS 234 (91.80% from 255) = 38.17%
BLUE value IS 177 (69.53% from 255) = 28.87%
R=32.95%
G=38.17%
B=28.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022341770.1400.240.0893.6857.5880.59
HexCAEAB1E01885e3a51
Octal312352261160301013672121
Binary1100101011101010101100011110011000100010111101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEAB1; }

 p { color: rgb(202,234,177); }

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

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

 a { background-color: rgb(202,234,177); }

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

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

 span { border-color: rgb(202,234,177); }

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