Html Css Color HEX #9DFFD0 Magic Mint

📋 copy color: '#9DFFD0'

red 157 ◦ green 255 ◦ blue 208

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

Shades of Magic Mint #9DFFD0

Tints of Magic Mint #9DFFD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 33.55%

R = 25.32%
G = 41.13%
B = 33.55%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#9DFFD0 (or 0x9DFFD0) is known color: Magic Mint. HEX triplet: 9D, FF and D0. RGB value is (157,255,208). Sum of RGB (Red+Green+Blue) = 157+255+208=620 (82% of max value = 765). Red value is 157 (61.72% from 255 or 25.32% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 208 (81.64% from 255 or 33.55% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFFD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFFD0 is #62002F. Grayscale: #DCDCDC. Windows color (decimal): -6422576 or 13696925. OLE color: 13696925.

HSL color Cylindrical-coordinate representation of color #9DFFD0: hue angle of 151.22º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DFFD0 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB 157 255 208 -
CMYK 0.38 0 0.18 0
HSL 151.22º 1% 0.81% -
HSV(B) 151.22º 0.38% 1% -
XYZ 61.05 83.24 72.52 -
YUV 220.34 121.03 82.82 -
System Red Green Blue C M Y K H S L
Decimal 157 255 208 0.38 0 0.18 0 151.22 1 0.81
Hex 9D FF D0 26 0 12 0 97 64 51
Octal 235 377 320 46 0 22 0 227 144 121
Binary 10011101 11111111 11010000 100110 0 10010 0 10010111 1100100 1010001

Color Harmonies of #9DFFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DFFD0

Black with #9DFFD0

Text Example


Text Example

White with #9DFFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,255,208); }

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

background-color css

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

 a { background-color: rgb(157,255,208); }

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

border-color css

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

 span { border-color: rgb(157,255,208); }

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