#C0FEAF

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

Shades of Tea Green #C0FEAF

Tints of Tea Green #C0FEAF

Color information

#C0FEAF (or 0xC0FEAF) is unknown color: approx Tea Green. HEX triplet: C0, FE and AF. RGB value is (192,254,175). Sum of RGB (Red+Green+Blue) = 192+254+175=621 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.92% from 621); Green value is 254 (99.61% from 255 or 40.90% from 621); Blue value is 175 (68.75% from 255 or 28.18% from 621); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FEAF is #3F0150. Grayscale: #E2E2E2. Windows color (decimal): -4129105 or 11534016. OLE color: 11534016.

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

Color convert

RGB192254175-
CMYK0.2400.310.00
HSL107.09º97.53%84.12%-
HSV(B)107.09º31.1%99.61%-
XYZ64.9285.1953.58-
YUV226.4698.96103.42-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.92%
GREEN value IS 254 (99.61% from 255) = 40.90%
BLUE value IS 175 (68.75% from 255) = 28.18%
R=30.92%
G=40.90%
B=28.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1922541750.2400.310.00107.0997.5384.12
HexC0FEAF1801F06b6254
Octal300376257300370153142124
Binary110000001111111010101111110000111110110101111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FEAF; }

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

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

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

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

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

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

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

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