#5FD4A0

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

Shades of Medium Aquamarine #5FD4A0

Tints of Medium Aquamarine #5FD4A0

Color information

#5FD4A0 (or 0x5FD4A0) is unknown color: approx Medium Aquamarine. HEX triplet: 5F, D4 and A0. RGB value is (95,212,160). Sum of RGB (Red+Green+Blue) = 95+212+160=467 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.34% from 467); Green value is 212 (83.20% from 255 or 45.40% from 467); Blue value is 160 (62.89% from 255 or 34.26% from 467); Max value from RGB is 212 - color contains mainly: green. Hex color #5FD4A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FD4A0 is #A02B5F. Grayscale: #ABABAB. Windows color (decimal): -10496864 or 10540127. OLE color: 10540127.

HSL color Cylindrical-coordinate representation of color #5FD4A0: hue angle of 153.33º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5FD4A0 is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB95212160-
CMYK0.5500.250.17
HSL153.33º57.64%60.2%-
HSV(B)153.33º55.19%83.14%-
XYZ34.6152.0641.48-
YUV171.09121.7473.73-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.34%
GREEN value IS 212 (83.20% from 255) = 45.40%
BLUE value IS 160 (62.89% from 255) = 34.26%
R=20.34%
G=45.40%
B=34.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal952121600.5500.250.17153.3357.6460.2
Hex5FD4A03701911993a3c
Octal13732424067031212317274
Binary101111111010100101000001101110110011000110011001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FD4A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,212,160); }

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

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

 a { background-color: rgb(95,212,160); }

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

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

 span { border-color: rgb(95,212,160); }

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