Shades of Viking #51B4B9
Tints of Viking #51B4B9
RGB
CMYK
RGB Variations
Color information
#51B4B9 (or 0x51B4B9) is known color: Viking. HEX triplet: 51, B4 and B9. RGB value is (81,180,185). Sum of RGB (Red+Green+Blue) = 81+180+185=446 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.16% from 446); Green value is 180 (70.70% from 255 or 40.36% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 185 - color contains mainly: blue. Hex color #51B4B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51B4B9 is #AE4B46. Grayscale: #969696. Windows color (decimal): -11422535 or 12170321. OLE color: 12170321.
HSL color Cylindrical-coordinate representation of color #51B4B9: hue angle of 182.88º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51B4B9 is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 180 | 185 | - |
| CMYK | 0.56 | 0.03 | 0 | 0.27 |
| HSL | 182.88º | 0.43% | 0.52% | - |
| HSV(B) | 182.88º | 0.56% | 0.73% | - |
| XYZ | 28.47 | 37.89 | 51.71 | - |
| YUV | 150.97 | 147.2 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 180 | 185 | 0.56 | 0.03 | 0 | 0.27 | 182.88 | 0.43 | 0.52 |
| Hex | 51 | B4 | B9 | 38 | 3 | 0 | 1B | B7 | 2B | 34 |
| Octal | 121 | 264 | 271 | 70 | 3 | 0 | 33 | 267 | 53 | 64 |
| Binary | 1010001 | 10110100 | 10111001 | 111000 | 11 | 0 | 11011 | 10110111 | 101011 | 110100 |
Color Harmonies of #51B4B9
Complementary color
Monochromatic Colors of #51B4B9
Black with #51B4B9
Text Example
Text Example
White with #51B4B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B4B9; }
p { color: rgb(81,180,185); }
H1.HeaderClassName
{
color: #51B4B9;
}
.AnyTagClassName
{
color: #51B4B9;
}
</style>
background-color css
<style>
a { background-color: #51B4B9; }
a { background-color: rgb(81,180,185); }
div.DivClassName
{
background-color: #51B4B9;
}
.BgClassName
{
background-color: #51B4B9;
}
</style>
border-color css
<style>
span { border-color: #51B4B9; }
span { border-color: rgb(81,180,185); }
td.TdClassName
{
border-color: #51B4B9;
}
.TagClassName
{
border-color: #51B4B9;
}
</style>