#CAFAAF

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

Shades of Tea Green #CAFAAF

Tints of Tea Green #CAFAAF

Color information

#CAFAAF (or 0xCAFAAF) is unknown color: approx Tea Green. HEX triplet: CA, FA and AF. RGB value is (202,250,175). Sum of RGB (Red+Green+Blue) = 202+250+175=627 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.22% from 627); Green value is 250 (98.05% from 255 or 39.87% from 627); Blue value is 175 (68.75% from 255 or 27.91% from 627); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFAAF is #350550. Grayscale: #E3E3E3. Windows color (decimal): -3474769 or 11533002. OLE color: 11533002.

HSL color Cylindrical-coordinate representation of color #CAFAAF: hue angle of 98.4º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAFAAF is Cyan = 0.19, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB202250175-
CMYK0.1900.30.02
HSL98.4º88.24%83.33%-
HSV(B)98.4º30%98.04%-
XYZ66.2884.0253.28-
YUV227.198.6110.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.22%
GREEN value IS 250 (98.05% from 255) = 39.87%
BLUE value IS 175 (68.75% from 255) = 27.91%
R=32.22%
G=39.87%
B=27.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022501750.1900.30.0298.488.2483.33
HexCAFAAF1301E2625853
Octal312372257230362142130123
Binary1100101011111010101011111001101111010110001010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFAAF; }

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

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

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

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

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

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

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

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