Shades of Aquamarine #5DF6CF
Tints of Aquamarine #5DF6CF
RGB
CMYK
RGB Variations
Color information
#5DF6CF (or 0x5DF6CF) is known color: Aquamarine. HEX triplet: 5D, F6 and CF. RGB value is (93,246,207). Sum of RGB (Red+Green+Blue) = 93+246+207=546 (72% of max value = 765). Red value is 93 (36.72% from 255 or 17.03% from 546); Green value is 246 (96.48% from 255 or 45.05% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 246 - color contains mainly: green. Hex color #5DF6CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DF6CF is #A20930. Grayscale: #C3C3C3. Windows color (decimal): -10619185 or 13629021. OLE color: 13629021.
HSL color Cylindrical-coordinate representation of color #5DF6CF: hue angle of 164.71º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DF6CF is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 93 | 246 | 207 | - |
| CMYK | 0.62 | 0 | 0.16 | 0.04 |
| HSL | 164.71º | 0.89% | 0.66% | - |
| HSV(B) | 164.71º | 0.62% | 0.96% | - |
| XYZ | 48.73 | 72.74 | 70.5 | - |
| YUV | 195.81 | 134.31 | 54.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 246 | 207 | 0.62 | 0 | 0.16 | 0.04 | 164.71 | 0.89 | 0.66 |
| Hex | 5D | F6 | CF | 3E | 0 | 10 | 4 | A5 | 59 | 42 |
| Octal | 135 | 366 | 317 | 76 | 0 | 20 | 4 | 245 | 131 | 102 |
| Binary | 1011101 | 11110110 | 11001111 | 111110 | 0 | 10000 | 100 | 10100101 | 1011001 | 1000010 |
Color Harmonies of #5DF6CF
Complementary color
Monochromatic Colors of #5DF6CF
Black with #5DF6CF
Text Example
Text Example
White with #5DF6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF6CF; }
p { color: rgb(93,246,207); }
H1.HeaderClassName
{
color: #5DF6CF;
}
.AnyTagClassName
{
color: #5DF6CF;
}
</style>
background-color css
<style>
a { background-color: #5DF6CF; }
a { background-color: rgb(93,246,207); }
div.DivClassName
{
background-color: #5DF6CF;
}
.BgClassName
{
background-color: #5DF6CF;
}
</style>
border-color css
<style>
span { border-color: #5DF6CF; }
span { border-color: rgb(93,246,207); }
td.TdClassName
{
border-color: #5DF6CF;
}
.TagClassName
{
border-color: #5DF6CF;
}
</style>