#96EFCD

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

Shades of Magic Mint #96EFCD

Tints of Magic Mint #96EFCD

Color information

#96EFCD (or 0x96EFCD) is unknown color: approx Magic Mint. HEX triplet: 96, EF and CD. RGB value is (150,239,205). Sum of RGB (Red+Green+Blue) = 150+239+205=594 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.25% from 594); Green value is 239 (93.75% from 255 or 40.24% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 239 - color contains mainly: green. Hex color #96EFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EFCD is #691032. Grayscale: #D0D0D0. Windows color (decimal): -6885427 or 13496214. OLE color: 13496214.

HSL color Cylindrical-coordinate representation of color #96EFCD: hue angle of 157.08º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96EFCD is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB150239205-
CMYK0.3700.140.06
HSL157.08º73.55%76.27%-
HSV(B)157.08º37.24%93.73%-
XYZ54.4672.6268.91-
YUV208.51126.0186.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.25%
GREEN value IS 239 (93.75% from 255) = 40.24%
BLUE value IS 205 (80.47% from 255) = 34.51%
R=25.25%
G=40.24%
B=34.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1502392050.3700.140.06157.0873.5576.27
Hex96EFCD250E69d4a4c
Octal226357315450166235112114
Binary100101101110111111001101100101011101101001110110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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