#96FCBF

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

Shades of Magic Mint #96FCBF

Tints of Magic Mint #96FCBF

Color information

#96FCBF (or 0x96FCBF) is unknown color: approx Magic Mint. HEX triplet: 96, FC and BF. RGB value is (150,252,191). Sum of RGB (Red+Green+Blue) = 150+252+191=593 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.30% from 593); Green value is 252 (98.83% from 255 or 42.50% from 593); Blue value is 191 (75% from 255 or 32.21% from 593); Max value from RGB is 252 - color contains mainly: green. Hex color #96FCBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FCBF is #690340. Grayscale: #D6D6D6. Windows color (decimal): -6882113 or 12582038. OLE color: 12582038.

HSL color Cylindrical-coordinate representation of color #96FCBF: hue angle of 144.12º 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 #96FCBF is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB150252191-
CMYK0.4000.240.01
HSL144.12º94.44%78.82%-
HSV(B)144.12º40.48%98.82%-
XYZ56.7979.8761.71-
YUV214.55114.7181.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.30%
GREEN value IS 252 (98.83% from 255) = 42.50%
BLUE value IS 191 (75% from 255) = 32.21%
R=25.30%
G=42.50%
B=32.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1502521910.4000.240.01144.1294.4478.82
Hex96FCBF280181905e4f
Octal226374277500301220136117
Binary10010110111111001011111110100001100011001000010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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