Html Css Color HEX #9DF2DC Magic Mint

📋 copy color: '#9DF2DC'

red 157 ◦ green 242 ◦ blue 220

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

Shades of Magic Mint #9DF2DC

Tints of Magic Mint #9DF2DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.54%

R = 25.36%
G = 39.1%
B = 35.54%

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

#9DF2DC (or 0x9DF2DC) is known color: Magic Mint. HEX triplet: 9D, F2 and DC. RGB value is (157,242,220). Sum of RGB (Red+Green+Blue) = 157+242+220=619 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.36% from 619); Green value is 242 (94.92% from 255 or 39.10% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 242 - color contains mainly: green. Hex color #9DF2DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DF2DC is #620D23. Grayscale: #D6D6D6. Windows color (decimal): -6425892 or 14480029. OLE color: 14480029.

HSL color Cylindrical-coordinate representation of color #9DF2DC: hue angle of 164.47º 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 #9DF2DC is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 157 242 220 -
CMYK 0.35 0 0.09 0.05
HSL 164.47º 0.77% 0.78% -
HSV(B) 164.47º 0.35% 0.95% -
XYZ 58.58 75.84 79.26 -
YUV 214.08 131.34 87.29 -
System Red Green Blue C M Y K H S L
Decimal 157 242 220 0.35 0 0.09 0.05 164.47 0.77 0.78
Hex 9D F2 DC 23 0 9 5 A4 4D 4E
Octal 235 362 334 43 0 11 5 244 115 116
Binary 10011101 11110010 11011100 100011 0 1001 101 10100100 1001101 1001110

Color Harmonies of #9DF2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF2DC

Black with #9DF2DC

Text Example


Text Example

White with #9DF2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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