#96EDD5

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

Shades of Magic Mint #96EDD5

Tints of Magic Mint #96EDD5

Color information

#96EDD5 (or 0x96EDD5) is unknown color: approx Magic Mint. HEX triplet: 96, ED and D5. RGB value is (150,237,213). Sum of RGB (Red+Green+Blue) = 150+237+213=600 (79% of max value = 765). Red value is 150 (58.98% from 255 or 25% from 600); Green value is 237 (92.97% from 255 or 39.5% from 600); Blue value is 213 (83.59% from 255 or 35.5% from 600); Max value from RGB is 237 - color contains mainly: green. Hex color #96EDD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EDD5 is #69122A. Grayscale: #D0D0D0. Windows color (decimal): -6885931 or 14019990. OLE color: 14019990.

HSL color Cylindrical-coordinate representation of color #96EDD5: hue angle of 163.45º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96EDD5 is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB150237213-
CMYK0.3700.100.07
HSL163.45º70.73%75.88%-
HSV(B)163.45º36.71%92.94%-
XYZ54.8771.8673.93-
YUV208.25130.6886.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25%
GREEN value IS 237 (92.97% from 255) = 39.5%
BLUE value IS 213 (83.59% from 255) = 35.5%
R=25%
G=39.5%
B=35.5%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1502372130.3700.100.07163.4570.7375.88
Hex96EDD5250A7a3474c
Octal226355325450127243107114
Binary100101101110110111010101100101010101111010001110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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