Html Css Color HEX #9EFDDA Magic Mint

📋 copy color: '#9EFDDA'

red 158 ◦ green 253 ◦ blue 218

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

Shades of Magic Mint #9EFDDA

Tints of Magic Mint #9EFDDA

RGB

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

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

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

R = 25.12%
G = 40.22%
B = 34.66%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#9EFDDA (or 0x9EFDDA) is known color: Magic Mint. HEX triplet: 9E, FD and DA. RGB value is (158,253,218). Sum of RGB (Red+Green+Blue) = 158+253+218=629 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25.12% from 629); Green value is 253 (99.22% from 255 or 40.22% from 629); Blue value is 218 (85.55% from 255 or 34.66% from 629); Max value from RGB is 253 - color contains mainly: green. Hex color #9EFDDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFDDA is #610225. Grayscale: #DCDCDC. Windows color (decimal): -6357542 or 14351774. OLE color: 14351774.

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

Color convert

RGB 158 253 218 -
CMYK 0.38 0 0.14 0.01
HSL 157.89º 0.96% 0.81% -
HSV(B) 157.89º 0.38% 0.99% -
XYZ 61.88 82.58 79.01 -
YUV 220.61 126.53 83.35 -
System Red Green Blue C M Y K H S L
Decimal 158 253 218 0.38 0 0.14 0.01 157.89 0.96 0.81
Hex 9E FD DA 26 0 E 1 9E 60 51
Octal 236 375 332 46 0 16 1 236 140 121
Binary 10011110 11111101 11011010 100110 0 1110 1 10011110 1100000 1010001

Color Harmonies of #9EFDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFDDA

Black with #9EFDDA

Text Example


Text Example

White with #9EFDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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