Html Css Color HEX #9EFCBA Magic Mint

📋 copy color: '#9EFCBA'

red 158 ◦ green 252 ◦ blue 186

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

Shades of Magic Mint #9EFCBA

Tints of Magic Mint #9EFCBA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 42.28%

 BLUE value IS 186 (73.05% from 255) = 31.21%

R = 26.51%
G = 42.28%
B = 31.21%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#9EFCBA (or 0x9EFCBA) is known color: Magic Mint. HEX triplet: 9E, FC and BA. RGB value is (158,252,186). Sum of RGB (Red+Green+Blue) = 158+252+186=596 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.51% from 596); Green value is 252 (98.83% from 255 or 42.28% from 596); Blue value is 186 (73.05% from 255 or 31.21% from 596); Max value from RGB is 252 - color contains mainly: green. Hex color #9EFCBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFCBA is #610345. Grayscale: #D8D8D8. Windows color (decimal): -6357830 or 12254366. OLE color: 12254366.

HSL color Cylindrical-coordinate representation of color #9EFCBA: hue angle of 137.87º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EFCBA is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 158 252 186 -
CMYK 0.37 0 0.26 0.01
HSL 137.87º 0.94% 0.8% -
HSV(B) 137.87º 0.37% 0.99% -
XYZ 57.77 80.44 58.93 -
YUV 216.37 110.86 86.37 -
System Red Green Blue C M Y K H S L
Decimal 158 252 186 0.37 0 0.26 0.01 137.87 0.94 0.8
Hex 9E FC BA 25 0 1A 1 8A 5E 50
Octal 236 374 272 45 0 32 1 212 136 120
Binary 10011110 11111100 10111010 100101 0 11010 1 10001010 1011110 1010000

Color Harmonies of #9EFCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFCBA

Black with #9EFCBA

Text Example


Text Example

White with #9EFCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,252,186); }

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

background-color css

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

 a { background-color: rgb(158,252,186); }

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

border-color css

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

 span { border-color: rgb(158,252,186); }

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