#9BFFD9

Color #9BFFD9 Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #9BFFD9

Tints of Magic Mint #9BFFD9

Color information

#9BFFD9 (or 0x9BFFD9) is unknown color: approx Magic Mint. HEX triplet: 9B, FF and D9. RGB value is (155,255,217). Sum of RGB (Red+Green+Blue) = 155+255+217=627 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.72% from 627); Green value is 255 (100% from 255 or 40.67% from 627); Blue value is 217 (85.16% from 255 or 34.61% from 627); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFFD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFFD9 is #640026. Grayscale: #DCDCDC. Windows color (decimal): -6553639 or 14286747. OLE color: 14286747.

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

Color convert

RGB155255217-
CMYK0.3900.150
HSL157.2º100%80.39%-
HSV(B)157.2º39.22%100%-
XYZ61.883.578.51-
YUV220.77125.8781.09-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.72%
GREEN value IS 255 (100% from 255) = 40.67%
BLUE value IS 217 (85.16% from 255) = 34.61%
R=24.72%
G=40.67%
B=34.61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1552552170.3900.150157.210080.39
Hex9BFFD9270F09d6450
Octal233377331470170235144120
Binary1001101111111111110110011001110111101001110111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,255,217); }

 H1.HeaderClassName
 {
   color: #9BFFD9;
 }
 .AnyTagClassName
 {
   color: #9BFFD9;
 }
</style>
background-color css

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

 a { background-color: rgb(155,255,217); }

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

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

 span { border-color: rgb(155,255,217); }

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