#96E7C4

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

Shades of Magic Mint #96E7C4

Tints of Magic Mint #96E7C4

Color information

#96E7C4 (or 0x96E7C4) is unknown color: approx Magic Mint. HEX triplet: 96, E7 and C4. RGB value is (150,231,196). Sum of RGB (Red+Green+Blue) = 150+231+196=577 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.00% from 577); Green value is 231 (90.62% from 255 or 40.03% from 577); Blue value is 196 (76.95% from 255 or 33.97% from 577); Max value from RGB is 231 - color contains mainly: green. Hex color #96E7C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96E7C4 is #69183B. Grayscale: #CACACA. Windows color (decimal): -6887484 or 12904342. OLE color: 12904342.

HSL color Cylindrical-coordinate representation of color #96E7C4: hue angle of 154.07º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96E7C4 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB150231196-
CMYK0.3500.150.09
HSL154.07º62.79%74.71%-
HSV(B)154.07º35.06%90.59%-
XYZ51.1267.6262.58-
YUV202.79124.1690.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.00%
GREEN value IS 231 (90.62% from 255) = 40.03%
BLUE value IS 196 (76.95% from 255) = 33.97%
R=26.00%
G=40.03%
B=33.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1502311960.3500.150.09154.0762.7974.71
Hex96E7C4230F99a3f4b
Octal226347304430171123277113
Binary100101101110011111000100100011011111001100110101111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E7C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,231,196); }

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

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

 a { background-color: rgb(150,231,196); }

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

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

 span { border-color: rgb(150,231,196); }

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