Shades of Aquamarine #5FFFD4
Tints of Aquamarine #5FFFD4
RGB
CMYK
RGB Variations
Color information
#5FFFD4 (or 0x5FFFD4) is known color: Aquamarine. HEX triplet: 5F, FF and D4. RGB value is (95,255,212). Sum of RGB (Red+Green+Blue) = 95+255+212=562 (74% of max value = 765). Red value is 95 (37.5% from 255 or 16.90% from 562); Green value is 255 (100% from 255 or 45.37% from 562); Blue value is 212 (83.20% from 255 or 37.72% from 562); Max value from RGB is 255 - color contains mainly: green. Hex color #5FFFD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFFD4 is #A0002B. Grayscale: #CACACA. Windows color (decimal): -10485804 or 13959007. OLE color: 13959007.
HSL color Cylindrical-coordinate representation of color #5FFFD4: hue angle of 163.88º 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 #5FFFD4 is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 255 | 212 | - |
| CMYK | 0.63 | 0 | 0.17 | 0 |
| HSL | 163.88º | 1% | 0.69% | - |
| HSV(B) | 163.88º | 0.63% | 1% | - |
| XYZ | 52.36 | 78.71 | 74.72 | - |
| YUV | 202.26 | 133.49 | 51.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 255 | 212 | 0.63 | 0 | 0.17 | 0 | 163.88 | 1 | 0.69 |
| Hex | 5F | FF | D4 | 3F | 0 | 11 | 0 | A4 | 64 | 45 |
| Octal | 137 | 377 | 324 | 77 | 0 | 21 | 0 | 244 | 144 | 105 |
| Binary | 1011111 | 11111111 | 11010100 | 111111 | 0 | 10001 | 0 | 10100100 | 1100100 | 1000101 |
Color Harmonies of #5FFFD4
Complementary color
Monochromatic Colors of #5FFFD4
Black with #5FFFD4
Text Example
Text Example
White with #5FFFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFFD4; }
p { color: rgb(95,255,212); }
H1.HeaderClassName
{
color: #5FFFD4;
}
.AnyTagClassName
{
color: #5FFFD4;
}
</style>
background-color css
<style>
a { background-color: #5FFFD4; }
a { background-color: rgb(95,255,212); }
div.DivClassName
{
background-color: #5FFFD4;
}
.BgClassName
{
background-color: #5FFFD4;
}
</style>
border-color css
<style>
span { border-color: #5FFFD4; }
span { border-color: rgb(95,255,212); }
td.TdClassName
{
border-color: #5FFFD4;
}
.TagClassName
{
border-color: #5FFFD4;
}
</style>