#5FF196

Color #5FF196 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #5FF196

Tints of Medium Aquamarine #5FF196

Color information

#5FF196 (or 0x5FF196) is unknown color: approx Medium Aquamarine. HEX triplet: 5F, F1 and 96. RGB value is (95,241,150). Sum of RGB (Red+Green+Blue) = 95+241+150=486 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.55% from 486); Green value is 241 (94.53% from 255 or 49.59% from 486); Blue value is 150 (58.98% from 255 or 30.86% from 486); Max value from RGB is 241 - color contains mainly: green. Hex color #5FF196 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF196 is #A00E69. Grayscale: #BBBBBB. Windows color (decimal): -10489450 or 9892191. OLE color: 9892191.

HSL color Cylindrical-coordinate representation of color #5FF196: hue angle of 142.6º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FF196 is Cyan = 0.61, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB95241150-
CMYK0.6100.380.05
HSL142.6º83.91%65.88%-
HSV(B)142.6º60.58%94.51%-
XYZ41.6867.5539.7-
YUV186.97107.1362.4-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.55%
GREEN value IS 241 (94.53% from 255) = 49.59%
BLUE value IS 150 (58.98% from 255) = 30.86%
R=19.55%
G=49.59%
B=30.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal952411500.6100.380.05142.683.9165.88
Hex5FF1963D02658f5442
Octal137361226750465217124102
Binary1011111111100011001011011110101001101011000111110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FF196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FF196; }

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

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

<style>
 a { background-color: #5FF196; }

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

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

<style>
 span { border-color: #5FF196; }

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

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