#9BFFDD

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

Shades of Magic Mint #9BFFDD

Tints of Magic Mint #9BFFDD

Color information

#9BFFDD (or 0x9BFFDD) is unknown color: approx Magic Mint. HEX triplet: 9B, FF and DD. RGB value is (155,255,221). Sum of RGB (Red+Green+Blue) = 155+255+221=631 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.56% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFFDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFFDD is #640022. Grayscale: #DDDDDD. Windows color (decimal): -6553635 or 14548891. OLE color: 14548891.

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

Color convert

RGB155255221-
CMYK0.3900.130
HSL159.6º100%80.39%-
HSV(B)159.6º39.22%100%-
XYZ62.3383.7181.28-
YUV221.22127.8780.76-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.56%
GREEN value IS 255 (100% from 255) = 40.41%
BLUE value IS 221 (86.72% from 255) = 35.02%
R=24.56%
G=40.41%
B=35.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1552552210.3900.130159.610080.39
Hex9BFFDD270D0a06450
Octal233377335470150240144120
Binary1001101111111111110111011001110110101010000011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,255,221); }

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

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

 a { background-color: rgb(155,255,221); }

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

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

 span { border-color: rgb(155,255,221); }

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