#C0FAB2

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

Shades of Tea Green #C0FAB2

Tints of Tea Green #C0FAB2

Color information

#C0FAB2 (or 0xC0FAB2) is unknown color: approx Tea Green. HEX triplet: C0, FA and B2. RGB value is (192,250,178). Sum of RGB (Red+Green+Blue) = 192+250+178=620 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.97% from 620); Green value is 250 (98.05% from 255 or 40.32% from 620); Blue value is 178 (69.92% from 255 or 28.71% from 620); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FAB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FAB2 is #3F054D. Grayscale: #E0E0E0. Windows color (decimal): -4130126 or 11729600. OLE color: 11729600.

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

Color convert

RGB192250178-
CMYK0.2300.290.02
HSL108.33º87.8%83.92%-
HSV(B)108.33º28.8%98.04%-
XYZ63.9682.7954.73-
YUV224.45101.78104.85-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.97%
GREEN value IS 250 (98.05% from 255) = 40.32%
BLUE value IS 178 (69.92% from 255) = 28.71%
R=30.97%
G=40.32%
B=28.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1922501780.2300.290.02108.3387.883.92
HexC0FAB21701D26c5854
Octal300372262270352154130124
Binary1100000011111010101100101011101110110110110010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FAB2; }

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

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

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

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

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

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

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

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