Shades of Viking #51B7C0
Tints of Viking #51B7C0
RGB
CMYK
RGB Variations
Color information
#51B7C0 (or 0x51B7C0) is known color: Viking. HEX triplet: 51, B7 and C0. RGB value is (81,183,192). Sum of RGB (Red+Green+Blue) = 81+183+192=456 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.76% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 192 (75.39% from 255 or 42.11% from 456); Max value from RGB is 192 - color contains mainly: blue. Hex color #51B7C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51B7C0 is #AE483F. Grayscale: #999999. Windows color (decimal): -11421760 or 12629841. OLE color: 12629841.
HSL color Cylindrical-coordinate representation of color #51B7C0: hue angle of 184.86º 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 #51B7C0 is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 183 | 192 | - |
| CMYK | 0.58 | 0.05 | 0 | 0.25 |
| HSL | 184.86º | 0.47% | 0.54% | - |
| HSV(B) | 184.86º | 0.58% | 0.75% | - |
| XYZ | 29.84 | 39.42 | 55.91 | - |
| YUV | 153.53 | 149.71 | 76.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 183 | 192 | 0.58 | 0.05 | 0 | 0.25 | 184.86 | 0.47 | 0.54 |
| Hex | 51 | B7 | C0 | 3A | 5 | 0 | 19 | B9 | 2F | 36 |
| Octal | 121 | 267 | 300 | 72 | 5 | 0 | 31 | 271 | 57 | 66 |
| Binary | 1010001 | 10110111 | 11000000 | 111010 | 101 | 0 | 11001 | 10111001 | 101111 | 110110 |
Color Harmonies of #51B7C0
Complementary color
Monochromatic Colors of #51B7C0
Black with #51B7C0
Text Example
Text Example
White with #51B7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B7C0; }
p { color: rgb(81,183,192); }
H1.HeaderClassName
{
color: #51B7C0;
}
.AnyTagClassName
{
color: #51B7C0;
}
</style>
background-color css
<style>
a { background-color: #51B7C0; }
a { background-color: rgb(81,183,192); }
div.DivClassName
{
background-color: #51B7C0;
}
.BgClassName
{
background-color: #51B7C0;
}
</style>
border-color css
<style>
span { border-color: #51B7C0; }
span { border-color: rgb(81,183,192); }
td.TdClassName
{
border-color: #51B7C0;
}
.TagClassName
{
border-color: #51B7C0;
}
</style>