#9BF4DC

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

Shades of Magic Mint #9BF4DC

Tints of Magic Mint #9BF4DC

Color information

#9BF4DC (or 0x9BF4DC) is unknown color: approx Magic Mint. HEX triplet: 9B, F4 and DC. RGB value is (155,244,220). Sum of RGB (Red+Green+Blue) = 155+244+220=619 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.04% from 619); Green value is 244 (95.70% from 255 or 39.42% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 244 - color contains mainly: green. Hex color #9BF4DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF4DC is #640B23. Grayscale: #D6D6D6. Windows color (decimal): -6556452 or 14480539. OLE color: 14480539.

HSL color Cylindrical-coordinate representation of color #9BF4DC: hue angle of 163.82º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BF4DC is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB155244220-
CMYK0.3600.100.04
HSL163.82º80.18%78.24%-
HSV(B)163.82º36.48%95.69%-
XYZ58.7976.8479.44-
YUV214.65131.0185.45-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.04%
GREEN value IS 244 (95.70% from 255) = 39.42%
BLUE value IS 220 (86.33% from 255) = 35.54%
R=25.04%
G=39.42%
B=35.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1552442200.3600.100.04163.8280.1878.24
Hex9BF4DC240A4a4504e
Octal233364334440124244120116
Binary100110111111010011011100100100010101001010010010100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,244,220); }

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

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

 a { background-color: rgb(155,244,220); }

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

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

 span { border-color: rgb(155,244,220); }

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