Html Css Color HEX #9EFBBA Magic Mint

📋 copy color: '#9EFBBA'

red 158 ◦ green 251 ◦ blue 186

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

Shades of Magic Mint #9EFBBA

Tints of Magic Mint #9EFBBA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 42.18%

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

R = 26.55%
G = 42.18%
B = 31.26%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#9EFBBA (or 0x9EFBBA) is known color: Magic Mint. HEX triplet: 9E, FB and BA. RGB value is (158,251,186). Sum of RGB (Red+Green+Blue) = 158+251+186=595 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.55% from 595); Green value is 251 (98.44% from 255 or 42.18% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 251 - color contains mainly: green. Hex color #9EFBBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFBBA is #610445. Grayscale: #D7D7D7. Windows color (decimal): -6358086 or 12254110. OLE color: 12254110.

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

Color convert

RGB 158 251 186 -
CMYK 0.37 0 0.26 0.02
HSL 138.06º 0.92% 0.8% -
HSV(B) 138.06º 0.37% 0.98% -
XYZ 57.46 79.81 58.83 -
YUV 215.78 111.19 86.79 -
System Red Green Blue C M Y K H S L
Decimal 158 251 186 0.37 0 0.26 0.02 138.06 0.92 0.8
Hex 9E FB BA 25 0 1A 2 8A 5C 50
Octal 236 373 272 45 0 32 2 212 134 120
Binary 10011110 11111011 10111010 100101 0 11010 10 10001010 1011100 1010000

Color Harmonies of #9EFBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFBBA

Black with #9EFBBA

Text Example


Text Example

White with #9EFBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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