#C0FEB0

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

Shades of Tea Green #C0FEB0

Tints of Tea Green #C0FEB0

Color information

#C0FEB0 (or 0xC0FEB0) is unknown color: approx Tea Green. HEX triplet: C0, FE and B0. RGB value is (192,254,176). Sum of RGB (Red+Green+Blue) = 192+254+176=622 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.87% from 622); Green value is 254 (99.61% from 255 or 40.84% from 622); Blue value is 176 (69.14% from 255 or 28.30% from 622); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FEB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FEB0 is #3F014F. Grayscale: #E2E2E2. Windows color (decimal): -4129104 or 11599552. OLE color: 11599552.

HSL color Cylindrical-coordinate representation of color #C0FEB0: hue angle of 107.69º 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 #C0FEB0 is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB192254176-
CMYK0.2400.310.00
HSL107.69º97.5%84.31%-
HSV(B)107.69º30.71%99.61%-
XYZ65.0285.2254.1-
YUV226.5799.46103.34-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.87%
GREEN value IS 254 (99.61% from 255) = 40.84%
BLUE value IS 176 (69.14% from 255) = 28.30%
R=30.87%
G=40.84%
B=28.30%

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
Decimal1922541760.2400.310.00107.6997.584.31
HexC0FEB01801F06c6254
Octal300376260300370154142124
Binary110000001111111010110000110000111110110110011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FEB0; }

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

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

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

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

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

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

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

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