Html Css Color HEX #9DFDD9 Magic Mint

📋 copy color: '#9DFDD9'

red 157 ◦ green 253 ◦ blue 217

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

Shades of Magic Mint #9DFDD9

Tints of Magic Mint #9DFDD9

RGB

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

 GREEN value IS 253 (99.22% from 255) = 40.35%

 BLUE value IS 217 (85.16% from 255) = 34.61%

R = 25.04%
G = 40.35%
B = 34.61%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#9DFDD9 (or 0x9DFDD9) is known color: Magic Mint. HEX triplet: 9D, FD and D9. RGB value is (157,253,217). Sum of RGB (Red+Green+Blue) = 157+253+217=627 (83% of max value = 765). Red value is 157 (61.72% from 255 or 25.04% from 627); Green value is 253 (99.22% from 255 or 40.35% from 627); Blue value is 217 (85.16% from 255 or 34.61% from 627); Max value from RGB is 253 - color contains mainly: green. Hex color #9DFDD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFDD9 is #620226. Grayscale: #DCDCDC. Windows color (decimal): -6423079 or 14286237. OLE color: 14286237.

HSL color Cylindrical-coordinate representation of color #9DFDD9: hue angle of 157.5º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DFDD9 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB 157 253 217 -
CMYK 0.38 0 0.14 0.01
HSL 157.5º 0.96% 0.8% -
HSV(B) 157.5º 0.38% 0.99% -
XYZ 61.55 82.43 78.31 -
YUV 220.19 126.2 82.93 -
System Red Green Blue C M Y K H S L
Decimal 157 253 217 0.38 0 0.14 0.01 157.5 0.96 0.8
Hex 9D FD D9 26 0 E 1 9E 60 50
Octal 235 375 331 46 0 16 1 236 140 120
Binary 10011101 11111101 11011001 100110 0 1110 1 10011110 1100000 1010000

Color Harmonies of #9DFDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DFDD9

Black with #9DFDD9

Text Example


Text Example

White with #9DFDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,253,217); }

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

background-color css

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

 a { background-color: rgb(157,253,217); }

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

border-color css

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

 span { border-color: rgb(157,253,217); }

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