Shades of Aquamarine #5FFFCD
Tints of Aquamarine #5FFFCD
RGB
CMYK
RGB Variations
Color information
#5FFFCD (or 0x5FFFCD) is known color: Aquamarine. HEX triplet: 5F, FF and CD. RGB value is (95,255,205). Sum of RGB (Red+Green+Blue) = 95+255+205=555 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.12% from 555); Green value is 255 (100% from 255 or 45.95% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 255 - color contains mainly: green. Hex color #5FFFCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFFCD is #A00032. Grayscale: #C9C9C9. Windows color (decimal): -10485811 or 13500255. OLE color: 13500255.
HSL color Cylindrical-coordinate representation of color #5FFFCD: hue angle of 161.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 #5FFFCD is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 255 | 205 | - |
| CMYK | 0.63 | 0 | 0.20 | 0 |
| HSL | 161.25º | 1% | 0.69% | - |
| HSV(B) | 161.25º | 0.63% | 1% | - |
| XYZ | 51.5 | 78.36 | 70.17 | - |
| YUV | 201.46 | 129.99 | 52.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 255 | 205 | 0.63 | 0 | 0.20 | 0 | 161.25 | 1 | 0.69 |
| Hex | 5F | FF | CD | 3F | 0 | 14 | 0 | A1 | 64 | 45 |
| Octal | 137 | 377 | 315 | 77 | 0 | 24 | 0 | 241 | 144 | 105 |
| Binary | 1011111 | 11111111 | 11001101 | 111111 | 0 | 10100 | 0 | 10100001 | 1100100 | 1000101 |
Color Harmonies of #5FFFCD
Complementary color
Monochromatic Colors of #5FFFCD
Black with #5FFFCD
Text Example
Text Example
White with #5FFFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFFCD; }
p { color: rgb(95,255,205); }
H1.HeaderClassName
{
color: #5FFFCD;
}
.AnyTagClassName
{
color: #5FFFCD;
}
</style>
background-color css
<style>
a { background-color: #5FFFCD; }
a { background-color: rgb(95,255,205); }
div.DivClassName
{
background-color: #5FFFCD;
}
.BgClassName
{
background-color: #5FFFCD;
}
</style>
border-color css
<style>
span { border-color: #5FFFCD; }
span { border-color: rgb(95,255,205); }
td.TdClassName
{
border-color: #5FFFCD;
}
.TagClassName
{
border-color: #5FFFCD;
}
</style>