#96EBCA

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

Shades of Magic Mint #96EBCA

Tints of Magic Mint #96EBCA

Color information

#96EBCA (or 0x96EBCA) is unknown color: approx Magic Mint. HEX triplet: 96, EB and CA. RGB value is (150,235,202). Sum of RGB (Red+Green+Blue) = 150+235+202=587 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.55% from 587); Green value is 235 (92.19% from 255 or 40.03% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 235 - color contains mainly: green. Hex color #96EBCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EBCA is #691435. Grayscale: #CDCDCD. Windows color (decimal): -6886454 or 13298582. OLE color: 13298582.

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

Color convert

RGB150235202-
CMYK0.3600.140.08
HSL156.71º68%75.49%-
HSV(B)156.71º36.17%92.16%-
XYZ52.9570.1666.63-
YUV205.82125.8488.18-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.55%
GREEN value IS 235 (92.19% from 255) = 40.03%
BLUE value IS 202 (79.30% from 255) = 34.41%
R=25.55%
G=40.03%
B=34.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1502352020.3600.140.08156.716875.49
Hex96EBCA240E89d444b
Octal2263533124401610235104113
Binary1001011011101011110010101001000111010001001110110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,235,202); }

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

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

 a { background-color: rgb(150,235,202); }

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

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

 span { border-color: rgb(150,235,202); }

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