Shades of Aquamarine #5FFBCE
Tints of Aquamarine #5FFBCE
RGB
CMYK
RGB Variations
Color information
#5FFBCE (or 0x5FFBCE) is known color: Aquamarine. HEX triplet: 5F, FB and CE. RGB value is (95,251,206). Sum of RGB (Red+Green+Blue) = 95+251+206=552 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.21% from 552); Green value is 251 (98.44% from 255 or 45.47% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 251 - color contains mainly: green. Hex color #5FFBCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFBCE is #A00431. Grayscale: #C7C7C7. Windows color (decimal): -10486834 or 13564767. OLE color: 13564767.
HSL color Cylindrical-coordinate representation of color #5FFBCE: hue angle of 162.69º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFBCE is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 251 | 206 | - |
| CMYK | 0.62 | 0 | 0.18 | 0.02 |
| HSL | 162.69º | 0.95% | 0.68% | - |
| HSV(B) | 162.69º | 0.62% | 0.98% | - |
| XYZ | 50.36 | 75.88 | 70.39 | - |
| YUV | 199.23 | 131.82 | 53.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 251 | 206 | 0.62 | 0 | 0.18 | 0.02 | 162.69 | 0.95 | 0.68 |
| Hex | 5F | FB | CE | 3E | 0 | 12 | 2 | A3 | 5F | 44 |
| Octal | 137 | 373 | 316 | 76 | 0 | 22 | 2 | 243 | 137 | 104 |
| Binary | 1011111 | 11111011 | 11001110 | 111110 | 0 | 10010 | 10 | 10100011 | 1011111 | 1000100 |
Color Harmonies of #5FFBCE
Complementary color
Monochromatic Colors of #5FFBCE
Black with #5FFBCE
Text Example
Text Example
White with #5FFBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFBCE; }
p { color: rgb(95,251,206); }
H1.HeaderClassName
{
color: #5FFBCE;
}
.AnyTagClassName
{
color: #5FFBCE;
}
</style>
background-color css
<style>
a { background-color: #5FFBCE; }
a { background-color: rgb(95,251,206); }
div.DivClassName
{
background-color: #5FFBCE;
}
.BgClassName
{
background-color: #5FFBCE;
}
</style>
border-color css
<style>
span { border-color: #5FFBCE; }
span { border-color: rgb(95,251,206); }
td.TdClassName
{
border-color: #5FFBCE;
}
.TagClassName
{
border-color: #5FFBCE;
}
</style>