Html Css Color HEX #97FFD4 Magic Mint

📋 copy color: '#97FFD4'

red 151 ◦ green 255 ◦ blue 212

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

Shades of Magic Mint #97FFD4

Tints of Magic Mint #97FFD4

RGB

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

 GREEN value IS 255 (100% from 255) = 41.26%

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

R = 24.43%
G = 41.26%
B = 34.3%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#97FFD4 (or 0x97FFD4) is known color: Magic Mint. HEX triplet: 97, FF and D4. RGB value is (151,255,212). Sum of RGB (Red+Green+Blue) = 151+255+212=618 (81% of max value = 765). Red value is 151 (59.38% from 255 or 24.43% from 618); Green value is 255 (100% from 255 or 41.26% from 618); Blue value is 212 (83.20% from 255 or 34.30% from 618); Max value from RGB is 255 - color contains mainly: green. Hex color #97FFD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97FFD4 is #68002B. Grayscale: #DBDBDB. Windows color (decimal): -6815788 or 13959063. OLE color: 13959063.

HSL color Cylindrical-coordinate representation of color #97FFD4: hue angle of 155.19º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #97FFD4 is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.

Color convert

RGB 151 255 212 -
CMYK 0.41 0 0.17 0
HSL 155.19º 1% 0.8% -
HSV(B) 155.19º 0.41% 1% -
XYZ 60.41 82.85 75.1 -
YUV 219 124.04 79.5 -
System Red Green Blue C M Y K H S L
Decimal 151 255 212 0.41 0 0.17 0 155.19 1 0.8
Hex 97 FF D4 29 0 11 0 9B 64 50
Octal 227 377 324 51 0 21 0 233 144 120
Binary 10010111 11111111 11010100 101001 0 10001 0 10011011 1100100 1010000

Color Harmonies of #97FFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97FFD4

Black with #97FFD4

Text Example


Text Example

White with #97FFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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