#9BFCD8

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

Shades of Magic Mint #9BFCD8

Tints of Magic Mint #9BFCD8

Color information

#9BFCD8 (or 0x9BFCD8) is unknown color: approx Magic Mint. HEX triplet: 9B, FC and D8. RGB value is (155,252,216). Sum of RGB (Red+Green+Blue) = 155+252+216=623 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.88% from 623); Green value is 252 (98.83% from 255 or 40.45% from 623); Blue value is 216 (84.77% from 255 or 34.67% from 623); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFCD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFCD8 is #640327. Grayscale: #DADADA. Windows color (decimal): -6554408 or 14220443. OLE color: 14220443.

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

Color convert

RGB155252216-
CMYK0.3800.140.01
HSL157.73º94.17%79.8%-
HSV(B)157.73º38.49%98.82%-
XYZ60.7281.5577.51-
YUV218.89126.3682.43-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.88%
GREEN value IS 252 (98.83% from 255) = 40.45%
BLUE value IS 216 (84.77% from 255) = 34.67%
R=24.88%
G=40.45%
B=34.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1552522160.3800.140.01157.7394.1779.8
Hex9BFCD8260E19e5e50
Octal233374330460161236136120
Binary1001101111111100110110001001100111011001111010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,252,216); }

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

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

 a { background-color: rgb(155,252,216); }

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

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

 span { border-color: rgb(155,252,216); }

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