#5FD4AE

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

Shades of Medium Aquamarine #5FD4AE

Tints of Medium Aquamarine #5FD4AE

Color information

#5FD4AE (or 0x5FD4AE) is unknown color: approx Medium Aquamarine. HEX triplet: 5F, D4 and AE. RGB value is (95,212,174). Sum of RGB (Red+Green+Blue) = 95+212+174=481 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.75% from 481); Green value is 212 (83.20% from 255 or 44.07% from 481); Blue value is 174 (68.36% from 255 or 36.17% from 481); Max value from RGB is 212 - color contains mainly: green. Hex color #5FD4AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FD4AE is #A02B51. Grayscale: #ACACAC. Windows color (decimal): -10496850 or 11457631. OLE color: 11457631.

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

Color convert

RGB95212174-
CMYK0.5500.180.17
HSL160.51º57.64%60.2%-
HSV(B)160.51º55.19%83.14%-
XYZ35.952.5848.3-
YUV172.68128.7472.59-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.75%
GREEN value IS 212 (83.20% from 255) = 44.07%
BLUE value IS 174 (68.36% from 255) = 36.17%
R=19.75%
G=44.07%
B=36.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal952121740.5500.180.17160.5157.6460.2
Hex5FD4AE3701211a13a3c
Octal13732425667022212417274
Binary101111111010100101011101101110100101000110100001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FD4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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