Html Css Color HEX #9EFCBC Magic Mint

📋 copy color: '#9EFCBC'

red 158 ◦ green 252 ◦ blue 188

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

Shades of Magic Mint #9EFCBC

Tints of Magic Mint #9EFCBC

RGB

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

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

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

R = 26.42%
G = 42.14%
B = 31.44%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#9EFCBC (or 0x9EFCBC) is known color: Magic Mint. HEX triplet: 9E, FC and BC. RGB value is (158,252,188). Sum of RGB (Red+Green+Blue) = 158+252+188=598 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.42% from 598); Green value is 252 (98.83% from 255 or 42.14% from 598); Blue value is 188 (73.83% from 255 or 31.44% from 598); Max value from RGB is 252 - color contains mainly: green. Hex color #9EFCBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFCBC is #610343. Grayscale: #D8D8D8. Windows color (decimal): -6357828 or 12385438. OLE color: 12385438.

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

Color convert

RGB 158 252 188 -
CMYK 0.37 0 0.25 0.01
HSL 139.15º 0.94% 0.8% -
HSV(B) 139.15º 0.37% 0.99% -
XYZ 57.99 80.52 60.06 -
YUV 216.6 111.86 86.2 -
System Red Green Blue C M Y K H S L
Decimal 158 252 188 0.37 0 0.25 0.01 139.15 0.94 0.8
Hex 9E FC BC 25 0 19 1 8B 5E 50
Octal 236 374 274 45 0 31 1 213 136 120
Binary 10011110 11111100 10111100 100101 0 11001 1 10001011 1011110 1010000

Color Harmonies of #9EFCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFCBC

Black with #9EFCBC

Text Example


Text Example

White with #9EFCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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