#5FD2AD

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

Shades of Medium Aquamarine #5FD2AD

Tints of Medium Aquamarine #5FD2AD

Color information

#5FD2AD (or 0x5FD2AD) is unknown color: approx Medium Aquamarine. HEX triplet: 5F, D2 and AD. RGB value is (95,210,173). Sum of RGB (Red+Green+Blue) = 95+210+173=478 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.87% from 478); Green value is 210 (82.42% from 255 or 43.93% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 210 - color contains mainly: green. Hex color #5FD2AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FD2AD is #A02D52. Grayscale: #ABABAB. Windows color (decimal): -10497363 or 11391583. OLE color: 11391583.

HSL color Cylindrical-coordinate representation of color #5FD2AD: hue angle of 160.7º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5FD2AD is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB95210173-
CMYK0.5500.180.18
HSL160.7º56.1%59.8%-
HSV(B)160.7º54.76%82.35%-
XYZ35.3151.5447.62-
YUV171.4128.973.51-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.87%
GREEN value IS 210 (82.42% from 255) = 43.93%
BLUE value IS 173 (67.97% from 255) = 36.19%
R=19.87%
G=43.93%
B=36.19%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal952101730.5500.180.18160.756.159.8
Hex5FD2AD3701212a1383c
Octal13732225567022222417074
Binary101111111010010101011011101110100101001010100001111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FD2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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