#9BFCD5

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

Shades of Magic Mint #9BFCD5

Tints of Magic Mint #9BFCD5

Color information

#9BFCD5 (or 0x9BFCD5) is unknown color: approx Magic Mint. HEX triplet: 9B, FC and D5. RGB value is (155,252,213). Sum of RGB (Red+Green+Blue) = 155+252+213=620 (82% of max value = 765). Red value is 155 (60.94% from 255 or 25% from 620); Green value is 252 (98.83% from 255 or 40.65% from 620); Blue value is 213 (83.59% from 255 or 34.35% from 620); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFCD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFCD5 is #64032A. Grayscale: #DADADA. Windows color (decimal): -6554411 or 14023835. OLE color: 14023835.

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

Color convert

RGB155252213-
CMYK0.3800.150.01
HSL155.88º94.17%79.8%-
HSV(B)155.88º38.49%98.82%-
XYZ60.3481.3975.48-
YUV218.55124.8682.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25%
GREEN value IS 252 (98.83% from 255) = 40.65%
BLUE value IS 213 (83.59% from 255) = 34.35%
R=25%
G=40.65%
B=34.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1552522130.3800.150.01155.8894.1779.8
Hex9BFCD5260F19c5e50
Octal233374325460171234136120
Binary1001101111111100110101011001100111111001110010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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