Html Css Color HEX #9DFAC5 Magic Mint

📋 copy color: '#9DFAC5'

red 157 ◦ green 250 ◦ blue 197

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

Shades of Magic Mint #9DFAC5

Tints of Magic Mint #9DFAC5

RGB

 RED value IS 157 (61.72% from 255) = 25.99%

 GREEN value IS 250 (98.05% from 255) = 41.39%

 BLUE value IS 197 (77.34% from 255) = 32.62%

R = 25.99%
G = 41.39%
B = 32.62%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#9DFAC5 (or 0x9DFAC5) is known color: Magic Mint. HEX triplet: 9D, FA and C5. RGB value is (157,250,197). Sum of RGB (Red+Green+Blue) = 157+250+197=604 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.99% from 604); Green value is 250 (98.05% from 255 or 41.39% from 604); Blue value is 197 (77.34% from 255 or 32.62% from 604); Max value from RGB is 250 - color contains mainly: green. Hex color #9DFAC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFAC5 is #62053A. Grayscale: #D8D8D8. Windows color (decimal): -6423867 or 12974749. OLE color: 12974749.

HSL color Cylindrical-coordinate representation of color #9DFAC5: hue angle of 145.81º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DFAC5 is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 157 250 197 -
CMYK 0.37 0 0.21 0.02
HSL 145.81º 0.9% 0.8% -
HSV(B) 145.81º 0.37% 0.98% -
XYZ 58.17 79.57 65.12 -
YUV 216.15 117.19 85.81 -
System Red Green Blue C M Y K H S L
Decimal 157 250 197 0.37 0 0.21 0.02 145.81 0.9 0.8
Hex 9D FA C5 25 0 15 2 92 5A 50
Octal 235 372 305 45 0 25 2 222 132 120
Binary 10011101 11111010 11000101 100101 0 10101 10 10010010 1011010 1010000

Color Harmonies of #9DFAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DFAC5

Black with #9DFAC5

Text Example


Text Example

White with #9DFAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DFAC5; }

 p { color: rgb(157,250,197); }

 H1.HeaderClassName
 {
   color: #9DFAC5;
 }
 .AnyTagClassName
 {
   color: #9DFAC5;
 }
</style>

background-color css

<style>
 a { background-color: #9DFAC5; }

 a { background-color: rgb(157,250,197); }

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

border-color css

<style>
 span { border-color: #9DFAC5; }

 span { border-color: rgb(157,250,197); }

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