Shades of Viking #51B0BF
Tints of Viking #51B0BF
RGB
CMYK
RGB Variations
Color information
#51B0BF (or 0x51B0BF) is known color: Viking. HEX triplet: 51, B0 and BF. RGB value is (81,176,191). Sum of RGB (Red+Green+Blue) = 81+176+191=448 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.08% from 448); Green value is 176 (69.14% from 255 or 39.29% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 191 - color contains mainly: blue. Hex color #51B0BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51B0BF is #AE4F40. Grayscale: #959595. Windows color (decimal): -11423553 or 12562513. OLE color: 12562513.
HSL color Cylindrical-coordinate representation of color #51B0BF: hue angle of 188.18º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51B0BF is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 176 | 191 | - |
| CMYK | 0.58 | 0.08 | 0 | 0.25 |
| HSL | 188.18º | 0.46% | 0.53% | - |
| HSV(B) | 188.18º | 0.58% | 0.75% | - |
| XYZ | 28.32 | 36.56 | 54.85 | - |
| YUV | 149.31 | 151.53 | 79.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 176 | 191 | 0.58 | 0.08 | 0 | 0.25 | 188.18 | 0.46 | 0.53 |
| Hex | 51 | B0 | BF | 3A | 8 | 0 | 19 | BC | 2E | 35 |
| Octal | 121 | 260 | 277 | 72 | 10 | 0 | 31 | 274 | 56 | 65 |
| Binary | 1010001 | 10110000 | 10111111 | 111010 | 1000 | 0 | 11001 | 10111100 | 101110 | 110101 |
Color Harmonies of #51B0BF
Complementary color
Monochromatic Colors of #51B0BF
Black with #51B0BF
Text Example
Text Example
White with #51B0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B0BF; }
p { color: rgb(81,176,191); }
H1.HeaderClassName
{
color: #51B0BF;
}
.AnyTagClassName
{
color: #51B0BF;
}
</style>
background-color css
<style>
a { background-color: #51B0BF; }
a { background-color: rgb(81,176,191); }
div.DivClassName
{
background-color: #51B0BF;
}
.BgClassName
{
background-color: #51B0BF;
}
</style>
border-color css
<style>
span { border-color: #51B0BF; }
span { border-color: rgb(81,176,191); }
td.TdClassName
{
border-color: #51B0BF;
}
.TagClassName
{
border-color: #51B0BF;
}
</style>