#96F8D5

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

Shades of Magic Mint #96F8D5

Tints of Magic Mint #96F8D5

Color information

#96F8D5 (or 0x96F8D5) is unknown color: approx Magic Mint. HEX triplet: 96, F8 and D5. RGB value is (150,248,213). Sum of RGB (Red+Green+Blue) = 150+248+213=611 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.55% from 611); Green value is 248 (97.27% from 255 or 40.59% from 611); Blue value is 213 (83.59% from 255 or 34.86% from 611); Max value from RGB is 248 - color contains mainly: green. Hex color #96F8D5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F8D5 is #69072A. Grayscale: #D6D6D6. Windows color (decimal): -6883115 or 14022806. OLE color: 14022806.

HSL color Cylindrical-coordinate representation of color #96F8D5: hue angle of 158.57º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96F8D5 is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB150248213-
CMYK0.4000.140.03
HSL158.57º87.5%78.04%-
HSV(B)158.57º39.52%97.25%-
XYZ58.1678.4275.02-
YUV214.71127.0381.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.55%
GREEN value IS 248 (97.27% from 255) = 40.59%
BLUE value IS 213 (83.59% from 255) = 34.86%
R=24.55%
G=40.59%
B=34.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1502482130.4000.140.03158.5787.578.04
Hex96F8D5280E39f584e
Octal226370325500163237130116
Binary10010110111110001101010110100001110111001111110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F8D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,248,213); }

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

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

 a { background-color: rgb(150,248,213); }

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

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

 span { border-color: rgb(150,248,213); }

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