#97F8CE

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

Shades of Magic Mint #97F8CE

Tints of Magic Mint #97F8CE

Color information

#97F8CE (or 0x97F8CE) is unknown color: approx Magic Mint. HEX triplet: 97, F8 and CE. RGB value is (151,248,206). Sum of RGB (Red+Green+Blue) = 151+248+206=605 (80% of max value = 765). Red value is 151 (59.38% from 255 or 24.96% from 605); Green value is 248 (97.27% from 255 or 40.99% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 248 - color contains mainly: green. Hex color #97F8CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97F8CE is #680731. Grayscale: #D6D6D6. Windows color (decimal): -6817586 or 13564055. OLE color: 13564055.

HSL color Cylindrical-coordinate representation of color #97F8CE: hue angle of 154.02º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #97F8CE is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB151248206-
CMYK0.3900.170.03
HSL154.02º87.39%78.24%-
HSV(B)154.02º39.11%97.25%-
XYZ57.4778.1770.45-
YUV214.21123.3682.92-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 24.96%
GREEN value IS 248 (97.27% from 255) = 40.99%
BLUE value IS 206 (80.86% from 255) = 34.05%
R=24.96%
G=40.99%
B=34.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1512482060.3900.170.03154.0287.3978.24
Hex97F8CE2701139a574e
Octal227370316470213232127116
Binary100101111111100011001110100111010001111001101010101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97F8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,248,206); }

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

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

 a { background-color: rgb(151,248,206); }

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

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

 span { border-color: rgb(151,248,206); }

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