Html Css Color HEX #97F1BE Magic Mint

📋 copy color: '#97F1BE'

red 151 ◦ green 241 ◦ blue 190

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

Shades of Magic Mint #97F1BE

Tints of Magic Mint #97F1BE

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.41%

 BLUE value IS 190 (74.61% from 255) = 32.65%

R = 25.95%
G = 41.41%
B = 32.65%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#97F1BE (or 0x97F1BE) is known color: Magic Mint. HEX triplet: 97, F1 and BE. RGB value is (151,241,190). Sum of RGB (Red+Green+Blue) = 151+241+190=582 (77% of max value = 765). Red value is 151 (59.38% from 255 or 25.95% from 582); Green value is 241 (94.53% from 255 or 41.41% from 582); Blue value is 190 (74.61% from 255 or 32.65% from 582); Max value from RGB is 241 - color contains mainly: green. Hex color #97F1BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97F1BE is #680E41. Grayscale: #D0D0D0. Windows color (decimal): -6819394 or 12513687. OLE color: 12513687.

HSL color Cylindrical-coordinate representation of color #97F1BE: hue angle of 146º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #97F1BE is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 151 241 190 -
CMYK 0.37 0 0.21 0.05
HSL 146º 0.76% 0.77% -
HSV(B) 146º 0.37% 0.95% -
XYZ 53.51 73.21 60.03 -
YUV 208.28 117.68 87.15 -
System Red Green Blue C M Y K H S L
Decimal 151 241 190 0.37 0 0.21 0.05 146 0.76 0.77
Hex 97 F1 BE 25 0 15 5 92 4C 4D
Octal 227 361 276 45 0 25 5 222 114 115
Binary 10010111 11110001 10111110 100101 0 10101 101 10010010 1001100 1001101

Color Harmonies of #97F1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97F1BE

Black with #97F1BE

Text Example


Text Example

White with #97F1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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