#5FC5AA

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

Shades of Medium Aquamarine #5FC5AA

Tints of Medium Aquamarine #5FC5AA

Color information

#5FC5AA (or 0x5FC5AA) is unknown color: approx Medium Aquamarine. HEX triplet: 5F, C5 and AA. RGB value is (95,197,170). Sum of RGB (Red+Green+Blue) = 95+197+170=462 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.56% from 462); Green value is 197 (77.34% from 255 or 42.64% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 197 - color contains mainly: green. Hex color #5FC5AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FC5AA is #A03A55. Grayscale: #A3A3A3. Windows color (decimal): -10500694 or 11191647. OLE color: 11191647.

HSL color Cylindrical-coordinate representation of color #5FC5AA: hue angle of 164.12º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5FC5AA is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB95197170-
CMYK0.5200.140.23
HSL164.12º46.79%57.25%-
HSV(B)164.12º51.78%77.25%-
XYZ31.9445.2745.08-
YUV163.42131.7179.2-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.56%
GREEN value IS 197 (77.34% from 255) = 42.64%
BLUE value IS 170 (66.80% from 255) = 36.80%
R=20.56%
G=42.64%
B=36.80%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal951971700.5200.140.23164.1246.7957.25
Hex5FC5AA340E17a42f39
Octal13730525264016272445771
Binary10111111100010110101010110100011101011110100100101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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