#9BFBDC

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

Shades of Magic Mint #9BFBDC

Tints of Magic Mint #9BFBDC

Color information

#9BFBDC (or 0x9BFBDC) is unknown color: approx Magic Mint. HEX triplet: 9B, FB and DC. RGB value is (155,251,220). Sum of RGB (Red+Green+Blue) = 155+251+220=626 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.76% from 626); Green value is 251 (98.44% from 255 or 40.10% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 251 - color contains mainly: green. Hex color #9BFBDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFBDC is #640423. Grayscale: #DADADA. Windows color (decimal): -6554660 or 14482331. OLE color: 14482331.

HSL color Cylindrical-coordinate representation of color #9BFBDC: hue angle of 160.62º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BFBDC is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB155251220-
CMYK0.3800.120.02
HSL160.62º92.31%79.61%-
HSV(B)160.62º38.25%98.43%-
XYZ60.9381.1380.16-
YUV218.76128.782.52-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.76%
GREEN value IS 251 (98.44% from 255) = 40.10%
BLUE value IS 220 (86.33% from 255) = 35.14%
R=24.76%
G=40.10%
B=35.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1552512200.3800.120.02160.6292.3179.61
Hex9BFBDC260C2a15c50
Octal233373334460142241134120
Binary10011011111110111101110010011001100101010000110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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