#9BF4BC

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

Shades of Magic Mint #9BF4BC

Tints of Magic Mint #9BF4BC

Color information

#9BF4BC (or 0x9BF4BC) is unknown color: approx Magic Mint. HEX triplet: 9B, F4 and BC. RGB value is (155,244,188). Sum of RGB (Red+Green+Blue) = 155+244+188=587 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.41% from 587); Green value is 244 (95.70% from 255 or 41.57% from 587); Blue value is 188 (73.83% from 255 or 32.03% from 587); Max value from RGB is 244 - color contains mainly: green. Hex color #9BF4BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF4BC is #640B43. Grayscale: #D3D3D3. Windows color (decimal): -6556484 or 12383387. OLE color: 12383387.

HSL color Cylindrical-coordinate representation of color #9BF4BC: hue angle of 142.25º 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 #9BF4BC is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB155244188-
CMYK0.3600.230.04
HSL142.25º80.18%78.24%-
HSV(B)142.25º36.48%95.69%-
XYZ54.9575.359.22-
YUV211115.0188.05-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.41%
GREEN value IS 244 (95.70% from 255) = 41.57%
BLUE value IS 188 (73.83% from 255) = 32.03%
R=26.41%
G=41.57%
B=32.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1552441880.3600.230.04142.2580.1878.24
Hex9BF4BC2401748e504e
Octal233364274440274216120116
Binary1001101111110100101111001001000101111001000111010100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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