Html Css Color HEX #9EFDD8 Magic Mint

📋 copy color: '#9EFDD8'

red 158 ◦ green 253 ◦ blue 216

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

Shades of Magic Mint #9EFDD8

Tints of Magic Mint #9EFDD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 34.45%

R = 25.2%
G = 40.35%
B = 34.45%

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

#9EFDD8 (or 0x9EFDD8) is known color: Magic Mint. HEX triplet: 9E, FD and D8. RGB value is (158,253,216). Sum of RGB (Red+Green+Blue) = 158+253+216=627 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25.20% from 627); Green value is 253 (99.22% from 255 or 40.35% from 627); Blue value is 216 (84.77% from 255 or 34.45% from 627); Max value from RGB is 253 - color contains mainly: green. Hex color #9EFDD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFDD8 is #610227. Grayscale: #DCDCDC. Windows color (decimal): -6357544 or 14220702. OLE color: 14220702.

HSL color Cylindrical-coordinate representation of color #9EFDD8: hue angle of 156.63º 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 #9EFDD8 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 158 253 216 -
CMYK 0.38 0 0.15 0.01
HSL 156.63º 0.96% 0.81% -
HSV(B) 156.63º 0.38% 0.99% -
XYZ 61.62 82.48 77.64 -
YUV 220.38 125.53 83.51 -
System Red Green Blue C M Y K H S L
Decimal 158 253 216 0.38 0 0.15 0.01 156.63 0.96 0.81
Hex 9E FD D8 26 0 F 1 9D 60 51
Octal 236 375 330 46 0 17 1 235 140 121
Binary 10011110 11111101 11011000 100110 0 1111 1 10011101 1100000 1010001

Color Harmonies of #9EFDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFDD8

Black with #9EFDD8

Text Example


Text Example

White with #9EFDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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