Shades of Aquamarine #5DF8CF
Tints of Aquamarine #5DF8CF
RGB
CMYK
RGB Variations
Color information
#5DF8CF (or 0x5DF8CF) is known color: Aquamarine. HEX triplet: 5D, F8 and CF. RGB value is (93,248,207). Sum of RGB (Red+Green+Blue) = 93+248+207=548 (72% of max value = 765). Red value is 93 (36.72% from 255 or 16.97% from 548); Green value is 248 (97.27% from 255 or 45.26% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 248 - color contains mainly: green. Hex color #5DF8CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DF8CF is #A20730. Grayscale: #C4C4C4. Windows color (decimal): -10618673 or 13629533. OLE color: 13629533.
HSL color Cylindrical-coordinate representation of color #5DF8CF: hue angle of 164.13º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DF8CF is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 93 | 248 | 207 | - |
| CMYK | 0.62 | 0 | 0.17 | 0.03 |
| HSL | 164.13º | 0.92% | 0.67% | - |
| HSV(B) | 164.13º | 0.63% | 0.97% | - |
| XYZ | 49.34 | 73.97 | 70.71 | - |
| YUV | 196.98 | 133.65 | 53.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 248 | 207 | 0.62 | 0 | 0.17 | 0.03 | 164.13 | 0.92 | 0.67 |
| Hex | 5D | F8 | CF | 3E | 0 | 11 | 3 | A4 | 5C | 43 |
| Octal | 135 | 370 | 317 | 76 | 0 | 21 | 3 | 244 | 134 | 103 |
| Binary | 1011101 | 11111000 | 11001111 | 111110 | 0 | 10001 | 11 | 10100100 | 1011100 | 1000011 |
Color Harmonies of #5DF8CF
Complementary color
Monochromatic Colors of #5DF8CF
Black with #5DF8CF
Text Example
Text Example
White with #5DF8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF8CF; }
p { color: rgb(93,248,207); }
H1.HeaderClassName
{
color: #5DF8CF;
}
.AnyTagClassName
{
color: #5DF8CF;
}
</style>
background-color css
<style>
a { background-color: #5DF8CF; }
a { background-color: rgb(93,248,207); }
div.DivClassName
{
background-color: #5DF8CF;
}
.BgClassName
{
background-color: #5DF8CF;
}
</style>
border-color css
<style>
span { border-color: #5DF8CF; }
span { border-color: rgb(93,248,207); }
td.TdClassName
{
border-color: #5DF8CF;
}
.TagClassName
{
border-color: #5DF8CF;
}
</style>