#5FD4AD

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

Shades of Medium Aquamarine #5FD4AD

Tints of Medium Aquamarine #5FD4AD

Color information

#5FD4AD (or 0x5FD4AD) is unknown color: approx Medium Aquamarine. HEX triplet: 5F, D4 and AD. RGB value is (95,212,173). Sum of RGB (Red+Green+Blue) = 95+212+173=480 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.79% from 480); Green value is 212 (83.20% from 255 or 44.17% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 212 - color contains mainly: green. Hex color #5FD4AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FD4AD is #A02B52. Grayscale: #ACACAC. Windows color (decimal): -10496851 or 11392095. OLE color: 11392095.

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

Color convert

RGB95212173-
CMYK0.5500.180.17
HSL160º57.64%60.2%-
HSV(B)160º55.19%83.14%-
XYZ35.8152.5447.79-
YUV172.57128.2472.67-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.79%
GREEN value IS 212 (83.20% from 255) = 44.17%
BLUE value IS 173 (67.97% from 255) = 36.04%
R=19.79%
G=44.17%
B=36.04%

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
Decimal952121730.5500.180.1716057.6460.2
Hex5FD4AD3701211a03a3c
Octal13732425567022212407274
Binary101111111010100101011011101110100101000110100000111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FD4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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