#C0FDAF

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

Shades of Tea Green #C0FDAF

Tints of Tea Green #C0FDAF

Color information

#C0FDAF (or 0xC0FDAF) is unknown color: approx Tea Green. HEX triplet: C0, FD and AF. RGB value is (192,253,175). Sum of RGB (Red+Green+Blue) = 192+253+175=620 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.97% from 620); Green value is 253 (99.22% from 255 or 40.81% from 620); Blue value is 175 (68.75% from 255 or 28.23% from 620); Max value from RGB is 253 - color contains mainly: green. Hex color #C0FDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FDAF is #3F0250. Grayscale: #E2E2E2. Windows color (decimal): -4129361 or 11533760. OLE color: 11533760.

HSL color Cylindrical-coordinate representation of color #C0FDAF: hue angle of 106.92º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0FDAF is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB192253175-
CMYK0.2400.310.01
HSL106.92º95.12%83.92%-
HSV(B)106.92º30.83%99.22%-
XYZ64.684.5553.47-
YUV225.8799.29103.84-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.97%
GREEN value IS 253 (99.22% from 255) = 40.81%
BLUE value IS 175 (68.75% from 255) = 28.23%
R=30.97%
G=40.81%
B=28.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1922531750.2400.310.01106.9295.1283.92
HexC0FDAF1801F16b5f54
Octal300375257300371153137124
Binary110000001111110110101111110000111111110101110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FDAF; }

 p { color: rgb(192,253,175); }

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

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

 a { background-color: rgb(192,253,175); }

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

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

 span { border-color: rgb(192,253,175); }

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