Shades of Aquamarine #5FFAD0
Tints of Aquamarine #5FFAD0
RGB
CMYK
RGB Variations
Color information
#5FFAD0 (or 0x5FFAD0) is known color: Aquamarine. HEX triplet: 5F, FA and D0. RGB value is (95,250,208). Sum of RGB (Red+Green+Blue) = 95+250+208=553 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.18% from 553); Green value is 250 (98.05% from 255 or 45.21% from 553); Blue value is 208 (81.64% from 255 or 37.61% from 553); Max value from RGB is 250 - color contains mainly: green. Hex color #5FFAD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFAD0 is #A0052F. Grayscale: #C6C6C6. Windows color (decimal): -10487088 or 13695583. OLE color: 13695583.
HSL color Cylindrical-coordinate representation of color #5FFAD0: hue angle of 163.74º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFAD0 is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 250 | 208 | - |
| CMYK | 0.62 | 0 | 0.17 | 0.02 |
| HSL | 163.74º | 0.94% | 0.68% | - |
| HSV(B) | 163.74º | 0.62% | 0.98% | - |
| XYZ | 50.29 | 75.36 | 71.57 | - |
| YUV | 198.87 | 133.15 | 53.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 250 | 208 | 0.62 | 0 | 0.17 | 0.02 | 163.74 | 0.94 | 0.68 |
| Hex | 5F | FA | D0 | 3E | 0 | 11 | 2 | A4 | 5E | 44 |
| Octal | 137 | 372 | 320 | 76 | 0 | 21 | 2 | 244 | 136 | 104 |
| Binary | 1011111 | 11111010 | 11010000 | 111110 | 0 | 10001 | 10 | 10100100 | 1011110 | 1000100 |
Color Harmonies of #5FFAD0
Complementary color
Monochromatic Colors of #5FFAD0
Black with #5FFAD0
Text Example
Text Example
White with #5FFAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFAD0; }
p { color: rgb(95,250,208); }
H1.HeaderClassName
{
color: #5FFAD0;
}
.AnyTagClassName
{
color: #5FFAD0;
}
</style>
background-color css
<style>
a { background-color: #5FFAD0; }
a { background-color: rgb(95,250,208); }
div.DivClassName
{
background-color: #5FFAD0;
}
.BgClassName
{
background-color: #5FFAD0;
}
</style>
border-color css
<style>
span { border-color: #5FFAD0; }
span { border-color: rgb(95,250,208); }
td.TdClassName
{
border-color: #5FFAD0;
}
.TagClassName
{
border-color: #5FFAD0;
}
</style>