Html Css Color HEX #9EFDD6 Magic Mint

📋 copy color: '#9EFDD6'

red 158 ◦ green 253 ◦ blue 214

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

Shades of Magic Mint #9EFDD6

Tints of Magic Mint #9EFDD6

RGB

 RED value IS 158 (62.11% from 255) = 25.28%

 GREEN value IS 253 (99.22% from 255) = 40.48%

 BLUE value IS 214 (83.98% from 255) = 34.24%

R = 25.28%
G = 40.48%
B = 34.24%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#9EFDD6 (or 0x9EFDD6) is known color: Magic Mint. HEX triplet: 9E, FD and D6. RGB value is (158,253,214). Sum of RGB (Red+Green+Blue) = 158+253+214=625 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.28% from 625); Green value is 253 (99.22% from 255 or 40.48% from 625); Blue value is 214 (83.98% from 255 or 34.24% from 625); Max value from RGB is 253 - color contains mainly: green. Hex color #9EFDD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFDD6 is #610229. Grayscale: #DCDCDC. Windows color (decimal): -6357546 or 14089630. OLE color: 14089630.

HSL color Cylindrical-coordinate representation of color #9EFDD6: hue angle of 155.37º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EFDD6 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 158 253 214 -
CMYK 0.38 0 0.15 0.01
HSL 155.37º 0.96% 0.81% -
HSV(B) 155.37º 0.38% 0.99% -
XYZ 61.36 82.37 76.28 -
YUV 220.15 124.53 83.67 -
System Red Green Blue C M Y K H S L
Decimal 158 253 214 0.38 0 0.15 0.01 155.37 0.96 0.81
Hex 9E FD D6 26 0 F 1 9B 60 51
Octal 236 375 326 46 0 17 1 233 140 121
Binary 10011110 11111101 11010110 100110 0 1111 1 10011011 1100000 1010001

Color Harmonies of #9EFDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFDD6

Black with #9EFDD6

Text Example


Text Example

White with #9EFDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,253,214); }

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

background-color css

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

 a { background-color: rgb(158,253,214); }

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

border-color css

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

 span { border-color: rgb(158,253,214); }

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