#5FF1AA

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

Shades of Medium Aquamarine #5FF1AA

Tints of Medium Aquamarine #5FF1AA

Color information

#5FF1AA (or 0x5FF1AA) is unknown color: approx Medium Aquamarine. HEX triplet: 5F, F1 and AA. RGB value is (95,241,170). Sum of RGB (Red+Green+Blue) = 95+241+170=506 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.77% from 506); Green value is 241 (94.53% from 255 or 47.63% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 241 - color contains mainly: green. Hex color #5FF1AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF1AA is #A00E55. Grayscale: #BDBDBD. Windows color (decimal): -10489430 or 11202911. OLE color: 11202911.

HSL color Cylindrical-coordinate representation of color #5FF1AA: hue angle of 150.82º 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 #5FF1AA is Cyan = 0.61, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB95241170-
CMYK0.6100.290.05
HSL150.82º83.91%65.88%-
HSV(B)150.82º60.58%94.51%-
XYZ43.4368.2548.91-
YUV189.25117.1360.77-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.77%
GREEN value IS 241 (94.53% from 255) = 47.63%
BLUE value IS 170 (66.80% from 255) = 33.60%
R=18.77%
G=47.63%
B=33.60%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal952411700.6100.290.05150.8283.9165.88
Hex5FF1AA3D01D5975442
Octal137361252750355227124102
Binary101111111110001101010101111010111011011001011110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FF1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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