#CAFAB4

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

Shades of Tea Green #CAFAB4

Tints of Tea Green #CAFAB4

Color information

#CAFAB4 (or 0xCAFAB4) is unknown color: approx Tea Green. HEX triplet: CA, FA and B4. RGB value is (202,250,180). Sum of RGB (Red+Green+Blue) = 202+250+180=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 250 (98.05% from 255 or 39.56% from 632); Blue value is 180 (70.70% from 255 or 28.48% from 632); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFAB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFAB4 is #35054B. Grayscale: #E3E3E3. Windows color (decimal): -3474764 or 11860682. OLE color: 11860682.

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

Color convert

RGB202250180-
CMYK0.1900.280.02
HSL101.14º87.5%84.31%-
HSV(B)101.14º28%98.04%-
XYZ66.7884.2255.92-
YUV227.67101.1109.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.96%
GREEN value IS 250 (98.05% from 255) = 39.56%
BLUE value IS 180 (70.70% from 255) = 28.48%
R=31.96%
G=39.56%
B=28.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022501800.1900.280.02101.1487.584.31
HexCAFAB41301C2655854
Octal312372264230342145130124
Binary1100101011111010101101001001101110010110010110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFAB4; }

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

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

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

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

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

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

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

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