#CAF3AC

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

Shades of Tea Green #CAF3AC

Tints of Tea Green #CAF3AC

Color information

#CAF3AC (or 0xCAF3AC) is unknown color: approx Tea Green. HEX triplet: CA, F3 and AC. RGB value is (202,243,172). Sum of RGB (Red+Green+Blue) = 202+243+172=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 243 (95.31% from 255 or 39.38% from 617); Blue value is 172 (67.58% from 255 or 27.88% from 617); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF3AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF3AC is #350C53. Grayscale: #DEDEDE. Windows color (decimal): -3476564 or 11334602. OLE color: 11334602.

HSL color Cylindrical-coordinate representation of color #CAF3AC: hue angle of 94.65º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAF3AC is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB202243172-
CMYK0.1700.290.05
HSL94.65º74.74%81.37%-
HSV(B)94.65º29.22%95.29%-
XYZ63.8579.6451.04-
YUV222.6599.42113.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.74%
GREEN value IS 243 (95.31% from 255) = 39.38%
BLUE value IS 172 (67.58% from 255) = 27.88%
R=32.74%
G=39.38%
B=27.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022431720.1700.290.0594.6574.7481.37
HexCAF3AC1101D55f4b51
Octal312363254210355137113121
Binary11001010111100111010110010001011101101101111110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF3AC; }

 p { color: rgb(202,243,172); }

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

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

 a { background-color: rgb(202,243,172); }

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

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

 span { border-color: rgb(202,243,172); }

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