Shades of Medium Aquamarine #5FC5B5
Tints of Medium Aquamarine #5FC5B5
RGB
CMYK
RGB Variations
Color information
#5FC5B5 (or 0x5FC5B5) is known color: Medium Aquamarine. HEX triplet: 5F, C5 and B5. RGB value is (95,197,181). Sum of RGB (Red+Green+Blue) = 95+197+181=473 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.08% from 473); Green value is 197 (77.34% from 255 or 41.65% from 473); Blue value is 181 (71.09% from 255 or 38.27% from 473); Max value from RGB is 197 - color contains mainly: green. Hex color #5FC5B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FC5B5 is #A03A4A. Grayscale: #A4A4A4. Windows color (decimal): -10500683 or 11912543. OLE color: 11912543.
HSL color Cylindrical-coordinate representation of color #5FC5B5: hue angle of 170.59º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5FC5B5 is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 95 | 197 | 181 | - |
| CMYK | 0.52 | 0 | 0.08 | 0.23 |
| HSL | 170.59º | 0.47% | 0.57% | - |
| HSV(B) | 170.59º | 0.52% | 0.77% | - |
| XYZ | 33.03 | 45.7 | 50.8 | - |
| YUV | 164.68 | 137.21 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 197 | 181 | 0.52 | 0 | 0.08 | 0.23 | 170.59 | 0.47 | 0.57 |
| Hex | 5F | C5 | B5 | 34 | 0 | 8 | 17 | AB | 2F | 39 |
| Octal | 137 | 305 | 265 | 64 | 0 | 10 | 27 | 253 | 57 | 71 |
| Binary | 1011111 | 11000101 | 10110101 | 110100 | 0 | 1000 | 10111 | 10101011 | 101111 | 111001 |
Color Harmonies of #5FC5B5
Complementary color
Monochromatic Colors of #5FC5B5
Black with #5FC5B5
Text Example
Text Example
White with #5FC5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC5B5; }
p { color: rgb(95,197,181); }
H1.HeaderClassName
{
color: #5FC5B5;
}
.AnyTagClassName
{
color: #5FC5B5;
}
</style>
background-color css
<style>
a { background-color: #5FC5B5; }
a { background-color: rgb(95,197,181); }
div.DivClassName
{
background-color: #5FC5B5;
}
.BgClassName
{
background-color: #5FC5B5;
}
</style>
border-color css
<style>
span { border-color: #5FC5B5; }
span { border-color: rgb(95,197,181); }
td.TdClassName
{
border-color: #5FC5B5;
}
.TagClassName
{
border-color: #5FC5B5;
}
</style>