Shades of Medium Aquamarine #5DF9AF
Tints of Medium Aquamarine #5DF9AF
RGB
CMYK
RGB Variations
Color information
#5DF9AF (or 0x5DF9AF) is known color: Medium Aquamarine. HEX triplet: 5D, F9 and AF. RGB value is (93,249,175). Sum of RGB (Red+Green+Blue) = 93+249+175=517 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.99% from 517); Green value is 249 (97.66% from 255 or 48.16% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 249 - color contains mainly: green. Hex color #5DF9AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF9AF is #A20650. Grayscale: #C2C2C2. Windows color (decimal): -10618449 or 11532637. OLE color: 11532637.
HSL color Cylindrical-coordinate representation of color #5DF9AF: hue angle of 151.54º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DF9AF is Cyan = 0.63, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 249 | 175 | - |
| CMYK | 0.63 | 0 | 0.30 | 0.02 |
| HSL | 151.54º | 0.93% | 0.67% | - |
| HSV(B) | 151.54º | 0.63% | 0.98% | - |
| XYZ | 46.13 | 73.17 | 52.25 | - |
| YUV | 193.92 | 117.32 | 56.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 249 | 175 | 0.63 | 0 | 0.30 | 0.02 | 151.54 | 0.93 | 0.67 |
| Hex | 5D | F9 | AF | 3F | 0 | 1E | 2 | 98 | 5D | 43 |
| Octal | 135 | 371 | 257 | 77 | 0 | 36 | 2 | 230 | 135 | 103 |
| Binary | 1011101 | 11111001 | 10101111 | 111111 | 0 | 11110 | 10 | 10011000 | 1011101 | 1000011 |
Color Harmonies of #5DF9AF
Complementary color
Monochromatic Colors of #5DF9AF
Black with #5DF9AF
Text Example
Text Example
White with #5DF9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF9AF; }
p { color: rgb(93,249,175); }
H1.HeaderClassName
{
color: #5DF9AF;
}
.AnyTagClassName
{
color: #5DF9AF;
}
</style>
background-color css
<style>
a { background-color: #5DF9AF; }
a { background-color: rgb(93,249,175); }
div.DivClassName
{
background-color: #5DF9AF;
}
.BgClassName
{
background-color: #5DF9AF;
}
</style>
border-color css
<style>
span { border-color: #5DF9AF; }
span { border-color: rgb(93,249,175); }
td.TdClassName
{
border-color: #5DF9AF;
}
.TagClassName
{
border-color: #5DF9AF;
}
</style>