Html Css Color HEX #97F1C2 Magic Mint

📋 copy color: '#97F1C2'

red 151 ◦ green 241 ◦ blue 194

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

Shades of Magic Mint #97F1C2

Tints of Magic Mint #97F1C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 33.11%

R = 25.77%
G = 41.13%
B = 33.11%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#97F1C2 (or 0x97F1C2) is known color: Magic Mint. HEX triplet: 97, F1 and C2. RGB value is (151,241,194). Sum of RGB (Red+Green+Blue) = 151+241+194=586 (77% of max value = 765). Red value is 151 (59.38% from 255 or 25.77% from 586); Green value is 241 (94.53% from 255 or 41.13% from 586); Blue value is 194 (76.17% from 255 or 33.11% from 586); Max value from RGB is 241 - color contains mainly: green. Hex color #97F1C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97F1C2 is #680E3D. Grayscale: #D0D0D0. Windows color (decimal): -6819390 or 12775831. OLE color: 12775831.

HSL color Cylindrical-coordinate representation of color #97F1C2: hue angle of 148.67º 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 #97F1C2 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 151 241 194 -
CMYK 0.37 0 0.20 0.05
HSL 148.67º 0.76% 0.77% -
HSV(B) 148.67º 0.37% 0.95% -
XYZ 53.96 73.38 62.36 -
YUV 208.73 119.68 86.82 -
System Red Green Blue C M Y K H S L
Decimal 151 241 194 0.37 0 0.20 0.05 148.67 0.76 0.77
Hex 97 F1 C2 25 0 14 5 95 4C 4D
Octal 227 361 302 45 0 24 5 225 114 115
Binary 10010111 11110001 11000010 100101 0 10100 101 10010101 1001100 1001101

Color Harmonies of #97F1C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97F1C2

Black with #97F1C2

Text Example


Text Example

White with #97F1C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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