Html Css Color HEX #97F2D4 Magic Mint

📋 copy color: '#97F2D4'

red 151 ◦ green 242 ◦ blue 212

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

Shades of Magic Mint #97F2D4

Tints of Magic Mint #97F2D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.04%

R = 24.96%
G = 40%
B = 35.04%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#97F2D4 (or 0x97F2D4) is known color: Magic Mint. HEX triplet: 97, F2 and D4. RGB value is (151,242,212). Sum of RGB (Red+Green+Blue) = 151+242+212=605 (80% of max value = 765). Red value is 151 (59.38% from 255 or 24.96% from 605); Green value is 242 (94.92% from 255 or 40% from 605); Blue value is 212 (83.20% from 255 or 35.04% from 605); Max value from RGB is 242 - color contains mainly: green. Hex color #97F2D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97F2D4 is #680D2B. Grayscale: #D3D3D3. Windows color (decimal): -6819116 or 13955735. OLE color: 13955735.

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

Color convert

RGB 151 242 212 -
CMYK 0.38 0 0.12 0.05
HSL 160.22º 0.78% 0.77% -
HSV(B) 160.22º 0.38% 0.95% -
XYZ 56.4 74.84 73.76 -
YUV 211.37 128.35 84.94 -
System Red Green Blue C M Y K H S L
Decimal 151 242 212 0.38 0 0.12 0.05 160.22 0.78 0.77
Hex 97 F2 D4 26 0 C 5 A0 4E 4D
Octal 227 362 324 46 0 14 5 240 116 115
Binary 10010111 11110010 11010100 100110 0 1100 101 10100000 1001110 1001101

Color Harmonies of #97F2D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97F2D4

Black with #97F2D4

Text Example


Text Example

White with #97F2D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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