Shades of Medium Aquamarine #5FCDB0
Tints of Medium Aquamarine #5FCDB0
RGB
CMYK
RGB Variations
Color information
#5FCDB0 (or 0x5FCDB0) is known color: Medium Aquamarine. HEX triplet: 5F, CD and B0. RGB value is (95,205,176). Sum of RGB (Red+Green+Blue) = 95+205+176=476 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.96% from 476); Green value is 205 (80.47% from 255 or 43.07% from 476); Blue value is 176 (69.14% from 255 or 36.97% from 476); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCDB0 is #A0324F. Grayscale: #A8A8A8. Windows color (decimal): -10498640 or 11586911. OLE color: 11586911.
HSL color Cylindrical-coordinate representation of color #5FCDB0: hue angle of 164.18º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FCDB0 is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 205 | 176 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.20 |
| HSL | 164.18º | 0.52% | 0.59% | - |
| HSV(B) | 164.18º | 0.54% | 0.8% | - |
| XYZ | 34.39 | 49.23 | 48.76 | - |
| YUV | 168.8 | 132.06 | 75.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 205 | 176 | 0.54 | 0 | 0.14 | 0.20 | 164.18 | 0.52 | 0.59 |
| Hex | 5F | CD | B0 | 36 | 0 | E | 14 | A4 | 34 | 3B |
| Octal | 137 | 315 | 260 | 66 | 0 | 16 | 24 | 244 | 64 | 73 |
| Binary | 1011111 | 11001101 | 10110000 | 110110 | 0 | 1110 | 10100 | 10100100 | 110100 | 111011 |
Color Harmonies of #5FCDB0
Complementary color
Monochromatic Colors of #5FCDB0
Black with #5FCDB0
Text Example
Text Example
White with #5FCDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCDB0; }
p { color: rgb(95,205,176); }
H1.HeaderClassName
{
color: #5FCDB0;
}
.AnyTagClassName
{
color: #5FCDB0;
}
</style>
background-color css
<style>
a { background-color: #5FCDB0; }
a { background-color: rgb(95,205,176); }
div.DivClassName
{
background-color: #5FCDB0;
}
.BgClassName
{
background-color: #5FCDB0;
}
</style>
border-color css
<style>
span { border-color: #5FCDB0; }
span { border-color: rgb(95,205,176); }
td.TdClassName
{
border-color: #5FCDB0;
}
.TagClassName
{
border-color: #5FCDB0;
}
</style>