#C0FEBA

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

Shades of Tea Green #C0FEBA

Tints of Tea Green #C0FEBA

Color information

#C0FEBA (or 0xC0FEBA) is unknown color: approx Tea Green. HEX triplet: C0, FE and BA. RGB value is (192,254,186). Sum of RGB (Red+Green+Blue) = 192+254+186=632 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.38% from 632); Green value is 254 (99.61% from 255 or 40.19% from 632); Blue value is 186 (73.05% from 255 or 29.43% from 632); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FEBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FEBA is #3F0145. Grayscale: #E3E3E3. Windows color (decimal): -4129094 or 12254912. OLE color: 12254912.

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

Color convert

RGB192254186-
CMYK0.2400.270.00
HSL114.71º97.14%86.27%-
HSV(B)114.71º26.77%99.61%-
XYZ66.0485.6459.5-
YUV227.71104.46102.53-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.38%
GREEN value IS 254 (99.61% from 255) = 40.19%
BLUE value IS 186 (73.05% from 255) = 29.43%
R=30.38%
G=40.19%
B=29.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1922541860.2400.270.00114.7197.1486.27
HexC0FEBA1801B0736156
Octal300376272300330163141126
Binary110000001111111010111010110000110110111001111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FEBA; }

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

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

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

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

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

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

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

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