#96ECC1

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

Shades of Magic Mint #96ECC1

Tints of Magic Mint #96ECC1

Color information

#96ECC1 (or 0x96ECC1) is unknown color: approx Magic Mint. HEX triplet: 96, EC and C1. RGB value is (150,236,193). Sum of RGB (Red+Green+Blue) = 150+236+193=579 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.91% from 579); Green value is 236 (92.58% from 255 or 40.76% from 579); Blue value is 193 (75.78% from 255 or 33.33% from 579); Max value from RGB is 236 - color contains mainly: green. Hex color #96ECC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96ECC1 is #69133E. Grayscale: #CDCDCD. Windows color (decimal): -6886207 or 12709014. OLE color: 12709014.

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

Color convert

RGB150236193-
CMYK0.3600.180.07
HSL150º69.35%75.69%-
HSV(B)150º36.44%92.55%-
XYZ52.270.3361.28-
YUV205.38121.0188.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.91%
GREEN value IS 236 (92.58% from 255) = 40.76%
BLUE value IS 193 (75.78% from 255) = 33.33%
R=25.91%
G=40.76%
B=33.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1502361930.3600.180.0715069.3575.69
Hex96ECC124012796454c
Octal226354301440227226105114
Binary1001011011101100110000011001000100101111001011010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ECC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,236,193); }

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

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

 a { background-color: rgb(150,236,193); }

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

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

 span { border-color: rgb(150,236,193); }

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