#96e8c7

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

Shades of Magic Mint #96E8C7

Tints of Magic Mint #96E8C7

Color information

#96E8C7 (or 0x96E8C7) is unknown color: approx Magic Mint. HEX triplet: 96, E8 and C7. RGB value is (150,232,199). Sum of RGB (Red+Green+Blue) = 150+232+199=581 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.82% from 581); Green value is 232 (91.02% from 255 or 39.93% from 581); Blue value is 199 (78.12% from 255 or 34.25% from 581); Max value from RGB is 232 - color contains mainly: green. Hex color #96E8C7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96E8C7 is #691738. Grayscale: #CBCBCB. Windows color (decimal): -6887225 or 13101206. OLE color: 13101206.

HSL color Cylindrical-coordinate representation of color #96E8C7: hue angle of 155.85º degrees, saturation: 0.64, 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 #96E8C7 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB150232199-
CMYK0.3500.140.09
HSL155.85º64.06%74.9%-
HSV(B)155.85º35.34%90.98%-
XYZ51.7468.3264.49-
YUV203.72125.3389.68-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.82%
GREEN value IS 232 (91.02% from 255) = 39.93%
BLUE value IS 199 (78.12% from 255) = 34.25%
R=25.82%
G=39.93%
B=34.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1502321990.3500.140.09155.8564.0674.9
Hex96E8C7230E99c404b
Octal2263503074301611234100113
Binary1001011011101000110001111000110111010011001110010000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96e8c7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,232,199); }

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

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

 a { background-color: rgb(150,232,199); }

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

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

 span { border-color: rgb(150,232,199); }

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