Html Css Color HEX #9DF9DA Magic Mint

📋 copy color: '#9DF9DA'

red 157 ◦ green 249 ◦ blue 218

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

Shades of Magic Mint #9DF9DA

Tints of Magic Mint #9DF9DA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 39.9%

 BLUE value IS 218 (85.55% from 255) = 34.94%

R = 25.16%
G = 39.9%
B = 34.94%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#9DF9DA (or 0x9DF9DA) is known color: Magic Mint. HEX triplet: 9D, F9 and DA. RGB value is (157,249,218). Sum of RGB (Red+Green+Blue) = 157+249+218=624 (82% of max value = 765). Red value is 157 (61.72% from 255 or 25.16% from 624); Green value is 249 (97.66% from 255 or 39.90% from 624); Blue value is 218 (85.55% from 255 or 34.94% from 624); Max value from RGB is 249 - color contains mainly: green. Hex color #9DF9DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DF9DA is #620625. Grayscale: #D9D9D9. Windows color (decimal): -6424102 or 14350749. OLE color: 14350749.

HSL color Cylindrical-coordinate representation of color #9DF9DA: hue angle of 159.78º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DF9DA is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 157 249 218 -
CMYK 0.37 0 0.12 0.02
HSL 159.78º 0.88% 0.8% -
HSV(B) 159.78º 0.37% 0.98% -
XYZ 60.44 79.98 78.58 -
YUV 217.96 128.02 84.52 -
System Red Green Blue C M Y K H S L
Decimal 157 249 218 0.37 0 0.12 0.02 159.78 0.88 0.8
Hex 9D F9 DA 25 0 C 2 A0 58 50
Octal 235 371 332 45 0 14 2 240 130 120
Binary 10011101 11111001 11011010 100101 0 1100 10 10100000 1011000 1010000

Color Harmonies of #9DF9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF9DA

Black with #9DF9DA

Text Example


Text Example

White with #9DF9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,249,218); }

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

background-color css

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

 a { background-color: rgb(157,249,218); }

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

border-color css

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

 span { border-color: rgb(157,249,218); }

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