Html Css Color HEX #9EFCBD Magic Mint

📋 copy color: '#9EFCBD'

red 158 ◦ green 252 ◦ blue 189

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

Shades of Magic Mint #9EFCBD

Tints of Magic Mint #9EFCBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 31.55%

R = 26.38%
G = 42.07%
B = 31.55%

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

#9EFCBD (or 0x9EFCBD) is known color: Magic Mint. HEX triplet: 9E, FC and BD. RGB value is (158,252,189). Sum of RGB (Red+Green+Blue) = 158+252+189=599 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.38% from 599); Green value is 252 (98.83% from 255 or 42.07% from 599); Blue value is 189 (74.22% from 255 or 31.55% from 599); Max value from RGB is 252 - color contains mainly: green. Hex color #9EFCBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFCBD is #610342. Grayscale: #D8D8D8. Windows color (decimal): -6357827 or 12450974. OLE color: 12450974.

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

Color convert

RGB 158 252 189 -
CMYK 0.37 0 0.25 0.01
HSL 139.79º 0.94% 0.8% -
HSV(B) 139.79º 0.37% 0.99% -
XYZ 58.1 80.56 60.63 -
YUV 216.71 112.36 86.12 -
System Red Green Blue C M Y K H S L
Decimal 158 252 189 0.37 0 0.25 0.01 139.79 0.94 0.8
Hex 9E FC BD 25 0 19 1 8C 5E 50
Octal 236 374 275 45 0 31 1 214 136 120
Binary 10011110 11111100 10111101 100101 0 11001 1 10001100 1011110 1010000

Color Harmonies of #9EFCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFCBD

Black with #9EFCBD

Text Example


Text Example

White with #9EFCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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