Shades of Aquamarine #5FFFD1
Tints of Aquamarine #5FFFD1
RGB
CMYK
RGB Variations
Color information
#5FFFD1 (or 0x5FFFD1) is known color: Aquamarine. HEX triplet: 5F, FF and D1. RGB value is (95,255,209). Sum of RGB (Red+Green+Blue) = 95+255+209=559 (74% of max value = 765). Red value is 95 (37.5% from 255 or 16.99% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 209 (82.03% from 255 or 37.39% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #5FFFD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFFD1 is #A0002E. Grayscale: #C9C9C9. Windows color (decimal): -10485807 or 13762399. OLE color: 13762399.
HSL color Cylindrical-coordinate representation of color #5FFFD1: hue angle of 162.75º 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 #5FFFD1 is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 255 | 209 | - |
| CMYK | 0.63 | 0 | 0.18 | 0 |
| HSL | 162.75º | 1% | 0.69% | - |
| HSV(B) | 162.75º | 0.63% | 1% | - |
| XYZ | 51.99 | 78.56 | 72.74 | - |
| YUV | 201.92 | 131.99 | 51.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 255 | 209 | 0.63 | 0 | 0.18 | 0 | 162.75 | 1 | 0.69 |
| Hex | 5F | FF | D1 | 3F | 0 | 12 | 0 | A3 | 64 | 45 |
| Octal | 137 | 377 | 321 | 77 | 0 | 22 | 0 | 243 | 144 | 105 |
| Binary | 1011111 | 11111111 | 11010001 | 111111 | 0 | 10010 | 0 | 10100011 | 1100100 | 1000101 |
Color Harmonies of #5FFFD1
Complementary color
Monochromatic Colors of #5FFFD1
Black with #5FFFD1
Text Example
Text Example
White with #5FFFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFFD1; }
p { color: rgb(95,255,209); }
H1.HeaderClassName
{
color: #5FFFD1;
}
.AnyTagClassName
{
color: #5FFFD1;
}
</style>
background-color css
<style>
a { background-color: #5FFFD1; }
a { background-color: rgb(95,255,209); }
div.DivClassName
{
background-color: #5FFFD1;
}
.BgClassName
{
background-color: #5FFFD1;
}
</style>
border-color css
<style>
span { border-color: #5FFFD1; }
span { border-color: rgb(95,255,209); }
td.TdClassName
{
border-color: #5FFFD1;
}
.TagClassName
{
border-color: #5FFFD1;
}
</style>