#97FAD5

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

Shades of Magic Mint #97FAD5

Tints of Magic Mint #97FAD5

Color information

#97FAD5 (or 0x97FAD5) is unknown color: approx Magic Mint. HEX triplet: 97, FA and D5. RGB value is (151,250,213). Sum of RGB (Red+Green+Blue) = 151+250+213=614 (81% of max value = 765). Red value is 151 (59.38% from 255 or 24.59% from 614); Green value is 250 (98.05% from 255 or 40.72% from 614); Blue value is 213 (83.59% from 255 or 34.69% from 614); Max value from RGB is 250 - color contains mainly: green. Hex color #97FAD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97FAD5 is #68052A. Grayscale: #D8D8D8. Windows color (decimal): -6817067 or 14023319. OLE color: 14023319.

HSL color Cylindrical-coordinate representation of color #97FAD5: hue angle of 157.58º 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 #97FAD5 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB151250213-
CMYK0.4000.150.02
HSL157.58º90.83%78.63%-
HSV(B)157.58º39.6%98.04%-
XYZ58.9679.7575.24-
YUV216.18126.281.51-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 24.59%
GREEN value IS 250 (98.05% from 255) = 40.72%
BLUE value IS 213 (83.59% from 255) = 34.69%
R=24.59%
G=40.72%
B=34.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1512502130.4000.150.02157.5890.8378.63
Hex97FAD5280F29e5b4f
Octal227372325500172236133117
Binary10010111111110101101010110100001111101001111010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97FAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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