#9BF6DA

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

Shades of Magic Mint #9BF6DA

Tints of Magic Mint #9BF6DA

Color information

#9BF6DA (or 0x9BF6DA) is unknown color: approx Magic Mint. HEX triplet: 9B, F6 and DA. RGB value is (155,246,218). Sum of RGB (Red+Green+Blue) = 155+246+218=619 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.04% from 619); Green value is 246 (96.48% from 255 or 39.74% from 619); Blue value is 218 (85.55% from 255 or 35.22% from 619); Max value from RGB is 246 - color contains mainly: green. Hex color #9BF6DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF6DA is #640925. Grayscale: #D7D7D7. Windows color (decimal): -6555942 or 14349979. OLE color: 14349979.

HSL color Cylindrical-coordinate representation of color #9BF6DA: hue angle of 161.54º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BF6DA is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB155246218-
CMYK0.3700.110.04
HSL161.54º83.49%78.63%-
HSV(B)161.54º36.99%96.47%-
XYZ59.1377.9478.26-
YUV215.6129.3584.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.04%
GREEN value IS 246 (96.48% from 255) = 39.74%
BLUE value IS 218 (85.55% from 255) = 35.22%
R=25.04%
G=39.74%
B=35.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1552462180.3700.110.04161.5483.4978.63
Hex9BF6DA250B4a2534f
Octal233366332450134242123117
Binary100110111111011011011010100101010111001010001010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,246,218); }

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

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

 a { background-color: rgb(155,246,218); }

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

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

 span { border-color: rgb(155,246,218); }

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