Html Css Color HEX #9DFFDD Magic Mint

📋 copy color: '#9DFFDD'

red 157 ◦ green 255 ◦ blue 221

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

Shades of Magic Mint #9DFFDD

Tints of Magic Mint #9DFFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.91%

R = 24.8%
G = 40.28%
B = 34.91%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#9DFFDD (or 0x9DFFDD) is known color: Magic Mint. HEX triplet: 9D, FF and DD. RGB value is (157,255,221). Sum of RGB (Red+Green+Blue) = 157+255+221=633 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.80% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFFDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFFDD is #620022. Grayscale: #DDDDDD. Windows color (decimal): -6422563 or 14548893. OLE color: 14548893.

HSL color Cylindrical-coordinate representation of color #9DFFDD: hue angle of 159.18º 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 #9DFFDD is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB 157 255 221 -
CMYK 0.38 0 0.13 0
HSL 159.18º 1% 0.81% -
HSV(B) 159.18º 0.38% 1% -
XYZ 62.72 83.91 81.3 -
YUV 221.82 127.53 81.76 -
System Red Green Blue C M Y K H S L
Decimal 157 255 221 0.38 0 0.13 0 159.18 1 0.81
Hex 9D FF DD 26 0 D 0 9F 64 51
Octal 235 377 335 46 0 15 0 237 144 121
Binary 10011101 11111111 11011101 100110 0 1101 0 10011111 1100100 1010001

Color Harmonies of #9DFFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DFFDD

Black with #9DFFDD

Text Example


Text Example

White with #9DFFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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