#96EBD4

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

Shades of Magic Mint #96EBD4

Tints of Magic Mint #96EBD4

Color information

#96EBD4 (or 0x96EBD4) is unknown color: approx Magic Mint. HEX triplet: 96, EB and D4. RGB value is (150,235,212). Sum of RGB (Red+Green+Blue) = 150+235+212=597 (79% of max value = 765). Red value is 150 (58.98% from 255 or 25.13% from 597); Green value is 235 (92.19% from 255 or 39.36% from 597); Blue value is 212 (83.20% from 255 or 35.51% from 597); Max value from RGB is 235 - color contains mainly: green. Hex color #96EBD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EBD4 is #69142B. Grayscale: #CECECE. Windows color (decimal): -6886444 or 13953942. OLE color: 13953942.

HSL color Cylindrical-coordinate representation of color #96EBD4: hue angle of 163.76º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96EBD4 is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB150235212-
CMYK0.3600.100.08
HSL163.76º68%75.49%-
HSV(B)163.76º36.17%92.16%-
XYZ54.1770.6573.07-
YUV206.96130.8487.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.13%
GREEN value IS 235 (92.19% from 255) = 39.36%
BLUE value IS 212 (83.20% from 255) = 35.51%
R=25.13%
G=39.36%
B=35.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1502352120.3600.100.08163.766875.49
Hex96EBD4240A8a4444b
Octal2263533244401210244104113
Binary1001011011101011110101001001000101010001010010010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,235,212); }

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

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

 a { background-color: rgb(150,235,212); }

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

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

 span { border-color: rgb(150,235,212); }

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