#96F1DC

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

Shades of Magic Mint #96F1DC

Tints of Magic Mint #96F1DC

Color information

#96F1DC (or 0x96F1DC) is unknown color: approx Magic Mint. HEX triplet: 96, F1 and DC. RGB value is (150,241,220). Sum of RGB (Red+Green+Blue) = 150+241+220=611 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.55% from 611); Green value is 241 (94.53% from 255 or 39.44% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 241 - color contains mainly: green. Hex color #96F1DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F1DC is #690E23. Grayscale: #D3D3D3. Windows color (decimal): -6884900 or 14479766. OLE color: 14479766.

HSL color Cylindrical-coordinate representation of color #96F1DC: hue angle of 166.15º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96F1DC is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB150241220-
CMYK0.3800.090.05
HSL166.15º76.47%76.67%-
HSV(B)166.15º37.76%94.51%-
XYZ56.9574.5679.1-
YUV211.4132.8584.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 24.55%
GREEN value IS 241 (94.53% from 255) = 39.44%
BLUE value IS 220 (86.33% from 255) = 36.01%
R=24.55%
G=39.44%
B=36.01%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1502412200.3800.090.05166.1576.4776.67
Hex96F1DC26095a64c4d
Octal226361334460115246114115
Binary100101101111000111011100100110010011011010011010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,241,220); }

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

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

 a { background-color: rgb(150,241,220); }

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

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

 span { border-color: rgb(150,241,220); }

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