#96EACF

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

Shades of Magic Mint #96EACF

Tints of Magic Mint #96EACF

Color information

#96EACF (or 0x96EACF) is unknown color: approx Magic Mint. HEX triplet: 96, EA and CF. RGB value is (150,234,207). Sum of RGB (Red+Green+Blue) = 150+234+207=591 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.38% from 591); Green value is 234 (91.80% from 255 or 39.59% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 234 - color contains mainly: green. Hex color #96EACF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EACF is #691530. Grayscale: #CDCDCD. Windows color (decimal): -6886705 or 13626006. OLE color: 13626006.

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

Color convert

RGB150234207-
CMYK0.3600.120.08
HSL160.71º66.67%75.29%-
HSV(B)160.71º35.9%91.76%-
XYZ53.2669.8369.7-
YUV205.81128.6788.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.38%
GREEN value IS 234 (91.80% from 255) = 39.59%
BLUE value IS 207 (81.25% from 255) = 35.03%
R=25.38%
G=39.59%
B=35.03%

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
Decimal1502342070.3600.120.08160.7166.6775.29
Hex96EACF240C8a1434b
Octal2263523174401410241103113
Binary1001011011101010110011111001000110010001010000110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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