#97FFBE

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

Shades of Magic Mint #97FFBE

Tints of Magic Mint #97FFBE

Color information

#97FFBE (or 0x97FFBE) is unknown color: approx Magic Mint. HEX triplet: 97, FF and BE. RGB value is (151,255,190). Sum of RGB (Red+Green+Blue) = 151+255+190=596 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.34% from 596); Green value is 255 (100% from 255 or 42.79% from 596); Blue value is 190 (74.61% from 255 or 31.88% from 596); Max value from RGB is 255 - color contains mainly: green. Hex color #97FFBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97FFBE is #680041. Grayscale: #D8D8D8. Windows color (decimal): -6815810 or 12517271. OLE color: 12517271.

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

Color convert

RGB151255190-
CMYK0.4100.250
HSL142.5º100%79.61%-
HSV(B)142.5º40.78%100%-
XYZ57.8281.8261.46-
YUV216.49113.0481.29-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 25.34%
GREEN value IS 255 (100% from 255) = 42.79%
BLUE value IS 190 (74.61% from 255) = 31.88%
R=25.34%
G=42.79%
B=31.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1512551900.4100.250142.510079.61
Hex97FFBE2901908e6450
Octal227377276510310216144120
Binary10010111111111111011111010100101100101000111011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97FFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,255,190); }

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

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

 a { background-color: rgb(151,255,190); }

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

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

 span { border-color: rgb(151,255,190); }

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