#CAF0AF

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

Shades of Tea Green #CAF0AF

Tints of Tea Green #CAF0AF

Color information

#CAF0AF (or 0xCAF0AF) is unknown color: approx Tea Green. HEX triplet: CA, F0 and AF. RGB value is (202,240,175). Sum of RGB (Red+Green+Blue) = 202+240+175=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 240 (94.14% from 255 or 38.90% from 617); Blue value is 175 (68.75% from 255 or 28.36% from 617); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF0AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF0AF is #350F50. Grayscale: #DDDDDD. Windows color (decimal): -3477329 or 11530442. OLE color: 11530442.

HSL color Cylindrical-coordinate representation of color #CAF0AF: hue angle of 95.08º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAF0AF is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB202240175-
CMYK0.1600.270.06
HSL95.08º68.42%81.37%-
HSV(B)95.08º27.08%94.12%-
XYZ63.2677.9752.27-
YUV221.23101.91114.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.74%
GREEN value IS 240 (94.14% from 255) = 38.90%
BLUE value IS 175 (68.75% from 255) = 28.36%
R=32.74%
G=38.90%
B=28.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022401750.1600.270.0695.0868.4281.37
HexCAF0AF1001B65f4451
Octal312360257200336137104121
Binary11001010111100001010111110000011011110101111110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF0AF; }

 p { color: rgb(202,240,175); }

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

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

 a { background-color: rgb(202,240,175); }

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

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

 span { border-color: rgb(202,240,175); }

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