Html Css Color HEX #9DFFBF Magic Mint

📋 copy color: '#9DFFBF'

red 157 ◦ green 255 ◦ blue 191

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

Shades of Magic Mint #9DFFBF

Tints of Magic Mint #9DFFBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 31.67%

R = 26.04%
G = 42.29%
B = 31.67%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#9DFFBF (or 0x9DFFBF) is known color: Magic Mint. HEX triplet: 9D, FF and BF. RGB value is (157,255,191). Sum of RGB (Red+Green+Blue) = 157+255+191=603 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.04% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 191 (75% from 255 or 31.67% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFFBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFFBF is #620040. Grayscale: #DADADA. Windows color (decimal): -6422593 or 12582813. OLE color: 12582813.

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

Color convert

RGB 157 255 191 -
CMYK 0.38 0 0.25 0
HSL 140.82º 1% 0.81% -
HSV(B) 140.82º 0.38% 1% -
XYZ 59.07 82.45 62.09 -
YUV 218.4 112.53 84.2 -
System Red Green Blue C M Y K H S L
Decimal 157 255 191 0.38 0 0.25 0 140.82 1 0.81
Hex 9D FF BF 26 0 19 0 8D 64 51
Octal 235 377 277 46 0 31 0 215 144 121
Binary 10011101 11111111 10111111 100110 0 11001 0 10001101 1100100 1010001

Color Harmonies of #9DFFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DFFBF

Black with #9DFFBF

Text Example


Text Example

White with #9DFFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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