#5FD4AC

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

Shades of Medium Aquamarine #5FD4AC

Tints of Medium Aquamarine #5FD4AC

Color information

#5FD4AC (or 0x5FD4AC) is unknown color: approx Medium Aquamarine. HEX triplet: 5F, D4 and AC. RGB value is (95,212,172). Sum of RGB (Red+Green+Blue) = 95+212+172=479 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.83% from 479); Green value is 212 (83.20% from 255 or 44.26% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 212 - color contains mainly: green. Hex color #5FD4AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FD4AC is #A02B53. Grayscale: #ACACAC. Windows color (decimal): -10496852 or 11326559. OLE color: 11326559.

HSL color Cylindrical-coordinate representation of color #5FD4AC: hue angle of 159.49º 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 #5FD4AC is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB95212172-
CMYK0.5500.190.17
HSL159.49º57.64%60.2%-
HSV(B)159.49º55.19%83.14%-
XYZ35.7152.547.28-
YUV172.46127.7472.75-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.83%
GREEN value IS 212 (83.20% from 255) = 44.26%
BLUE value IS 172 (67.58% from 255) = 35.91%
R=19.83%
G=44.26%
B=35.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal952121720.5500.190.17159.4957.6460.2
Hex5FD4AC37013119f3a3c
Octal13732425467023212377274
Binary101111111010100101011001101110100111000110011111111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FD4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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