#9FF2C1

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

Shades of Magic Mint #9FF2C1

Tints of Magic Mint #9FF2C1

Color information

#9FF2C1 (or 0x9FF2C1) is unknown color: approx Magic Mint. HEX triplet: 9F, F2 and C1. RGB value is (159,242,193). Sum of RGB (Red+Green+Blue) = 159+242+193=594 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.77% from 594); Green value is 242 (94.92% from 255 or 40.74% from 594); Blue value is 193 (75.78% from 255 or 32.49% from 594); Max value from RGB is 242 - color contains mainly: green. Hex color #9FF2C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF2C1 is #600D3E. Grayscale: #D3D3D3. Windows color (decimal): -6294847 or 12710559. OLE color: 12710559.

HSL color Cylindrical-coordinate representation of color #9FF2C1: hue angle of 144.58º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FF2C1 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB159242193-
CMYK0.3400.200.05
HSL144.58º76.15%78.63%-
HSV(B)144.58º34.3%94.9%-
XYZ55.6874.7361.94-
YUV211.6117.590.48-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.77%
GREEN value IS 242 (94.92% from 255) = 40.74%
BLUE value IS 193 (75.78% from 255) = 32.49%
R=26.77%
G=40.74%
B=32.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1592421930.3400.200.05144.5876.1578.63
Hex9FF2C1220145914c4f
Octal237362301420245221114117
Binary1001111111110010110000011000100101001011001000110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FF2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FF2C1; }

 p { color: rgb(159,242,193); }

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

<style>
 a { background-color: #9FF2C1; }

 a { background-color: rgb(159,242,193); }

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

<style>
 span { border-color: #9FF2C1; }

 span { border-color: rgb(159,242,193); }

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