#CAFFC0

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

Shades of Tea Green #CAFFC0

Tints of Tea Green #CAFFC0

Color information

#CAFFC0 (or 0xCAFFC0) is unknown color: approx Tea Green. HEX triplet: CA, FF and C0. RGB value is (202,255,192). Sum of RGB (Red+Green+Blue) = 202+255+192=649 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.12% from 649); Green value is 255 (100% from 255 or 39.29% from 649); Blue value is 192 (75.39% from 255 or 29.58% from 649); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFC0 is #35003F. Grayscale: #E8E8E8. Windows color (decimal): -3473472 or 12648394. OLE color: 12648394.

HSL color Cylindrical-coordinate representation of color #CAFFC0: hue angle of 110.48º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAFFC0 is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB202255192-
CMYK0.2100.250
HSL110.48º100%87.65%-
HSV(B)110.48º24.71%100%-
XYZ69.6387.8863.16-
YUV231.97105.44106.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.12%
GREEN value IS 255 (100% from 255) = 39.29%
BLUE value IS 192 (75.39% from 255) = 29.58%
R=31.12%
G=39.29%
B=29.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022551920.2100.250110.4810087.65
HexCAFFC01501906e6458
Octal312377300250310156144130
Binary110010101111111111000000101010110010110111011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFFC0; }

 p { color: rgb(202,255,192); }

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

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

 a { background-color: rgb(202,255,192); }

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

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

 span { border-color: rgb(202,255,192); }

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