Shades of Medium Aquamarine #56CAB5
Tints of Medium Aquamarine #56CAB5
RGB
CMYK
RGB Variations
Color information
#56CAB5 (or 0x56CAB5) is known color: Medium Aquamarine. HEX triplet: 56, CA and B5. RGB value is (86,202,181). Sum of RGB (Red+Green+Blue) = 86+202+181=469 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.34% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 181 (71.09% from 255 or 38.59% from 469); Max value from RGB is 202 - color contains mainly: green. Hex color #56CAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CAB5 is #A9354A. Grayscale: #A4A4A4. Windows color (decimal): -11089227 or 11913814. OLE color: 11913814.
HSL color Cylindrical-coordinate representation of color #56CAB5: hue angle of 169.14º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56CAB5 is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 86 | 202 | 181 | - |
| CMYK | 0.57 | 0 | 0.10 | 0.21 |
| HSL | 169.14º | 0.52% | 0.56% | - |
| HSV(B) | 169.14º | 0.57% | 0.79% | - |
| XYZ | 33.3 | 47.56 | 51.14 | - |
| YUV | 164.92 | 137.07 | 71.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 202 | 181 | 0.57 | 0 | 0.10 | 0.21 | 169.14 | 0.52 | 0.56 |
| Hex | 56 | CA | B5 | 39 | 0 | A | 15 | A9 | 34 | 38 |
| Octal | 126 | 312 | 265 | 71 | 0 | 12 | 25 | 251 | 64 | 70 |
| Binary | 1010110 | 11001010 | 10110101 | 111001 | 0 | 1010 | 10101 | 10101001 | 110100 | 111000 |
Color Harmonies of #56CAB5
Complementary color
Monochromatic Colors of #56CAB5
Black with #56CAB5
Text Example
Text Example
White with #56CAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CAB5; }
p { color: rgb(86,202,181); }
H1.HeaderClassName
{
color: #56CAB5;
}
.AnyTagClassName
{
color: #56CAB5;
}
</style>
background-color css
<style>
a { background-color: #56CAB5; }
a { background-color: rgb(86,202,181); }
div.DivClassName
{
background-color: #56CAB5;
}
.BgClassName
{
background-color: #56CAB5;
}
</style>
border-color css
<style>
span { border-color: #56CAB5; }
span { border-color: rgb(86,202,181); }
td.TdClassName
{
border-color: #56CAB5;
}
.TagClassName
{
border-color: #56CAB5;
}
</style>