#97FED0

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

Shades of Magic Mint #97FED0

Tints of Magic Mint #97FED0

Color information

#97FED0 (or 0x97FED0) is unknown color: approx Magic Mint. HEX triplet: 97, FE and D0. RGB value is (151,254,208). Sum of RGB (Red+Green+Blue) = 151+254+208=613 (81% of max value = 765). Red value is 151 (59.38% from 255 or 24.63% from 613); Green value is 254 (99.61% from 255 or 41.44% from 613); Blue value is 208 (81.64% from 255 or 33.93% from 613); Max value from RGB is 254 - color contains mainly: green. Hex color #97FED0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97FED0 is #68012F. Grayscale: #DADADA. Windows color (decimal): -6816048 or 13696663. OLE color: 13696663.

HSL color Cylindrical-coordinate representation of color #97FED0: hue angle of 153.2º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #97FED0 is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.

Color convert

RGB151254208-
CMYK0.4100.180.00
HSL153.2º98.1%79.41%-
HSV(B)153.2º40.55%99.61%-
XYZ59.5982.0272.36-
YUV217.96122.3880.24-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 24.63%
GREEN value IS 254 (99.61% from 255) = 41.44%
BLUE value IS 208 (81.64% from 255) = 33.93%
R=24.63%
G=41.44%
B=33.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1512542080.4100.180.00153.298.179.41
Hex97FED029012099624f
Octal227376320510220231142117
Binary10010111111111101101000010100101001001001100111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97FED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,254,208); }

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

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

 a { background-color: rgb(151,254,208); }

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

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

 span { border-color: rgb(151,254,208); }

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