#96ECD5

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

Shades of Magic Mint #96ECD5

Tints of Magic Mint #96ECD5

Color information

#96ECD5 (or 0x96ECD5) is unknown color: approx Magic Mint. HEX triplet: 96, EC and D5. RGB value is (150,236,213). Sum of RGB (Red+Green+Blue) = 150+236+213=599 (79% of max value = 765). Red value is 150 (58.98% from 255 or 25.04% from 599); Green value is 236 (92.58% from 255 or 39.40% from 599); Blue value is 213 (83.59% from 255 or 35.56% from 599); Max value from RGB is 236 - color contains mainly: green. Hex color #96ECD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96ECD5 is #69132A. Grayscale: #CFCFCF. Windows color (decimal): -6886187 or 14019734. OLE color: 14019734.

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

Color convert

RGB150236213-
CMYK0.3600.100.07
HSL163.95º69.35%75.69%-
HSV(B)163.95º36.44%92.55%-
XYZ54.5871.2873.83-
YUV207.66131.0186.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.04%
GREEN value IS 236 (92.58% from 255) = 39.40%
BLUE value IS 213 (83.59% from 255) = 35.56%
R=25.04%
G=39.40%
B=35.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1502362130.3600.100.07163.9569.3575.69
Hex96ECD5240A7a4454c
Octal226354325440127244105114
Binary100101101110110011010101100100010101111010010010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ECD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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