Shades of Aquamarine #5DF7DF
Tints of Aquamarine #5DF7DF
RGB
CMYK
RGB Variations
Color information
#5DF7DF (or 0x5DF7DF) is known color: Aquamarine. HEX triplet: 5D, F7 and DF. RGB value is (93,247,223). Sum of RGB (Red+Green+Blue) = 93+247+223=563 (74% of max value = 765). Red value is 93 (36.72% from 255 or 16.52% from 563); Green value is 247 (96.88% from 255 or 43.87% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 247 - color contains mainly: green. Hex color #5DF7DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DF7DF is #A20820. Grayscale: #C6C6C6. Windows color (decimal): -10618913 or 14677853. OLE color: 14677853.
HSL color Cylindrical-coordinate representation of color #5DF7DF: hue angle of 170.65º degrees, saturation: 0.91, 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 #5DF7DF is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 93 | 247 | 223 | - |
| CMYK | 0.62 | 0 | 0.10 | 0.03 |
| HSL | 170.65º | 0.91% | 0.67% | - |
| HSV(B) | 170.65º | 0.62% | 0.97% | - |
| XYZ | 51.09 | 74.18 | 81.44 | - |
| YUV | 198.22 | 141.98 | 52.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 247 | 223 | 0.62 | 0 | 0.10 | 0.03 | 170.65 | 0.91 | 0.67 |
| Hex | 5D | F7 | DF | 3E | 0 | A | 3 | AB | 5B | 43 |
| Octal | 135 | 367 | 337 | 76 | 0 | 12 | 3 | 253 | 133 | 103 |
| Binary | 1011101 | 11110111 | 11011111 | 111110 | 0 | 1010 | 11 | 10101011 | 1011011 | 1000011 |
Color Harmonies of #5DF7DF
Complementary color
Monochromatic Colors of #5DF7DF
Black with #5DF7DF
Text Example
Text Example
White with #5DF7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DF7DF; }
p { color: rgb(93,247,223); }
H1.HeaderClassName
{
color: #5DF7DF;
}
.AnyTagClassName
{
color: #5DF7DF;
}
</style>
background-color css
<style>
a { background-color: #5DF7DF; }
a { background-color: rgb(93,247,223); }
div.DivClassName
{
background-color: #5DF7DF;
}
.BgClassName
{
background-color: #5DF7DF;
}
</style>
border-color css
<style>
span { border-color: #5DF7DF; }
span { border-color: rgb(93,247,223); }
td.TdClassName
{
border-color: #5DF7DF;
}
.TagClassName
{
border-color: #5DF7DF;
}
</style>