Shades of Viking #51B0BE
Tints of Viking #51B0BE
RGB
CMYK
RGB Variations
Color information
#51B0BE (or 0x51B0BE) is known color: Viking. HEX triplet: 51, B0 and BE. RGB value is (81,176,190). Sum of RGB (Red+Green+Blue) = 81+176+190=447 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.12% from 447); Green value is 176 (69.14% from 255 or 39.37% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 190 - color contains mainly: blue. Hex color #51B0BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51B0BE is #AE4F41. Grayscale: #959595. Windows color (decimal): -11423554 or 12496977. OLE color: 12496977.
HSL color Cylindrical-coordinate representation of color #51B0BE: hue angle of 187.71º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51B0BE is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 176 | 190 | - |
| CMYK | 0.57 | 0.07 | 0 | 0.25 |
| HSL | 187.71º | 0.46% | 0.53% | - |
| HSV(B) | 187.71º | 0.57% | 0.75% | - |
| XYZ | 28.21 | 36.52 | 54.28 | - |
| YUV | 149.19 | 151.03 | 79.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 176 | 190 | 0.57 | 0.07 | 0 | 0.25 | 187.71 | 0.46 | 0.53 |
| Hex | 51 | B0 | BE | 39 | 7 | 0 | 19 | BC | 2E | 35 |
| Octal | 121 | 260 | 276 | 71 | 7 | 0 | 31 | 274 | 56 | 65 |
| Binary | 1010001 | 10110000 | 10111110 | 111001 | 111 | 0 | 11001 | 10111100 | 101110 | 110101 |
Color Harmonies of #51B0BE
Complementary color
Monochromatic Colors of #51B0BE
Black with #51B0BE
Text Example
Text Example
White with #51B0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B0BE; }
p { color: rgb(81,176,190); }
H1.HeaderClassName
{
color: #51B0BE;
}
.AnyTagClassName
{
color: #51B0BE;
}
</style>
background-color css
<style>
a { background-color: #51B0BE; }
a { background-color: rgb(81,176,190); }
div.DivClassName
{
background-color: #51B0BE;
}
.BgClassName
{
background-color: #51B0BE;
}
</style>
border-color css
<style>
span { border-color: #51B0BE; }
span { border-color: rgb(81,176,190); }
td.TdClassName
{
border-color: #51B0BE;
}
.TagClassName
{
border-color: #51B0BE;
}
</style>