#97FABA

Color #97FABA Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #97FABA

Tints of Magic Mint #97FABA

Color information

#97FABA (or 0x97FABA) is unknown color: approx Magic Mint. HEX triplet: 97, FA and BA. RGB value is (151,250,186). Sum of RGB (Red+Green+Blue) = 151+250+186=587 (77% of max value = 765). Red value is 151 (59.38% from 255 or 25.72% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 250 - color contains mainly: green. Hex color #97FABA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97FABA is #680545. Grayscale: #D5D5D5. Windows color (decimal): -6817094 or 12253847. OLE color: 12253847.

HSL color Cylindrical-coordinate representation of color #97FABA: hue angle of 141.21º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97FABA is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB151250186-
CMYK0.4000.260.02
HSL141.21º90.83%78.63%-
HSV(B)141.21º39.6%98.04%-
XYZ55.8178.558.66-
YUV213.1112.783.7-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.72%
GREEN value IS 250 (98.05% from 255) = 42.59%
BLUE value IS 186 (73.05% from 255) = 31.69%
R=25.72%
G=42.59%
B=31.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1512501860.4000.260.02141.2190.8378.63
Hex97FABA2801A28d5b4f
Octal227372272500322215133117
Binary100101111111101010111010101000011010101000110110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97FABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97FABA; }

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

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

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

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

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

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

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

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