Html Css Color HEX #97F2C6 Magic Mint

📋 copy color: '#97F2C6'

red 151 ◦ green 242 ◦ blue 198

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

Shades of Magic Mint #97F2C6

Tints of Magic Mint #97F2C6

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.95%

 BLUE value IS 198 (77.73% from 255) = 33.5%

R = 25.55%
G = 40.95%
B = 33.5%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#97F2C6 (or 0x97F2C6) is known color: Magic Mint. HEX triplet: 97, F2 and C6. RGB value is (151,242,198). Sum of RGB (Red+Green+Blue) = 151+242+198=591 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.55% from 591); Green value is 242 (94.92% from 255 or 40.95% from 591); Blue value is 198 (77.73% from 255 or 33.50% from 591); Max value from RGB is 242 - color contains mainly: green. Hex color #97F2C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97F2C6 is #680D39. Grayscale: #D1D1D1. Windows color (decimal): -6819130 or 13038231. OLE color: 13038231.

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

Color convert

RGB 151 242 198 -
CMYK 0.38 0 0.18 0.05
HSL 150.99º 0.78% 0.77% -
HSV(B) 150.99º 0.38% 0.95% -
XYZ 54.71 74.16 64.86 -
YUV 209.78 121.35 86.08 -
System Red Green Blue C M Y K H S L
Decimal 151 242 198 0.38 0 0.18 0.05 150.99 0.78 0.77
Hex 97 F2 C6 26 0 12 5 97 4E 4D
Octal 227 362 306 46 0 22 5 227 116 115
Binary 10010111 11110010 11000110 100110 0 10010 101 10010111 1001110 1001101

Color Harmonies of #97F2C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97F2C6

Black with #97F2C6

Text Example


Text Example

White with #97F2C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,242,198); }

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

background-color css

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

 a { background-color: rgb(151,242,198); }

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

border-color css

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

 span { border-color: rgb(151,242,198); }

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