#96FCBA

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

Shades of Magic Mint #96FCBA

Tints of Magic Mint #96FCBA

Color information

#96FCBA (or 0x96FCBA) is unknown color: approx Magic Mint. HEX triplet: 96, FC and BA. RGB value is (150,252,186). Sum of RGB (Red+Green+Blue) = 150+252+186=588 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.51% from 588); Green value is 252 (98.83% from 255 or 42.86% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 252 - color contains mainly: green. Hex color #96FCBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FCBA is #690345. Grayscale: #D6D6D6. Windows color (decimal): -6882118 or 12254358. OLE color: 12254358.

HSL color Cylindrical-coordinate representation of color #96FCBA: hue angle of 141.18º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96FCBA is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB150252186-
CMYK0.4000.260.01
HSL141.18º94.44%78.82%-
HSV(B)141.18º40.48%98.82%-
XYZ56.2579.6558.86-
YUV213.98112.2182.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.51%
GREEN value IS 252 (98.83% from 255) = 42.86%
BLUE value IS 186 (73.05% from 255) = 31.63%
R=25.51%
G=42.86%
B=31.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1502521860.4000.260.01141.1894.4478.82
Hex96FCBA2801A18d5e4f
Octal226374272500321215136117
Binary10010110111111001011101010100001101011000110110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,252,186); }

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

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

 a { background-color: rgb(150,252,186); }

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

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

 span { border-color: rgb(150,252,186); }

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