Shades of Aquamarine #5FFFDD
Tints of Aquamarine #5FFFDD
RGB
CMYK
RGB Variations
Color information
#5FFFDD (or 0x5FFFDD) is known color: Aquamarine. HEX triplet: 5F, FF and DD. RGB value is (95,255,221). Sum of RGB (Red+Green+Blue) = 95+255+221=571 (75% of max value = 765). Red value is 95 (37.5% from 255 or 16.64% from 571); Green value is 255 (100% from 255 or 44.66% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 255 - color contains mainly: green. Hex color #5FFFDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFFDD is #A00022. Grayscale: #CBCBCB. Windows color (decimal): -10485795 or 14548831. OLE color: 14548831.
HSL color Cylindrical-coordinate representation of color #5FFFDD: hue angle of 167.25º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FFFDD is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 255 | 221 | - |
| CMYK | 0.63 | 0 | 0.13 | 0 |
| HSL | 167.25º | 1% | 0.69% | - |
| HSV(B) | 167.25º | 0.63% | 1% | - |
| XYZ | 53.53 | 79.17 | 80.87 | - |
| YUV | 203.28 | 137.99 | 50.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 255 | 221 | 0.63 | 0 | 0.13 | 0 | 167.25 | 1 | 0.69 |
| Hex | 5F | FF | DD | 3F | 0 | D | 0 | A7 | 64 | 45 |
| Octal | 137 | 377 | 335 | 77 | 0 | 15 | 0 | 247 | 144 | 105 |
| Binary | 1011111 | 11111111 | 11011101 | 111111 | 0 | 1101 | 0 | 10100111 | 1100100 | 1000101 |
Color Harmonies of #5FFFDD
Complementary color
Monochromatic Colors of #5FFFDD
Black with #5FFFDD
Text Example
Text Example
White with #5FFFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFFDD; }
p { color: rgb(95,255,221); }
H1.HeaderClassName
{
color: #5FFFDD;
}
.AnyTagClassName
{
color: #5FFFDD;
}
</style>
background-color css
<style>
a { background-color: #5FFFDD; }
a { background-color: rgb(95,255,221); }
div.DivClassName
{
background-color: #5FFFDD;
}
.BgClassName
{
background-color: #5FFFDD;
}
</style>
border-color css
<style>
span { border-color: #5FFFDD; }
span { border-color: rgb(95,255,221); }
td.TdClassName
{
border-color: #5FFFDD;
}
.TagClassName
{
border-color: #5FFFDD;
}
</style>