#96F9BC

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

Shades of Magic Mint #96F9BC

Tints of Magic Mint #96F9BC

Color information

#96F9BC (or 0x96F9BC) is unknown color: approx Magic Mint. HEX triplet: 96, F9 and BC. RGB value is (150,249,188). Sum of RGB (Red+Green+Blue) = 150+249+188=587 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.55% from 587); Green value is 249 (97.66% from 255 or 42.42% from 587); Blue value is 188 (73.83% from 255 or 32.03% from 587); Max value from RGB is 249 - color contains mainly: green. Hex color #96F9BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F9BC is #690643. Grayscale: #D4D4D4. Windows color (decimal): -6882884 or 12384662. OLE color: 12384662.

HSL color Cylindrical-coordinate representation of color #96F9BC: hue angle of 143.03º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96F9BC is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB150249188-
CMYK0.4000.240.02
HSL143.03º89.19%78.24%-
HSV(B)143.03º39.76%97.65%-
XYZ55.5377.8759.68-
YUV212.44114.283.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.55%
GREEN value IS 249 (97.66% from 255) = 42.42%
BLUE value IS 188 (73.83% from 255) = 32.03%
R=25.55%
G=42.42%
B=32.03%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502491880.4000.240.02143.0389.1978.24
Hex96F9BC2801828f594e
Octal226371274500302217131116
Binary100101101111100110111100101000011000101000111110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96F9BC; }

 p { color: rgb(150,249,188); }

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

<style>
 a { background-color: #96F9BC; }

 a { background-color: rgb(150,249,188); }

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

<style>
 span { border-color: #96F9BC; }

 span { border-color: rgb(150,249,188); }

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