Shades of Viking #51BCBB
Tints of Viking #51BCBB
RGB
CMYK
RGB Variations
Color information
#51BCBB (or 0x51BCBB) is known color: Viking. HEX triplet: 51, BC and BB. RGB value is (81,188,187). Sum of RGB (Red+Green+Blue) = 81+188+187=456 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.76% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 188 - color contains mainly: green. Hex color #51BCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BCBB is #AE4344. Grayscale: #9B9B9B. Windows color (decimal): -11420485 or 12303441. OLE color: 12303441.
HSL color Cylindrical-coordinate representation of color #51BCBB: hue angle of 179.44º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51BCBB is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 188 | 187 | - |
| CMYK | 0.57 | 0 | 0.01 | 0.26 |
| HSL | 179.44º | 0.44% | 0.53% | - |
| HSV(B) | 179.44º | 0.57% | 0.74% | - |
| XYZ | 30.35 | 41.3 | 53.39 | - |
| YUV | 155.89 | 145.55 | 74.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 188 | 187 | 0.57 | 0 | 0.01 | 0.26 | 179.44 | 0.44 | 0.53 |
| Hex | 51 | BC | BB | 39 | 0 | 1 | 1A | B3 | 2C | 35 |
| Octal | 121 | 274 | 273 | 71 | 0 | 1 | 32 | 263 | 54 | 65 |
| Binary | 1010001 | 10111100 | 10111011 | 111001 | 0 | 1 | 11010 | 10110011 | 101100 | 110101 |
Color Harmonies of #51BCBB
Complementary color
Monochromatic Colors of #51BCBB
Black with #51BCBB
Text Example
Text Example
White with #51BCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BCBB; }
p { color: rgb(81,188,187); }
H1.HeaderClassName
{
color: #51BCBB;
}
.AnyTagClassName
{
color: #51BCBB;
}
</style>
background-color css
<style>
a { background-color: #51BCBB; }
a { background-color: rgb(81,188,187); }
div.DivClassName
{
background-color: #51BCBB;
}
.BgClassName
{
background-color: #51BCBB;
}
</style>
border-color css
<style>
span { border-color: #51BCBB; }
span { border-color: rgb(81,188,187); }
td.TdClassName
{
border-color: #51BCBB;
}
.TagClassName
{
border-color: #51BCBB;
}
</style>