#96F7C1

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

Shades of Magic Mint #96F7C1

Tints of Magic Mint #96F7C1

Color information

#96F7C1 (or 0x96F7C1) is unknown color: approx Magic Mint. HEX triplet: 96, F7 and C1. RGB value is (150,247,193). Sum of RGB (Red+Green+Blue) = 150+247+193=590 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.42% from 590); Green value is 247 (96.88% from 255 or 41.86% from 590); Blue value is 193 (75.78% from 255 or 32.71% from 590); Max value from RGB is 247 - color contains mainly: green. Hex color #96F7C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F7C1 is #69083E. Grayscale: #D3D3D3. Windows color (decimal): -6883391 or 12711830. OLE color: 12711830.

HSL color Cylindrical-coordinate representation of color #96F7C1: hue angle of 146.6º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96F7C1 is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB150247193-
CMYK0.3900.220.03
HSL146.6º85.84%77.84%-
HSV(B)146.6º39.27%96.86%-
XYZ55.4676.8662.36-
YUV211.84117.3683.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.42%
GREEN value IS 247 (96.88% from 255) = 41.86%
BLUE value IS 193 (75.78% from 255) = 32.71%
R=25.42%
G=41.86%
B=32.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1502471930.3900.220.03146.685.8477.84
Hex96F7C127016393564e
Octal226367301470263223126116
Binary100101101111011111000001100111010110111001001110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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