Shades of Viking #51ABC0
Tints of Viking #51ABC0
RGB
CMYK
RGB Variations
Color information
#51ABC0 (or 0x51ABC0) is known color: Viking. HEX triplet: 51, AB and C0. RGB value is (81,171,192). Sum of RGB (Red+Green+Blue) = 81+171+192=444 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.24% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 192 - color contains mainly: blue. Hex color #51ABC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ABC0 is #AE543F. Grayscale: #929292. Windows color (decimal): -11424832 or 12626769. OLE color: 12626769.
HSL color Cylindrical-coordinate representation of color #51ABC0: hue angle of 191.35º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51ABC0 is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 171 | 192 | - |
| CMYK | 0.58 | 0.11 | 0 | 0.25 |
| HSL | 191.35º | 0.47% | 0.54% | - |
| HSV(B) | 191.35º | 0.58% | 0.75% | - |
| XYZ | 27.47 | 34.68 | 55.12 | - |
| YUV | 146.48 | 153.68 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 171 | 192 | 0.58 | 0.11 | 0 | 0.25 | 191.35 | 0.47 | 0.54 |
| Hex | 51 | AB | C0 | 3A | B | 0 | 19 | BF | 2F | 36 |
| Octal | 121 | 253 | 300 | 72 | 13 | 0 | 31 | 277 | 57 | 66 |
| Binary | 1010001 | 10101011 | 11000000 | 111010 | 1011 | 0 | 11001 | 10111111 | 101111 | 110110 |
Color Harmonies of #51ABC0
Complementary color
Monochromatic Colors of #51ABC0
Black with #51ABC0
Text Example
Text Example
White with #51ABC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51ABC0; }
p { color: rgb(81,171,192); }
H1.HeaderClassName
{
color: #51ABC0;
}
.AnyTagClassName
{
color: #51ABC0;
}
</style>
background-color css
<style>
a { background-color: #51ABC0; }
a { background-color: rgb(81,171,192); }
div.DivClassName
{
background-color: #51ABC0;
}
.BgClassName
{
background-color: #51ABC0;
}
</style>
border-color css
<style>
span { border-color: #51ABC0; }
span { border-color: rgb(81,171,192); }
td.TdClassName
{
border-color: #51ABC0;
}
.TagClassName
{
border-color: #51ABC0;
}
</style>