Html Css Color HEX #97F1D4 Magic Mint

📋 copy color: '#97F1D4'

red 151 ◦ green 241 ◦ blue 212

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

Shades of Magic Mint #97F1D4

Tints of Magic Mint #97F1D4

RGB

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

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

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

R = 25%
G = 39.9%
B = 35.1%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#97F1D4 (or 0x97F1D4) is known color: Magic Mint. HEX triplet: 97, F1 and D4. RGB value is (151,241,212). Sum of RGB (Red+Green+Blue) = 151+241+212=604 (80% of max value = 765). Red value is 151 (59.38% from 255 or 25% from 604); Green value is 241 (94.53% from 255 or 39.90% from 604); Blue value is 212 (83.20% from 255 or 35.10% from 604); Max value from RGB is 241 - color contains mainly: green. Hex color #97F1D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97F1D4 is #680E2B. Grayscale: #D2D2D2. Windows color (decimal): -6819372 or 13955479. OLE color: 13955479.

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

Color convert

RGB 151 241 212 -
CMYK 0.37 0 0.12 0.05
HSL 160.67º 0.76% 0.77% -
HSV(B) 160.67º 0.37% 0.95% -
XYZ 56.1 74.24 73.66 -
YUV 210.78 128.68 85.36 -
System Red Green Blue C M Y K H S L
Decimal 151 241 212 0.37 0 0.12 0.05 160.67 0.76 0.77
Hex 97 F1 D4 25 0 C 5 A1 4C 4D
Octal 227 361 324 45 0 14 5 241 114 115
Binary 10010111 11110001 11010100 100101 0 1100 101 10100001 1001100 1001101

Color Harmonies of #97F1D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97F1D4

Black with #97F1D4

Text Example


Text Example

White with #97F1D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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