Shades of Medium Aquamarine #5DCFAC
Tints of Medium Aquamarine #5DCFAC
RGB
CMYK
RGB Variations
Color information
#5DCFAC (or 0x5DCFAC) is known color: Medium Aquamarine. HEX triplet: 5D, CF and AC. RGB value is (93,207,172). Sum of RGB (Red+Green+Blue) = 93+207+172=472 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.70% from 472); Green value is 207 (81.25% from 255 or 43.86% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 207 - color contains mainly: green. Hex color #5DCFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCFAC is #A23053. Grayscale: #A8A8A8. Windows color (decimal): -10629204 or 11325277. OLE color: 11325277.
HSL color Cylindrical-coordinate representation of color #5DCFAC: hue angle of 161.58º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCFAC is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 207 | 172 | - |
| CMYK | 0.55 | 0 | 0.17 | 0.19 |
| HSL | 161.58º | 0.54% | 0.59% | - |
| HSV(B) | 161.58º | 0.55% | 0.81% | - |
| XYZ | 34.27 | 49.93 | 46.86 | - |
| YUV | 168.92 | 129.73 | 73.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 207 | 172 | 0.55 | 0 | 0.17 | 0.19 | 161.58 | 0.54 | 0.59 |
| Hex | 5D | CF | AC | 37 | 0 | 11 | 13 | A2 | 36 | 3B |
| Octal | 135 | 317 | 254 | 67 | 0 | 21 | 23 | 242 | 66 | 73 |
| Binary | 1011101 | 11001111 | 10101100 | 110111 | 0 | 10001 | 10011 | 10100010 | 110110 | 111011 |
Color Harmonies of #5DCFAC
Complementary color
Monochromatic Colors of #5DCFAC
Black with #5DCFAC
Text Example
Text Example
White with #5DCFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCFAC; }
p { color: rgb(93,207,172); }
H1.HeaderClassName
{
color: #5DCFAC;
}
.AnyTagClassName
{
color: #5DCFAC;
}
</style>
background-color css
<style>
a { background-color: #5DCFAC; }
a { background-color: rgb(93,207,172); }
div.DivClassName
{
background-color: #5DCFAC;
}
.BgClassName
{
background-color: #5DCFAC;
}
</style>
border-color css
<style>
span { border-color: #5DCFAC; }
span { border-color: rgb(93,207,172); }
td.TdClassName
{
border-color: #5DCFAC;
}
.TagClassName
{
border-color: #5DCFAC;
}
</style>