Shades of Aquamarine #5FFFCE
Tints of Aquamarine #5FFFCE
RGB
CMYK
RGB Variations
Color information
#5FFFCE (or 0x5FFFCE) is known color: Aquamarine. HEX triplet: 5F, FF and CE. RGB value is (95,255,206). Sum of RGB (Red+Green+Blue) = 95+255+206=556 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.09% from 556); Green value is 255 (100% from 255 or 45.86% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 255 - color contains mainly: green. Hex color #5FFFCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFFCE is #A00031. Grayscale: #C9C9C9. Windows color (decimal): -10485810 or 13565791. OLE color: 13565791.
HSL color Cylindrical-coordinate representation of color #5FFFCE: hue angle of 161.62º 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 #5FFFCE is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 255 | 206 | - |
| CMYK | 0.63 | 0 | 0.19 | 0 |
| HSL | 161.63º | 1% | 0.69% | - |
| HSV(B) | 161.63º | 0.63% | 1% | - |
| XYZ | 51.62 | 78.41 | 70.81 | - |
| YUV | 201.57 | 130.49 | 51.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 255 | 206 | 0.63 | 0 | 0.19 | 0 | 161.63 | 1 | 0.69 |
| Hex | 5F | FF | CE | 3F | 0 | 13 | 0 | A2 | 64 | 45 |
| Octal | 137 | 377 | 316 | 77 | 0 | 23 | 0 | 242 | 144 | 105 |
| Binary | 1011111 | 11111111 | 11001110 | 111111 | 0 | 10011 | 0 | 10100010 | 1100100 | 1000101 |
Color Harmonies of #5FFFCE
Complementary color
Monochromatic Colors of #5FFFCE
Black with #5FFFCE
Text Example
Text Example
White with #5FFFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFFCE; }
p { color: rgb(95,255,206); }
H1.HeaderClassName
{
color: #5FFFCE;
}
.AnyTagClassName
{
color: #5FFFCE;
}
</style>
background-color css
<style>
a { background-color: #5FFFCE; }
a { background-color: rgb(95,255,206); }
div.DivClassName
{
background-color: #5FFFCE;
}
.BgClassName
{
background-color: #5FFFCE;
}
</style>
border-color css
<style>
span { border-color: #5FFFCE; }
span { border-color: rgb(95,255,206); }
td.TdClassName
{
border-color: #5FFFCE;
}
.TagClassName
{
border-color: #5FFFCE;
}
</style>