#9BFDC6

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

Shades of Magic Mint #9BFDC6

Tints of Magic Mint #9BFDC6

Color information

#9BFDC6 (or 0x9BFDC6) is unknown color: approx Magic Mint. HEX triplet: 9B, FD and C6. RGB value is (155,253,198). Sum of RGB (Red+Green+Blue) = 155+253+198=606 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.58% from 606); Green value is 253 (99.22% from 255 or 41.75% from 606); Blue value is 198 (77.73% from 255 or 32.67% from 606); Max value from RGB is 253 - color contains mainly: green. Hex color #9BFDC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFDC6 is #640239. Grayscale: #D9D9D9. Windows color (decimal): -6554170 or 13041051. OLE color: 13041051.

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

Color convert

RGB155253198-
CMYK0.3900.220.01
HSL146.33º96.08%80%-
HSV(B)146.33º38.74%99.22%-
XYZ58.8481.366.02-
YUV217.43117.0383.47-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.58%
GREEN value IS 253 (99.22% from 255) = 41.75%
BLUE value IS 198 (77.73% from 255) = 32.67%
R=25.58%
G=41.75%
B=32.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1552531980.3900.220.01146.3396.0880
Hex9BFDC6270161926050
Octal233375306470261222140120
Binary10011011111111011100011010011101011011001001011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,253,198); }

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

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

 a { background-color: rgb(155,253,198); }

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

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

 span { border-color: rgb(155,253,198); }

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