Shades of Medium Aquamarine #5FC6B5
Tints of Medium Aquamarine #5FC6B5
RGB
CMYK
RGB Variations
Color information
#5FC6B5 (or 0x5FC6B5) is known color: Medium Aquamarine. HEX triplet: 5F, C6 and B5. RGB value is (95,198,181). Sum of RGB (Red+Green+Blue) = 95+198+181=474 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.04% from 474); Green value is 198 (77.73% from 255 or 41.77% from 474); Blue value is 181 (71.09% from 255 or 38.19% from 474); Max value from RGB is 198 - color contains mainly: green. Hex color #5FC6B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FC6B5 is #A0394A. Grayscale: #A5A5A5. Windows color (decimal): -10500427 or 11912799. OLE color: 11912799.
HSL color Cylindrical-coordinate representation of color #5FC6B5: hue angle of 170.1º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5FC6B5 is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 95 | 198 | 181 | - |
| CMYK | 0.52 | 0 | 0.09 | 0.22 |
| HSL | 170.1º | 0.47% | 0.57% | - |
| HSV(B) | 170.1º | 0.52% | 0.78% | - |
| XYZ | 33.25 | 46.16 | 50.87 | - |
| YUV | 165.27 | 136.88 | 77.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 198 | 181 | 0.52 | 0 | 0.09 | 0.22 | 170.1 | 0.47 | 0.57 |
| Hex | 5F | C6 | B5 | 34 | 0 | 9 | 16 | AA | 2F | 39 |
| Octal | 137 | 306 | 265 | 64 | 0 | 11 | 26 | 252 | 57 | 71 |
| Binary | 1011111 | 11000110 | 10110101 | 110100 | 0 | 1001 | 10110 | 10101010 | 101111 | 111001 |
Color Harmonies of #5FC6B5
Complementary color
Monochromatic Colors of #5FC6B5
Black with #5FC6B5
Text Example
Text Example
White with #5FC6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC6B5; }
p { color: rgb(95,198,181); }
H1.HeaderClassName
{
color: #5FC6B5;
}
.AnyTagClassName
{
color: #5FC6B5;
}
</style>
background-color css
<style>
a { background-color: #5FC6B5; }
a { background-color: rgb(95,198,181); }
div.DivClassName
{
background-color: #5FC6B5;
}
.BgClassName
{
background-color: #5FC6B5;
}
</style>
border-color css
<style>
span { border-color: #5FC6B5; }
span { border-color: rgb(95,198,181); }
td.TdClassName
{
border-color: #5FC6B5;
}
.TagClassName
{
border-color: #5FC6B5;
}
</style>