#5FC5AD

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

Shades of Medium Aquamarine #5FC5AD

Tints of Medium Aquamarine #5FC5AD

Color information

#5FC5AD (or 0x5FC5AD) is unknown color: approx Medium Aquamarine. HEX triplet: 5F, C5 and AD. RGB value is (95,197,173). Sum of RGB (Red+Green+Blue) = 95+197+173=465 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.43% from 465); Green value is 197 (77.34% from 255 or 42.37% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 197 - color contains mainly: green. Hex color #5FC5AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FC5AD is #A03A52. Grayscale: #A3A3A3. Windows color (decimal): -10500691 or 11388255. OLE color: 11388255.

HSL color Cylindrical-coordinate representation of color #5FC5AD: hue angle of 165.88º 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 #5FC5AD is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB95197173-
CMYK0.5200.120.23
HSL165.88º46.79%57.25%-
HSV(B)165.88º51.78%77.25%-
XYZ32.2345.3846.6-
YUV163.77133.2178.95-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.43%
GREEN value IS 197 (77.34% from 255) = 42.37%
BLUE value IS 173 (67.97% from 255) = 37.20%
R=20.43%
G=42.37%
B=37.20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal951971730.5200.120.23165.8846.7957.25
Hex5FC5AD340C17a62f39
Octal13730525564014272465771
Binary10111111100010110101101110100011001011110100110101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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