Shades of Medium Aquamarine #56F19B
Tints of Medium Aquamarine #56F19B
RGB
CMYK
RGB Variations
Color information
#56F19B (or 0x56F19B) is known color: Medium Aquamarine. HEX triplet: 56, F1 and 9B. RGB value is (86,241,155). Sum of RGB (Red+Green+Blue) = 86+241+155=482 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.84% from 482); Green value is 241 (94.53% from 255 or 50% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 241 - color contains mainly: green. Hex color #56F19B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #56F19B is #A90E64. Grayscale: #B9B9B9. Windows color (decimal): -11079269 or 10219862. OLE color: 10219862.
HSL color Cylindrical-coordinate representation of color #56F19B: hue angle of 146.71º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56F19B is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 241 | 155 | - |
| CMYK | 0.64 | 0 | 0.36 | 0.05 |
| HSL | 146.71º | 0.85% | 0.64% | - |
| HSV(B) | 146.71º | 0.64% | 0.95% | - |
| XYZ | 41.21 | 67.26 | 41.82 | - |
| YUV | 184.85 | 111.15 | 57.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 241 | 155 | 0.64 | 0 | 0.36 | 0.05 | 146.71 | 0.85 | 0.64 |
| Hex | 56 | F1 | 9B | 40 | 0 | 24 | 5 | 93 | 55 | 40 |
| Octal | 126 | 361 | 233 | 100 | 0 | 44 | 5 | 223 | 125 | 100 |
| Binary | 1010110 | 11110001 | 10011011 | 1000000 | 0 | 100100 | 101 | 10010011 | 1010101 | 1000000 |
Color Harmonies of #56F19B
Complementary color
Monochromatic Colors of #56F19B
Black with #56F19B
Text Example
Text Example
White with #56F19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56F19B; }
p { color: rgb(86,241,155); }
H1.HeaderClassName
{
color: #56F19B;
}
.AnyTagClassName
{
color: #56F19B;
}
</style>
background-color css
<style>
a { background-color: #56F19B; }
a { background-color: rgb(86,241,155); }
div.DivClassName
{
background-color: #56F19B;
}
.BgClassName
{
background-color: #56F19B;
}
</style>
border-color css
<style>
span { border-color: #56F19B; }
span { border-color: rgb(86,241,155); }
td.TdClassName
{
border-color: #56F19B;
}
.TagClassName
{
border-color: #56F19B;
}
</style>