Shades of Medium Aquamarine #5FC6A6
Tints of Medium Aquamarine #5FC6A6
RGB
CMYK
RGB Variations
Color information
#5FC6A6 (or 0x5FC6A6) is known color: Medium Aquamarine. HEX triplet: 5F, C6 and A6. RGB value is (95,198,166). Sum of RGB (Red+Green+Blue) = 95+198+166=459 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.70% from 459); Green value is 198 (77.73% from 255 or 43.14% from 459); Blue value is 166 (65.23% from 255 or 36.17% from 459); Max value from RGB is 198 - color contains mainly: green. Hex color #5FC6A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FC6A6 is #A03959. Grayscale: #A3A3A3. Windows color (decimal): -10500442 or 10929759. OLE color: 10929759.
HSL color Cylindrical-coordinate representation of color #5FC6A6: hue angle of 161.36º 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 #5FC6A6 is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 95 | 198 | 166 | - |
| CMYK | 0.52 | 0 | 0.16 | 0.22 |
| HSL | 161.36º | 0.47% | 0.57% | - |
| HSV(B) | 161.36º | 0.52% | 0.78% | - |
| XYZ | 31.8 | 45.57 | 43.2 | - |
| YUV | 163.56 | 129.38 | 79.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 198 | 166 | 0.52 | 0 | 0.16 | 0.22 | 161.36 | 0.47 | 0.57 |
| Hex | 5F | C6 | A6 | 34 | 0 | 10 | 16 | A1 | 2F | 39 |
| Octal | 137 | 306 | 246 | 64 | 0 | 20 | 26 | 241 | 57 | 71 |
| Binary | 1011111 | 11000110 | 10100110 | 110100 | 0 | 10000 | 10110 | 10100001 | 101111 | 111001 |
Color Harmonies of #5FC6A6
Complementary color
Monochromatic Colors of #5FC6A6
Black with #5FC6A6
Text Example
Text Example
White with #5FC6A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC6A6; }
p { color: rgb(95,198,166); }
H1.HeaderClassName
{
color: #5FC6A6;
}
.AnyTagClassName
{
color: #5FC6A6;
}
</style>
background-color css
<style>
a { background-color: #5FC6A6; }
a { background-color: rgb(95,198,166); }
div.DivClassName
{
background-color: #5FC6A6;
}
.BgClassName
{
background-color: #5FC6A6;
}
</style>
border-color css
<style>
span { border-color: #5FC6A6; }
span { border-color: rgb(95,198,166); }
td.TdClassName
{
border-color: #5FC6A6;
}
.TagClassName
{
border-color: #5FC6A6;
}
</style>