Shades of Medium Aquamarine #5ACBA5
Tints of Medium Aquamarine #5ACBA5
RGB
CMYK
RGB Variations
Color information
#5ACBA5 (or 0x5ACBA5) is known color: Medium Aquamarine. HEX triplet: 5A, CB and A5. RGB value is (90,203,165). Sum of RGB (Red+Green+Blue) = 90+203+165=458 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.65% from 458); Green value is 203 (79.69% from 255 or 44.32% from 458); Blue value is 165 (64.84% from 255 or 36.03% from 458); Max value from RGB is 203 - color contains mainly: green. Hex color #5ACBA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACBA5 is #A5345A. Grayscale: #A4A4A4. Windows color (decimal): -10826843 or 10865498. OLE color: 10865498.
HSL color Cylindrical-coordinate representation of color #5ACBA5: hue angle of 159.82º 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 #5ACBA5 is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 203 | 165 | - |
| CMYK | 0.56 | 0 | 0.19 | 0.20 |
| HSL | 159.82º | 0.52% | 0.57% | - |
| HSV(B) | 159.82º | 0.56% | 0.8% | - |
| XYZ | 32.36 | 47.6 | 43.08 | - |
| YUV | 164.88 | 128.06 | 74.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 203 | 165 | 0.56 | 0 | 0.19 | 0.20 | 159.82 | 0.52 | 0.57 |
| Hex | 5A | CB | A5 | 38 | 0 | 13 | 14 | A0 | 34 | 39 |
| Octal | 132 | 313 | 245 | 70 | 0 | 23 | 24 | 240 | 64 | 71 |
| Binary | 1011010 | 11001011 | 10100101 | 111000 | 0 | 10011 | 10100 | 10100000 | 110100 | 111001 |
Color Harmonies of #5ACBA5
Complementary color
Monochromatic Colors of #5ACBA5
Black with #5ACBA5
Text Example
Text Example
White with #5ACBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACBA5; }
p { color: rgb(90,203,165); }
H1.HeaderClassName
{
color: #5ACBA5;
}
.AnyTagClassName
{
color: #5ACBA5;
}
</style>
background-color css
<style>
a { background-color: #5ACBA5; }
a { background-color: rgb(90,203,165); }
div.DivClassName
{
background-color: #5ACBA5;
}
.BgClassName
{
background-color: #5ACBA5;
}
</style>
border-color css
<style>
span { border-color: #5ACBA5; }
span { border-color: rgb(90,203,165); }
td.TdClassName
{
border-color: #5ACBA5;
}
.TagClassName
{
border-color: #5ACBA5;
}
</style>