Shades of Medium Aquamarine #5ACBA1
Tints of Medium Aquamarine #5ACBA1
RGB
CMYK
RGB Variations
Color information
#5ACBA1 (or 0x5ACBA1) is known color: Medium Aquamarine. HEX triplet: 5A, CB and A1. RGB value is (90,203,161). Sum of RGB (Red+Green+Blue) = 90+203+161=454 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.82% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 161 (63.28% from 255 or 35.46% from 454); Max value from RGB is 203 - color contains mainly: green. Hex color #5ACBA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACBA1 is #A5345E. Grayscale: #A4A4A4. Windows color (decimal): -10826847 or 10603354. OLE color: 10603354.
HSL color Cylindrical-coordinate representation of color #5ACBA1: hue angle of 157.7º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ACBA1 is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 203 | 161 | - |
| CMYK | 0.56 | 0 | 0.21 | 0.20 |
| HSL | 157.7º | 0.52% | 0.57% | - |
| HSV(B) | 157.7º | 0.56% | 0.8% | - |
| XYZ | 32.01 | 47.46 | 41.19 | - |
| YUV | 164.43 | 126.06 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 203 | 161 | 0.56 | 0 | 0.21 | 0.20 | 157.7 | 0.52 | 0.57 |
| Hex | 5A | CB | A1 | 38 | 0 | 15 | 14 | 9E | 34 | 39 |
| Octal | 132 | 313 | 241 | 70 | 0 | 25 | 24 | 236 | 64 | 71 |
| Binary | 1011010 | 11001011 | 10100001 | 111000 | 0 | 10101 | 10100 | 10011110 | 110100 | 111001 |
Color Harmonies of #5ACBA1
Complementary color
Monochromatic Colors of #5ACBA1
Black with #5ACBA1
Text Example
Text Example
White with #5ACBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACBA1; }
p { color: rgb(90,203,161); }
H1.HeaderClassName
{
color: #5ACBA1;
}
.AnyTagClassName
{
color: #5ACBA1;
}
</style>
background-color css
<style>
a { background-color: #5ACBA1; }
a { background-color: rgb(90,203,161); }
div.DivClassName
{
background-color: #5ACBA1;
}
.BgClassName
{
background-color: #5ACBA1;
}
</style>
border-color css
<style>
span { border-color: #5ACBA1; }
span { border-color: rgb(90,203,161); }
td.TdClassName
{
border-color: #5ACBA1;
}
.TagClassName
{
border-color: #5ACBA1;
}
</style>