#9BFCD4

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

Shades of Magic Mint #9BFCD4

Tints of Magic Mint #9BFCD4

Color information

#9BFCD4 (or 0x9BFCD4) is unknown color: approx Magic Mint. HEX triplet: 9B, FC and D4. RGB value is (155,252,212). Sum of RGB (Red+Green+Blue) = 155+252+212=619 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.04% from 619); Green value is 252 (98.83% from 255 or 40.71% from 619); Blue value is 212 (83.20% from 255 or 34.25% from 619); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFCD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFCD4 is #64032B. Grayscale: #DADADA. Windows color (decimal): -6554412 or 13958299. OLE color: 13958299.

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

Color convert

RGB155252212-
CMYK0.3800.160.01
HSL155.26º94.17%79.8%-
HSV(B)155.26º38.49%98.82%-
XYZ60.2181.3474.81-
YUV218.44124.3682.75-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.04%
GREEN value IS 252 (98.83% from 255) = 40.71%
BLUE value IS 212 (83.20% from 255) = 34.25%
R=25.04%
G=40.71%
B=34.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1552522120.3800.160.01155.2694.1779.8
Hex9BFCD42601019b5e50
Octal233374324460201233136120
Binary10011011111111001101010010011001000011001101110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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