#CAEAC3

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

Shades of Tea Green #CAEAC3

Tints of Tea Green #CAEAC3

Color information

#CAEAC3 (or 0xCAEAC3) is unknown color: approx Tea Green. HEX triplet: CA, EA and C3. RGB value is (202,234,195). Sum of RGB (Red+Green+Blue) = 202+234+195=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 234 (91.80% from 255 or 37.08% from 631); Blue value is 195 (76.56% from 255 or 30.90% from 631); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEAC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEAC3 is #35153C. Grayscale: #DCDCDC. Windows color (decimal): -3478845 or 12839626. OLE color: 12839626.

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

Color convert

RGB202234195-
CMYK0.1400.170.08
HSL109.23º48.15%84.12%-
HSV(B)109.23º16.67%91.76%-
XYZ63.6375.3462.82-
YUV219.99113.9115.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.01%
GREEN value IS 234 (91.80% from 255) = 37.08%
BLUE value IS 195 (76.56% from 255) = 30.90%
R=32.01%
G=37.08%
B=30.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022341950.1400.170.08109.2348.1584.12
HexCAEAC3E01186d3054
Octal312352303160211015560124
Binary1100101011101010110000111110010001100011011011100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEAC3; }

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

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

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

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

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

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

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

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