Shades of Medium Aquamarine #5DCFAB
Tints of Medium Aquamarine #5DCFAB
RGB
CMYK
RGB Variations
Color information
#5DCFAB (or 0x5DCFAB) is known color: Medium Aquamarine. HEX triplet: 5D, CF and AB. RGB value is (93,207,171). Sum of RGB (Red+Green+Blue) = 93+207+171=471 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.75% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 207 - color contains mainly: green. Hex color #5DCFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCFAB is #A23054. Grayscale: #A8A8A8. Windows color (decimal): -10629205 or 11259741. OLE color: 11259741.
HSL color Cylindrical-coordinate representation of color #5DCFAB: hue angle of 161.05º 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 #5DCFAB is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 207 | 171 | - |
| CMYK | 0.55 | 0 | 0.17 | 0.19 |
| HSL | 161.05º | 0.54% | 0.59% | - |
| HSV(B) | 161.05º | 0.55% | 0.81% | - |
| XYZ | 34.18 | 49.89 | 46.36 | - |
| YUV | 168.81 | 129.23 | 73.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 207 | 171 | 0.55 | 0 | 0.17 | 0.19 | 161.05 | 0.54 | 0.59 |
| Hex | 5D | CF | AB | 37 | 0 | 11 | 13 | A1 | 36 | 3B |
| Octal | 135 | 317 | 253 | 67 | 0 | 21 | 23 | 241 | 66 | 73 |
| Binary | 1011101 | 11001111 | 10101011 | 110111 | 0 | 10001 | 10011 | 10100001 | 110110 | 111011 |
Color Harmonies of #5DCFAB
Complementary color
Monochromatic Colors of #5DCFAB
Black with #5DCFAB
Text Example
Text Example
White with #5DCFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCFAB; }
p { color: rgb(93,207,171); }
H1.HeaderClassName
{
color: #5DCFAB;
}
.AnyTagClassName
{
color: #5DCFAB;
}
</style>
background-color css
<style>
a { background-color: #5DCFAB; }
a { background-color: rgb(93,207,171); }
div.DivClassName
{
background-color: #5DCFAB;
}
.BgClassName
{
background-color: #5DCFAB;
}
</style>
border-color css
<style>
span { border-color: #5DCFAB; }
span { border-color: rgb(93,207,171); }
td.TdClassName
{
border-color: #5DCFAB;
}
.TagClassName
{
border-color: #5DCFAB;
}
</style>