Shades of Medium Aquamarine #5FCCB0
Tints of Medium Aquamarine #5FCCB0
RGB
CMYK
RGB Variations
Color information
#5FCCB0 (or 0x5FCCB0) is known color: Medium Aquamarine. HEX triplet: 5F, CC and B0. RGB value is (95,204,176). Sum of RGB (Red+Green+Blue) = 95+204+176=475 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 176 (69.14% from 255 or 37.05% from 475); Max value from RGB is 204 - color contains mainly: green. Hex color #5FCCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCCB0 is #A0334F. Grayscale: #A8A8A8. Windows color (decimal): -10498896 or 11586655. OLE color: 11586655.
HSL color Cylindrical-coordinate representation of color #5FCCB0: hue angle of 164.59º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FCCB0 is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 204 | 176 | - |
| CMYK | 0.53 | 0 | 0.14 | 0.2 |
| HSL | 164.59º | 0.52% | 0.59% | - |
| HSV(B) | 164.59º | 0.53% | 0.8% | - |
| XYZ | 34.15 | 48.75 | 48.68 | - |
| YUV | 168.22 | 132.39 | 75.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 204 | 176 | 0.53 | 0 | 0.14 | 0.2 | 164.59 | 0.52 | 0.59 |
| Hex | 5F | CC | B0 | 35 | 0 | E | 14 | A5 | 34 | 3B |
| Octal | 137 | 314 | 260 | 65 | 0 | 16 | 24 | 245 | 64 | 73 |
| Binary | 1011111 | 11001100 | 10110000 | 110101 | 0 | 1110 | 10100 | 10100101 | 110100 | 111011 |
Color Harmonies of #5FCCB0
Complementary color
Monochromatic Colors of #5FCCB0
Black with #5FCCB0
Text Example
Text Example
White with #5FCCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCCB0; }
p { color: rgb(95,204,176); }
H1.HeaderClassName
{
color: #5FCCB0;
}
.AnyTagClassName
{
color: #5FCCB0;
}
</style>
background-color css
<style>
a { background-color: #5FCCB0; }
a { background-color: rgb(95,204,176); }
div.DivClassName
{
background-color: #5FCCB0;
}
.BgClassName
{
background-color: #5FCCB0;
}
</style>
border-color css
<style>
span { border-color: #5FCCB0; }
span { border-color: rgb(95,204,176); }
td.TdClassName
{
border-color: #5FCCB0;
}
.TagClassName
{
border-color: #5FCCB0;
}
</style>