Shades of Aquamarine #5FFFD5
Tints of Aquamarine #5FFFD5
RGB
CMYK
RGB Variations
Color information
#5FFFD5 (or 0x5FFFD5) is known color: Aquamarine. HEX triplet: 5F, FF and D5. RGB value is (95,255,213). Sum of RGB (Red+Green+Blue) = 95+255+213=563 (74% of max value = 765). Red value is 95 (37.5% from 255 or 16.87% from 563); Green value is 255 (100% from 255 or 45.29% from 563); Blue value is 213 (83.59% from 255 or 37.83% from 563); Max value from RGB is 255 - color contains mainly: green. Hex color #5FFFD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFFD5 is #A0002A. Grayscale: #CACACA. Windows color (decimal): -10485803 or 14024543. OLE color: 14024543.
HSL color Cylindrical-coordinate representation of color #5FFFD5: hue angle of 164.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 #5FFFD5 is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 255 | 213 | - |
| CMYK | 0.63 | 0 | 0.16 | 0 |
| HSL | 164.25º | 1% | 0.69% | - |
| HSV(B) | 164.25º | 0.63% | 1% | - |
| XYZ | 52.49 | 78.76 | 75.39 | - |
| YUV | 202.37 | 133.99 | 51.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 255 | 213 | 0.63 | 0 | 0.16 | 0 | 164.25 | 1 | 0.69 |
| Hex | 5F | FF | D5 | 3F | 0 | 10 | 0 | A4 | 64 | 45 |
| Octal | 137 | 377 | 325 | 77 | 0 | 20 | 0 | 244 | 144 | 105 |
| Binary | 1011111 | 11111111 | 11010101 | 111111 | 0 | 10000 | 0 | 10100100 | 1100100 | 1000101 |
Color Harmonies of #5FFFD5
Complementary color
Monochromatic Colors of #5FFFD5
Black with #5FFFD5
Text Example
Text Example
White with #5FFFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFFD5; }
p { color: rgb(95,255,213); }
H1.HeaderClassName
{
color: #5FFFD5;
}
.AnyTagClassName
{
color: #5FFFD5;
}
</style>
background-color css
<style>
a { background-color: #5FFFD5; }
a { background-color: rgb(95,255,213); }
div.DivClassName
{
background-color: #5FFFD5;
}
.BgClassName
{
background-color: #5FFFD5;
}
</style>
border-color css
<style>
span { border-color: #5FFFD5; }
span { border-color: rgb(95,255,213); }
td.TdClassName
{
border-color: #5FFFD5;
}
.TagClassName
{
border-color: #5FFFD5;
}
</style>