Shades of Medium Aquamarine #5ACBA8
Tints of Medium Aquamarine #5ACBA8
RGB
CMYK
RGB Variations
Color information
#5ACBA8 (or 0x5ACBA8) is known color: Medium Aquamarine. HEX triplet: 5A, CB and A8. RGB value is (90,203,168). Sum of RGB (Red+Green+Blue) = 90+203+168=461 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.52% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 168 (66.02% from 255 or 36.44% from 461); Max value from RGB is 203 - color contains mainly: green. Hex color #5ACBA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACBA8 is #A53457. Grayscale: #A5A5A5. Windows color (decimal): -10826840 or 11062106. OLE color: 11062106.
HSL color Cylindrical-coordinate representation of color #5ACBA8: hue angle of 161.42º 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 #5ACBA8 is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 203 | 168 | - |
| CMYK | 0.56 | 0 | 0.17 | 0.20 |
| HSL | 161.42º | 0.52% | 0.57% | - |
| HSV(B) | 161.42º | 0.56% | 0.8% | - |
| XYZ | 32.64 | 47.71 | 44.53 | - |
| YUV | 165.22 | 129.56 | 74.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 203 | 168 | 0.56 | 0 | 0.17 | 0.20 | 161.42 | 0.52 | 0.57 |
| Hex | 5A | CB | A8 | 38 | 0 | 11 | 14 | A1 | 34 | 39 |
| Octal | 132 | 313 | 250 | 70 | 0 | 21 | 24 | 241 | 64 | 71 |
| Binary | 1011010 | 11001011 | 10101000 | 111000 | 0 | 10001 | 10100 | 10100001 | 110100 | 111001 |
Color Harmonies of #5ACBA8
Complementary color
Monochromatic Colors of #5ACBA8
Black with #5ACBA8
Text Example
Text Example
White with #5ACBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACBA8; }
p { color: rgb(90,203,168); }
H1.HeaderClassName
{
color: #5ACBA8;
}
.AnyTagClassName
{
color: #5ACBA8;
}
</style>
background-color css
<style>
a { background-color: #5ACBA8; }
a { background-color: rgb(90,203,168); }
div.DivClassName
{
background-color: #5ACBA8;
}
.BgClassName
{
background-color: #5ACBA8;
}
</style>
border-color css
<style>
span { border-color: #5ACBA8; }
span { border-color: rgb(90,203,168); }
td.TdClassName
{
border-color: #5ACBA8;
}
.TagClassName
{
border-color: #5ACBA8;
}
</style>