Html Css Color HEX #9DF6DE Magic Mint

📋 copy color: '#9DF6DE'

red 157 ◦ green 246 ◦ blue 222

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

Shades of Magic Mint #9DF6DE

Tints of Magic Mint #9DF6DE

RGB

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

 GREEN value IS 246 (96.48% from 255) = 39.36%

 BLUE value IS 222 (87.11% from 255) = 35.52%

R = 25.12%
G = 39.36%
B = 35.52%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#9DF6DE (or 0x9DF6DE) is known color: Magic Mint. HEX triplet: 9D, F6 and DE. RGB value is (157,246,222). Sum of RGB (Red+Green+Blue) = 157+246+222=625 (82% of max value = 765). Red value is 157 (61.72% from 255 or 25.12% from 625); Green value is 246 (96.48% from 255 or 39.36% from 625); Blue value is 222 (87.11% from 255 or 35.52% from 625); Max value from RGB is 246 - color contains mainly: green. Hex color #9DF6DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DF6DE is #620921. Grayscale: #D8D8D8. Windows color (decimal): -6424866 or 14612125. OLE color: 14612125.

HSL color Cylindrical-coordinate representation of color #9DF6DE: hue angle of 163.82º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DF6DE is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 157 246 222 -
CMYK 0.36 0 0.10 0.04
HSL 163.82º 0.83% 0.79% -
HSV(B) 163.82º 0.36% 0.96% -
XYZ 60.05 78.35 81.07 -
YUV 216.65 131.01 85.45 -
System Red Green Blue C M Y K H S L
Decimal 157 246 222 0.36 0 0.10 0.04 163.82 0.83 0.79
Hex 9D F6 DE 24 0 A 4 A4 53 4F
Octal 235 366 336 44 0 12 4 244 123 117
Binary 10011101 11110110 11011110 100100 0 1010 100 10100100 1010011 1001111

Color Harmonies of #9DF6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF6DE

Black with #9DF6DE

Text Example


Text Example

White with #9DF6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,246,222); }

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

background-color css

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

 a { background-color: rgb(157,246,222); }

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

border-color css

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

 span { border-color: rgb(157,246,222); }

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