#96EDD7

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

Shades of Magic Mint #96EDD7

Tints of Magic Mint #96EDD7

Color information

#96EDD7 (or 0x96EDD7) is unknown color: approx Magic Mint. HEX triplet: 96, ED and D7. RGB value is (150,237,215). Sum of RGB (Red+Green+Blue) = 150+237+215=602 (79% of max value = 765). Red value is 150 (58.98% from 255 or 24.92% from 602); Green value is 237 (92.97% from 255 or 39.37% from 602); Blue value is 215 (84.38% from 255 or 35.71% from 602); Max value from RGB is 237 - color contains mainly: green. Hex color #96EDD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EDD7 is #691228. Grayscale: #D0D0D0. Windows color (decimal): -6885929 or 14151062. OLE color: 14151062.

HSL color Cylindrical-coordinate representation of color #96EDD7: hue angle of 164.83º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96EDD7 is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB150237215-
CMYK0.3700.090.07
HSL164.83º70.73%75.88%-
HSV(B)164.83º36.71%92.94%-
XYZ55.1371.9675.27-
YUV208.48131.6886.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.92%
GREEN value IS 237 (92.97% from 255) = 39.37%
BLUE value IS 215 (84.38% from 255) = 35.71%
R=24.92%
G=39.37%
B=35.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1502372150.3700.090.07164.8370.7375.88
Hex96EDD725097a5474c
Octal226355327450117245107114
Binary100101101110110111010111100101010011111010010110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,237,215); }

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

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

 a { background-color: rgb(150,237,215); }

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

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

 span { border-color: rgb(150,237,215); }

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