Shades of Medium Aquamarine #5ACCB1
Tints of Medium Aquamarine #5ACCB1
RGB
CMYK
RGB Variations
Color information
#5ACCB1 (or 0x5ACCB1) is known color: Medium Aquamarine. HEX triplet: 5A, CC and B1. RGB value is (90,204,177). Sum of RGB (Red+Green+Blue) = 90+204+177=471 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.11% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 177 (69.53% from 255 or 37.58% from 471); Max value from RGB is 204 - color contains mainly: green. Hex color #5ACCB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACCB1 is #A5334E. Grayscale: #A6A6A6. Windows color (decimal): -10826575 or 11652186. OLE color: 11652186.
HSL color Cylindrical-coordinate representation of color #5ACCB1: hue angle of 165.79º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ACCB1 is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 90 | 204 | 177 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.2 |
| HSL | 165.79º | 0.53% | 0.58% | - |
| HSV(B) | 165.79º | 0.56% | 0.8% | - |
| XYZ | 33.75 | 48.53 | 49.18 | - |
| YUV | 166.84 | 133.73 | 73.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 204 | 177 | 0.56 | 0 | 0.13 | 0.2 | 165.79 | 0.53 | 0.58 |
| Hex | 5A | CC | B1 | 38 | 0 | D | 14 | A6 | 35 | 3A |
| Octal | 132 | 314 | 261 | 70 | 0 | 15 | 24 | 246 | 65 | 72 |
| Binary | 1011010 | 11001100 | 10110001 | 111000 | 0 | 1101 | 10100 | 10100110 | 110101 | 111010 |
Color Harmonies of #5ACCB1
Complementary color
Monochromatic Colors of #5ACCB1
Black with #5ACCB1
Text Example
Text Example
White with #5ACCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACCB1; }
p { color: rgb(90,204,177); }
H1.HeaderClassName
{
color: #5ACCB1;
}
.AnyTagClassName
{
color: #5ACCB1;
}
</style>
background-color css
<style>
a { background-color: #5ACCB1; }
a { background-color: rgb(90,204,177); }
div.DivClassName
{
background-color: #5ACCB1;
}
.BgClassName
{
background-color: #5ACCB1;
}
</style>
border-color css
<style>
span { border-color: #5ACCB1; }
span { border-color: rgb(90,204,177); }
td.TdClassName
{
border-color: #5ACCB1;
}
.TagClassName
{
border-color: #5ACCB1;
}
</style>