Shades of Medium Aquamarine #5FCCB2
Tints of Medium Aquamarine #5FCCB2
RGB
CMYK
RGB Variations
Color information
#5FCCB2 (or 0x5FCCB2) is known color: Medium Aquamarine. HEX triplet: 5F, CC and B2. RGB value is (95,204,178). Sum of RGB (Red+Green+Blue) = 95+204+178=477 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.92% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 178 (69.92% from 255 or 37.32% from 477); Max value from RGB is 204 - color contains mainly: green. Hex color #5FCCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCCB2 is #A0334D. Grayscale: #A8A8A8. Windows color (decimal): -10498894 or 11717727. OLE color: 11717727.
HSL color Cylindrical-coordinate representation of color #5FCCB2: hue angle of 165.69º 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 #5FCCB2 is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 204 | 178 | - |
| CMYK | 0.53 | 0 | 0.13 | 0.2 |
| HSL | 165.69º | 0.52% | 0.59% | - |
| HSV(B) | 165.69º | 0.53% | 0.8% | - |
| XYZ | 34.35 | 48.83 | 49.73 | - |
| YUV | 168.45 | 133.39 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 204 | 178 | 0.53 | 0 | 0.13 | 0.2 | 165.69 | 0.52 | 0.59 |
| Hex | 5F | CC | B2 | 35 | 0 | D | 14 | A6 | 34 | 3B |
| Octal | 137 | 314 | 262 | 65 | 0 | 15 | 24 | 246 | 64 | 73 |
| Binary | 1011111 | 11001100 | 10110010 | 110101 | 0 | 1101 | 10100 | 10100110 | 110100 | 111011 |
Color Harmonies of #5FCCB2
Complementary color
Monochromatic Colors of #5FCCB2
Black with #5FCCB2
Text Example
Text Example
White with #5FCCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCCB2; }
p { color: rgb(95,204,178); }
H1.HeaderClassName
{
color: #5FCCB2;
}
.AnyTagClassName
{
color: #5FCCB2;
}
</style>
background-color css
<style>
a { background-color: #5FCCB2; }
a { background-color: rgb(95,204,178); }
div.DivClassName
{
background-color: #5FCCB2;
}
.BgClassName
{
background-color: #5FCCB2;
}
</style>
border-color css
<style>
span { border-color: #5FCCB2; }
span { border-color: rgb(95,204,178); }
td.TdClassName
{
border-color: #5FCCB2;
}
.TagClassName
{
border-color: #5FCCB2;
}
</style>