Html Css Color HEX #9EFEDA Magic Mint

📋 copy color: '#9EFEDA'

red 158 ◦ green 254 ◦ blue 218

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

Shades of Magic Mint #9EFEDA

Tints of Magic Mint #9EFEDA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 40.32%

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

R = 25.08%
G = 40.32%
B = 34.6%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#9EFEDA (or 0x9EFEDA) is known color: Magic Mint. HEX triplet: 9E, FE and DA. RGB value is (158,254,218). Sum of RGB (Red+Green+Blue) = 158+254+218=630 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25.08% from 630); Green value is 254 (99.61% from 255 or 40.32% from 630); Blue value is 218 (85.55% from 255 or 34.60% from 630); Max value from RGB is 254 - color contains mainly: green. Hex color #9EFEDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFEDA is #610125. Grayscale: #DDDDDD. Windows color (decimal): -6357286 or 14352030. OLE color: 14352030.

HSL color Cylindrical-coordinate representation of color #9EFEDA: hue angle of 157.5º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EFEDA is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB 158 254 218 -
CMYK 0.38 0 0.14 0.00
HSL 157.5º 0.98% 0.81% -
HSV(B) 157.5º 0.38% 1% -
XYZ 62.2 83.21 79.11 -
YUV 221.19 126.2 82.93 -
System Red Green Blue C M Y K H S L
Decimal 158 254 218 0.38 0 0.14 0.00 157.5 0.98 0.81
Hex 9E FE DA 26 0 E 0 9E 62 51
Octal 236 376 332 46 0 16 0 236 142 121
Binary 10011110 11111110 11011010 100110 0 1110 0 10011110 1100010 1010001

Color Harmonies of #9EFEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFEDA

Black with #9EFEDA

Text Example


Text Example

White with #9EFEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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