Html Css Color HEX #97F2C4 Magic Mint

📋 copy color: '#97F2C4'

red 151 ◦ green 242 ◦ blue 196

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

Shades of Magic Mint #97F2C4

Tints of Magic Mint #97F2C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 33.28%

R = 25.64%
G = 41.09%
B = 33.28%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#97F2C4 (or 0x97F2C4) is known color: Magic Mint. HEX triplet: 97, F2 and C4. RGB value is (151,242,196). Sum of RGB (Red+Green+Blue) = 151+242+196=589 (78% of max value = 765). Red value is 151 (59.38% from 255 or 25.64% from 589); Green value is 242 (94.92% from 255 or 41.09% from 589); Blue value is 196 (76.95% from 255 or 33.28% from 589); Max value from RGB is 242 - color contains mainly: green. Hex color #97F2C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97F2C4 is #680D3B. Grayscale: #D1D1D1. Windows color (decimal): -6819132 or 12907159. OLE color: 12907159.

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

Color convert

RGB 151 242 196 -
CMYK 0.38 0 0.19 0.05
HSL 149.67º 0.78% 0.77% -
HSV(B) 149.67º 0.38% 0.95% -
XYZ 54.48 74.07 63.65 -
YUV 209.55 120.35 86.24 -
System Red Green Blue C M Y K H S L
Decimal 151 242 196 0.38 0 0.19 0.05 149.67 0.78 0.77
Hex 97 F2 C4 26 0 13 5 96 4E 4D
Octal 227 362 304 46 0 23 5 226 116 115
Binary 10010111 11110010 11000100 100110 0 10011 101 10010110 1001110 1001101

Color Harmonies of #97F2C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97F2C4

Black with #97F2C4

Text Example


Text Example

White with #97F2C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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