Shades of Aquamarine #5FFBCD
Tints of Aquamarine #5FFBCD
RGB
CMYK
RGB Variations
Color information
#5FFBCD (or 0x5FFBCD) is known color: Aquamarine. HEX triplet: 5F, FB and CD. RGB value is (95,251,205). Sum of RGB (Red+Green+Blue) = 95+251+205=551 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.24% from 551); Green value is 251 (98.44% from 255 or 45.55% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 251 - color contains mainly: green. Hex color #5FFBCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFBCD is #A00432. Grayscale: #C7C7C7. Windows color (decimal): -10486835 or 13499231. OLE color: 13499231.
HSL color Cylindrical-coordinate representation of color #5FFBCD: hue angle of 162.31º 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 #5FFBCD is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 251 | 205 | - |
| CMYK | 0.62 | 0 | 0.18 | 0.02 |
| HSL | 162.31º | 0.95% | 0.68% | - |
| HSV(B) | 162.31º | 0.62% | 0.98% | - |
| XYZ | 50.24 | 75.84 | 69.75 | - |
| YUV | 199.11 | 131.32 | 53.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 251 | 205 | 0.62 | 0 | 0.18 | 0.02 | 162.31 | 0.95 | 0.68 |
| Hex | 5F | FB | CD | 3E | 0 | 12 | 2 | A2 | 5F | 44 |
| Octal | 137 | 373 | 315 | 76 | 0 | 22 | 2 | 242 | 137 | 104 |
| Binary | 1011111 | 11111011 | 11001101 | 111110 | 0 | 10010 | 10 | 10100010 | 1011111 | 1000100 |
Color Harmonies of #5FFBCD
Complementary color
Monochromatic Colors of #5FFBCD
Black with #5FFBCD
Text Example
Text Example
White with #5FFBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFBCD; }
p { color: rgb(95,251,205); }
H1.HeaderClassName
{
color: #5FFBCD;
}
.AnyTagClassName
{
color: #5FFBCD;
}
</style>
background-color css
<style>
a { background-color: #5FFBCD; }
a { background-color: rgb(95,251,205); }
div.DivClassName
{
background-color: #5FFBCD;
}
.BgClassName
{
background-color: #5FFBCD;
}
</style>
border-color css
<style>
span { border-color: #5FFBCD; }
span { border-color: rgb(95,251,205); }
td.TdClassName
{
border-color: #5FFBCD;
}
.TagClassName
{
border-color: #5FFBCD;
}
</style>