Html Css Color HEX #9DFFBC Magic Mint

📋 copy color: '#9DFFBC'

red 157 ◦ green 255 ◦ blue 188

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

Shades of Magic Mint #9DFFBC

Tints of Magic Mint #9DFFBC

RGB

 RED value IS 157 (61.72% from 255) = 26.17%

 GREEN value IS 255 (100% from 255) = 42.5%

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

R = 26.17%
G = 42.5%
B = 31.33%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#9DFFBC (or 0x9DFFBC) is known color: Magic Mint. HEX triplet: 9D, FF and BC. RGB value is (157,255,188). Sum of RGB (Red+Green+Blue) = 157+255+188=600 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.17% from 600); Green value is 255 (100% from 255 or 42.5% from 600); Blue value is 188 (73.83% from 255 or 31.33% from 600); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFFBC is #620043. Grayscale: #DADADA. Windows color (decimal): -6422596 or 12386205. OLE color: 12386205.

HSL color Cylindrical-coordinate representation of color #9DFFBC: hue angle of 138.98º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DFFBC is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.

Color convert

RGB 157 255 188 -
CMYK 0.38 0 0.26 0
HSL 138.98º 1% 0.81% -
HSV(B) 138.98º 0.38% 1% -
XYZ 58.74 82.32 60.37 -
YUV 218.06 111.03 84.45 -
System Red Green Blue C M Y K H S L
Decimal 157 255 188 0.38 0 0.26 0 138.98 1 0.81
Hex 9D FF BC 26 0 1A 0 8B 64 51
Octal 235 377 274 46 0 32 0 213 144 121
Binary 10011101 11111111 10111100 100110 0 11010 0 10001011 1100100 1010001

Color Harmonies of #9DFFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DFFBC

Black with #9DFFBC

Text Example


Text Example

White with #9DFFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,255,188); }

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

background-color css

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

 a { background-color: rgb(157,255,188); }

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

border-color css

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

 span { border-color: rgb(157,255,188); }

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