Html Css Color HEX #9EFABC Magic Mint

📋 copy color: '#9EFABC'

red 158 ◦ green 250 ◦ blue 188

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

Shades of Magic Mint #9EFABC

Tints of Magic Mint #9EFABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 31.54%

R = 26.51%
G = 41.95%
B = 31.54%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#9EFABC (or 0x9EFABC) is known color: Magic Mint. HEX triplet: 9E, FA and BC. RGB value is (158,250,188). Sum of RGB (Red+Green+Blue) = 158+250+188=596 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.51% from 596); Green value is 250 (98.05% from 255 or 41.95% from 596); Blue value is 188 (73.83% from 255 or 31.54% from 596); Max value from RGB is 250 - color contains mainly: green. Hex color #9EFABC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFABC is #610543. Grayscale: #D7D7D7. Windows color (decimal): -6358340 or 12384926. OLE color: 12384926.

HSL color Cylindrical-coordinate representation of color #9EFABC: hue angle of 139.57º 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 #9EFABC is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 158 250 188 -
CMYK 0.37 0 0.25 0.02
HSL 139.57º 0.9% 0.8% -
HSV(B) 139.57º 0.37% 0.98% -
XYZ 57.36 79.27 59.85 -
YUV 215.42 112.52 87.04 -
System Red Green Blue C M Y K H S L
Decimal 158 250 188 0.37 0 0.25 0.02 139.57 0.9 0.8
Hex 9E FA BC 25 0 19 2 8C 5A 50
Octal 236 372 274 45 0 31 2 214 132 120
Binary 10011110 11111010 10111100 100101 0 11001 10 10001100 1011010 1010000

Color Harmonies of #9EFABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFABC

Black with #9EFABC

Text Example


Text Example

White with #9EFABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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