#96ECC3

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

Shades of Magic Mint #96ECC3

Tints of Magic Mint #96ECC3

Color information

#96ECC3 (or 0x96ECC3) is unknown color: approx Magic Mint. HEX triplet: 96, EC and C3. RGB value is (150,236,195). Sum of RGB (Red+Green+Blue) = 150+236+195=581 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.82% from 581); Green value is 236 (92.58% from 255 or 40.62% from 581); Blue value is 195 (76.56% from 255 or 33.56% from 581); Max value from RGB is 236 - color contains mainly: green. Hex color #96ECC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96ECC3 is #69133C. Grayscale: #CDCDCD. Windows color (decimal): -6886205 or 12840086. OLE color: 12840086.

HSL color Cylindrical-coordinate representation of color #96ECC3: hue angle of 151.4º 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 #96ECC3 is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB150236195-
CMYK0.3600.170.07
HSL151.4º69.35%75.69%-
HSV(B)151.4º36.44%92.55%-
XYZ52.4270.4262.46-
YUV205.61122.0188.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.82%
GREEN value IS 236 (92.58% from 255) = 40.62%
BLUE value IS 195 (76.56% from 255) = 33.56%
R=25.82%
G=40.62%
B=33.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1502361950.3600.170.07151.469.3575.69
Hex96ECC324011797454c
Octal226354303440217227105114
Binary1001011011101100110000111001000100011111001011110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ECC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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