Html Css Color HEX #9EFAD4 Magic Mint

📋 copy color: '#9EFAD4'

red 158 ◦ green 250 ◦ blue 212

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

Shades of Magic Mint #9EFAD4

Tints of Magic Mint #9EFAD4

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.32%

 BLUE value IS 212 (83.2% from 255) = 34.19%

R = 25.48%
G = 40.32%
B = 34.19%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#9EFAD4 (or 0x9EFAD4) is known color: Magic Mint. HEX triplet: 9E, FA and D4. RGB value is (158,250,212). Sum of RGB (Red+Green+Blue) = 158+250+212=620 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.48% from 620); Green value is 250 (98.05% from 255 or 40.32% from 620); Blue value is 212 (83.20% from 255 or 34.19% from 620); Max value from RGB is 250 - color contains mainly: green. Hex color #9EFAD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFAD4 is #61052B. Grayscale: #DADADA. Windows color (decimal): -6358316 or 13957790. OLE color: 13957790.

HSL color Cylindrical-coordinate representation of color #9EFAD4: hue angle of 155.22º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EFAD4 is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB 158 250 212 -
CMYK 0.37 0 0.15 0.02
HSL 155.22º 0.9% 0.8% -
HSV(B) 155.22º 0.37% 0.98% -
XYZ 60.17 80.39 74.63 -
YUV 218.16 124.52 85.09 -
System Red Green Blue C M Y K H S L
Decimal 158 250 212 0.37 0 0.15 0.02 155.22 0.9 0.8
Hex 9E FA D4 25 0 F 2 9B 5A 50
Octal 236 372 324 45 0 17 2 233 132 120
Binary 10011110 11111010 11010100 100101 0 1111 10 10011011 1011010 1010000

Color Harmonies of #9EFAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFAD4

Black with #9EFAD4

Text Example


Text Example

White with #9EFAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,250,212); }

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

background-color css

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

 a { background-color: rgb(158,250,212); }

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

border-color css

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

 span { border-color: rgb(158,250,212); }

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