Html Css Color HEX #9EFDD5 Magic Mint

📋 copy color: '#9EFDD5'

red 158 ◦ green 253 ◦ blue 213

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

Shades of Magic Mint #9EFDD5

Tints of Magic Mint #9EFDD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.13%

R = 25.32%
G = 40.54%
B = 34.13%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#9EFDD5 (or 0x9EFDD5) is known color: Magic Mint. HEX triplet: 9E, FD and D5. RGB value is (158,253,213). Sum of RGB (Red+Green+Blue) = 158+253+213=624 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.32% from 624); Green value is 253 (99.22% from 255 or 40.54% from 624); Blue value is 213 (83.59% from 255 or 34.13% from 624); Max value from RGB is 253 - color contains mainly: green. Hex color #9EFDD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFDD5 is #61022A. Grayscale: #DCDCDC. Windows color (decimal): -6357547 or 14024094. OLE color: 14024094.

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

Color convert

RGB 158 253 213 -
CMYK 0.38 0 0.16 0.01
HSL 154.74º 0.96% 0.81% -
HSV(B) 154.74º 0.38% 0.99% -
XYZ 61.24 82.32 75.61 -
YUV 220.04 124.03 83.75 -
System Red Green Blue C M Y K H S L
Decimal 158 253 213 0.38 0 0.16 0.01 154.74 0.96 0.81
Hex 9E FD D5 26 0 10 1 9B 60 51
Octal 236 375 325 46 0 20 1 233 140 121
Binary 10011110 11111101 11010101 100110 0 10000 1 10011011 1100000 1010001

Color Harmonies of #9EFDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFDD5

Black with #9EFDD5

Text Example


Text Example

White with #9EFDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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