#C0FABA

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

Shades of Tea Green #C0FABA

Tints of Tea Green #C0FABA

Color information

#C0FABA (or 0xC0FABA) is unknown color: approx Tea Green. HEX triplet: C0, FA and BA. RGB value is (192,250,186). Sum of RGB (Red+Green+Blue) = 192+250+186=628 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.57% from 628); Green value is 250 (98.05% from 255 or 39.81% from 628); Blue value is 186 (73.05% from 255 or 29.62% from 628); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FABA is #3F0545. Grayscale: #E1E1E1. Windows color (decimal): -4130118 or 12253888. OLE color: 12253888.

HSL color Cylindrical-coordinate representation of color #C0FABA: hue angle of 114.38º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C0FABA is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB192250186-
CMYK0.2300.260.02
HSL114.38º86.49%85.49%-
HSV(B)114.38º25.6%98.04%-
XYZ64.7983.1259.08-
YUV225.36105.78104.2-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.57%
GREEN value IS 250 (98.05% from 255) = 39.81%
BLUE value IS 186 (73.05% from 255) = 29.62%
R=30.57%
G=39.81%
B=29.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1922501860.2300.260.02114.3886.4985.49
HexC0FABA1701A2725655
Octal300372272270322162126125
Binary1100000011111010101110101011101101010111001010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FABA; }

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

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

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

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

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

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

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

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