Html Css Color HEX #97FFBA Magic Mint

📋 copy color: '#97FFBA'

red 151 ◦ green 255 ◦ blue 186

#97FFBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magic Mint #97FFBA

Tints of Magic Mint #97FFBA

RGB

 RED value IS 151 (59.38% from 255) = 25.51%

 GREEN value IS 255 (100% from 255) = 43.07%

 BLUE value IS 186 (73.05% from 255) = 31.42%

R = 25.51%
G = 43.07%
B = 31.42%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#97FFBA (or 0x97FFBA) is known color: Magic Mint. HEX triplet: 97, FF and BA. RGB value is (151,255,186). Sum of RGB (Red+Green+Blue) = 151+255+186=592 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.51% from 592); Green value is 255 (100% from 255 or 43.07% from 592); Blue value is 186 (73.05% from 255 or 31.42% from 592); Max value from RGB is 255 - color contains mainly: green. Hex color #97FFBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97FFBA is #680045. Grayscale: #D8D8D8. Windows color (decimal): -6815814 or 12255127. OLE color: 12255127.

HSL color Cylindrical-coordinate representation of color #97FFBA: hue angle of 140.19º 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 #97FFBA is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 151 255 186 -
CMYK 0.41 0 0.27 0
HSL 140.19º 1% 0.8% -
HSV(B) 140.19º 0.41% 1% -
XYZ 57.39 81.64 59.19 -
YUV 216.04 111.04 81.61 -
System Red Green Blue C M Y K H S L
Decimal 151 255 186 0.41 0 0.27 0 140.19 1 0.8
Hex 97 FF BA 29 0 1B 0 8C 64 50
Octal 227 377 272 51 0 33 0 214 144 120
Binary 10010111 11111111 10111010 101001 0 11011 0 10001100 1100100 1010000

Color Harmonies of #97FFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97FFBA

Black with #97FFBA

Text Example


Text Example

White with #97FFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #97FFBA;
 }
 .AnyTagClassName
 {
   color: #97FFBA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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