Shades of Viking #51BABB
Tints of Viking #51BABB
RGB
CMYK
RGB Variations
Color information
#51BABB (or 0x51BABB) is known color: Viking. HEX triplet: 51, BA and BB. RGB value is (81,186,187). Sum of RGB (Red+Green+Blue) = 81+186+187=454 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.84% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 187 - color contains mainly: blue. Hex color #51BABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BABB is #AE4544. Grayscale: #9A9A9A. Windows color (decimal): -11420997 or 12302929. OLE color: 12302929.
HSL color Cylindrical-coordinate representation of color #51BABB: hue angle of 180.57º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51BABB is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 186 | 187 | - |
| CMYK | 0.57 | 0.01 | 0 | 0.27 |
| HSL | 180.57º | 0.44% | 0.53% | - |
| HSV(B) | 180.57º | 0.57% | 0.73% | - |
| XYZ | 29.92 | 40.46 | 53.25 | - |
| YUV | 154.72 | 146.21 | 75.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 186 | 187 | 0.57 | 0.01 | 0 | 0.27 | 180.57 | 0.44 | 0.53 |
| Hex | 51 | BA | BB | 39 | 1 | 0 | 1B | B5 | 2C | 35 |
| Octal | 121 | 272 | 273 | 71 | 1 | 0 | 33 | 265 | 54 | 65 |
| Binary | 1010001 | 10111010 | 10111011 | 111001 | 1 | 0 | 11011 | 10110101 | 101100 | 110101 |
Color Harmonies of #51BABB
Complementary color
Monochromatic Colors of #51BABB
Black with #51BABB
Text Example
Text Example
White with #51BABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BABB; }
p { color: rgb(81,186,187); }
H1.HeaderClassName
{
color: #51BABB;
}
.AnyTagClassName
{
color: #51BABB;
}
</style>
background-color css
<style>
a { background-color: #51BABB; }
a { background-color: rgb(81,186,187); }
div.DivClassName
{
background-color: #51BABB;
}
.BgClassName
{
background-color: #51BABB;
}
</style>
border-color css
<style>
span { border-color: #51BABB; }
span { border-color: rgb(81,186,187); }
td.TdClassName
{
border-color: #51BABB;
}
.TagClassName
{
border-color: #51BABB;
}
</style>