#5FD5A4

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

Shades of Medium Aquamarine #5FD5A4

Tints of Medium Aquamarine #5FD5A4

Color information

#5FD5A4 (or 0x5FD5A4) is unknown color: approx Medium Aquamarine. HEX triplet: 5F, D5 and A4. RGB value is (95,213,164). Sum of RGB (Red+Green+Blue) = 95+213+164=472 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.13% from 472); Green value is 213 (83.59% from 255 or 45.13% from 472); Blue value is 164 (64.45% from 255 or 34.75% from 472); Max value from RGB is 213 - color contains mainly: green. Hex color #5FD5A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FD5A4 is #A02A5B. Grayscale: #ACACAC. Windows color (decimal): -10496604 or 10802527. OLE color: 10802527.

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

Color convert

RGB95213164-
CMYK0.5500.230.16
HSL155.08º58.42%60.39%-
HSV(B)155.08º55.4%83.53%-
XYZ35.2152.743.44-
YUV172.13123.4172.98-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.13%
GREEN value IS 213 (83.59% from 255) = 45.13%
BLUE value IS 164 (64.45% from 255) = 34.75%
R=20.13%
G=45.13%
B=34.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal952131640.5500.230.16155.0858.4260.39
Hex5FD5A437017109b3a3c
Octal13732524467027202337274
Binary101111111010101101001001101110101111000010011011111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FD5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,213,164); }

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

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

 a { background-color: rgb(95,213,164); }

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

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

 span { border-color: rgb(95,213,164); }

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