Html Css Color HEX #9DF2DD Magic Mint

📋 copy color: '#9DF2DD'

red 157 ◦ green 242 ◦ blue 221

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

Shades of Magic Mint #9DF2DD

Tints of Magic Mint #9DF2DD

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.03%

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

R = 25.32%
G = 39.03%
B = 35.65%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#9DF2DD (or 0x9DF2DD) is known color: Magic Mint. HEX triplet: 9D, F2 and DD. RGB value is (157,242,221). Sum of RGB (Red+Green+Blue) = 157+242+221=620 (82% of max value = 765). Red value is 157 (61.72% from 255 or 25.32% from 620); Green value is 242 (94.92% from 255 or 39.03% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 242 - color contains mainly: green. Hex color #9DF2DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DF2DD is #620D22. Grayscale: #D6D6D6. Windows color (decimal): -6425891 or 14545565. OLE color: 14545565.

HSL color Cylindrical-coordinate representation of color #9DF2DD: hue angle of 165.18º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DF2DD is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 157 242 221 -
CMYK 0.35 0 0.09 0.05
HSL 165.18º 0.77% 0.78% -
HSV(B) 165.18º 0.35% 0.95% -
XYZ 58.71 75.89 79.96 -
YUV 214.19 131.84 87.21 -
System Red Green Blue C M Y K H S L
Decimal 157 242 221 0.35 0 0.09 0.05 165.18 0.77 0.78
Hex 9D F2 DD 23 0 9 5 A5 4D 4E
Octal 235 362 335 43 0 11 5 245 115 116
Binary 10011101 11110010 11011101 100011 0 1001 101 10100101 1001101 1001110

Color Harmonies of #9DF2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF2DD

Black with #9DF2DD

Text Example


Text Example

White with #9DF2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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