Shades of Medium Aquamarine #56CFB6
Tints of Medium Aquamarine #56CFB6
RGB
CMYK
RGB Variations
Color information
#56CFB6 (or 0x56CFB6) is known color: Medium Aquamarine. HEX triplet: 56, CF and B6. RGB value is (86,207,182). Sum of RGB (Red+Green+Blue) = 86+207+182=475 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.11% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 182 (71.48% from 255 or 38.32% from 475); Max value from RGB is 207 - color contains mainly: green. Hex color #56CFB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CFB6 is #A93049. Grayscale: #A7A7A7. Windows color (decimal): -11087946 or 11980630. OLE color: 11980630.
HSL color Cylindrical-coordinate representation of color #56CFB6: hue angle of 167.6º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56CFB6 is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 207 | 182 | - |
| CMYK | 0.58 | 0 | 0.12 | 0.19 |
| HSL | 167.6º | 0.56% | 0.57% | - |
| HSV(B) | 167.6º | 0.58% | 0.81% | - |
| XYZ | 34.59 | 49.98 | 52.08 | - |
| YUV | 167.97 | 135.91 | 69.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 207 | 182 | 0.58 | 0 | 0.12 | 0.19 | 167.6 | 0.56 | 0.57 |
| Hex | 56 | CF | B6 | 3A | 0 | C | 13 | A8 | 38 | 39 |
| Octal | 126 | 317 | 266 | 72 | 0 | 14 | 23 | 250 | 70 | 71 |
| Binary | 1010110 | 11001111 | 10110110 | 111010 | 0 | 1100 | 10011 | 10101000 | 111000 | 111001 |
Color Harmonies of #56CFB6
Complementary color
Monochromatic Colors of #56CFB6
Black with #56CFB6
Text Example
Text Example
White with #56CFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CFB6; }
p { color: rgb(86,207,182); }
H1.HeaderClassName
{
color: #56CFB6;
}
.AnyTagClassName
{
color: #56CFB6;
}
</style>
background-color css
<style>
a { background-color: #56CFB6; }
a { background-color: rgb(86,207,182); }
div.DivClassName
{
background-color: #56CFB6;
}
.BgClassName
{
background-color: #56CFB6;
}
</style>
border-color css
<style>
span { border-color: #56CFB6; }
span { border-color: rgb(86,207,182); }
td.TdClassName
{
border-color: #56CFB6;
}
.TagClassName
{
border-color: #56CFB6;
}
</style>