#96EACD

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

Shades of Magic Mint #96EACD

Tints of Magic Mint #96EACD

Color information

#96EACD (or 0x96EACD) is unknown color: approx Magic Mint. HEX triplet: 96, EA and CD. RGB value is (150,234,205). Sum of RGB (Red+Green+Blue) = 150+234+205=589 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.47% from 589); Green value is 234 (91.80% from 255 or 39.73% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 234 - color contains mainly: green. Hex color #96EACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EACD is #691532. Grayscale: #CDCDCD. Windows color (decimal): -6886707 or 13494934. OLE color: 13494934.

HSL color Cylindrical-coordinate representation of color #96EACD: hue angle of 159.29º degrees, saturation: 0.67, 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 #96EACD is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB150234205-
CMYK0.3600.120.08
HSL159.29º66.67%75.29%-
HSV(B)159.29º35.9%91.76%-
XYZ53.0269.7468.42-
YUV205.58127.6788.36-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.47%
GREEN value IS 234 (91.80% from 255) = 39.73%
BLUE value IS 205 (80.47% from 255) = 34.80%
R=25.47%
G=39.73%
B=34.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1502342050.3600.120.08159.2966.6775.29
Hex96EACD240C89f434b
Octal2263523154401410237103113
Binary1001011011101010110011011001000110010001001111110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,234,205); }

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

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

 a { background-color: rgb(150,234,205); }

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

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

 span { border-color: rgb(150,234,205); }

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