#5FF0AA

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

Shades of Medium Aquamarine #5FF0AA

Tints of Medium Aquamarine #5FF0AA

Color information

#5FF0AA (or 0x5FF0AA) is unknown color: approx Medium Aquamarine. HEX triplet: 5F, F0 and AA. RGB value is (95,240,170). Sum of RGB (Red+Green+Blue) = 95+240+170=505 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.81% from 505); Green value is 240 (94.14% from 255 or 47.52% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 240 - color contains mainly: green. Hex color #5FF0AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FF0AA is #A00F55. Grayscale: #BCBCBC. Windows color (decimal): -10489686 or 11202655. OLE color: 11202655.

HSL color Cylindrical-coordinate representation of color #5FF0AA: hue angle of 151.03º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FF0AA is Cyan = 0.60, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB95240170-
CMYK0.6000.290.06
HSL151.03º82.86%65.69%-
HSV(B)151.03º60.42%94.12%-
XYZ43.1467.6648.82-
YUV188.66117.4661.19-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.81%
GREEN value IS 240 (94.14% from 255) = 47.52%
BLUE value IS 170 (66.80% from 255) = 33.66%
R=18.81%
G=47.52%
B=33.66%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal952401700.6000.290.06151.0382.8665.69
Hex5FF0AA3C01D6975342
Octal137360252740356227123102
Binary101111111110000101010101111000111011101001011110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FF0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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