#9BFBD9

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

Shades of Magic Mint #9BFBD9

Tints of Magic Mint #9BFBD9

Color information

#9BFBD9 (or 0x9BFBD9) is unknown color: approx Magic Mint. HEX triplet: 9B, FB and D9. RGB value is (155,251,217). Sum of RGB (Red+Green+Blue) = 155+251+217=623 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.88% from 623); Green value is 251 (98.44% from 255 or 40.29% from 623); Blue value is 217 (85.16% from 255 or 34.83% from 623); Max value from RGB is 251 - color contains mainly: green. Hex color #9BFBD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFBD9 is #640426. Grayscale: #DADADA. Windows color (decimal): -6554663 or 14285723. OLE color: 14285723.

HSL color Cylindrical-coordinate representation of color #9BFBD9: hue angle of 158.75º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BFBD9 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB155251217-
CMYK0.3800.140.02
HSL158.75º92.31%79.61%-
HSV(B)158.75º38.25%98.43%-
XYZ60.5480.9778.08-
YUV218.42127.282.76-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.88%
GREEN value IS 251 (98.44% from 255) = 40.29%
BLUE value IS 217 (85.16% from 255) = 34.83%
R=24.88%
G=40.29%
B=34.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1552512170.3800.140.02158.7592.3179.61
Hex9BFBD9260E29f5c50
Octal233373331460162237134120
Binary10011011111110111101100110011001110101001111110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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