Shades of Viking #51B7B8
Tints of Viking #51B7B8
RGB
CMYK
RGB Variations
Color information
#51B7B8 (or 0x51B7B8) is known color: Viking. HEX triplet: 51, B7 and B8. RGB value is (81,183,184). Sum of RGB (Red+Green+Blue) = 81+183+184=448 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.08% from 448); Green value is 183 (71.88% from 255 or 40.85% from 448); Blue value is 184 (72.27% from 255 or 41.07% from 448); Max value from RGB is 184 - color contains mainly: blue. Hex color #51B7B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51B7B8 is #AE4847. Grayscale: #989898. Windows color (decimal): -11421768 or 12105553. OLE color: 12105553.
HSL color Cylindrical-coordinate representation of color #51B7B8: hue angle of 180.58º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51B7B8 is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 81 | 183 | 184 | - |
| CMYK | 0.56 | 0.01 | 0 | 0.28 |
| HSL | 180.58º | 0.42% | 0.52% | - |
| HSV(B) | 180.58º | 0.56% | 0.72% | - |
| XYZ | 28.98 | 39.08 | 51.36 | - |
| YUV | 152.62 | 145.71 | 76.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 183 | 184 | 0.56 | 0.01 | 0 | 0.28 | 180.58 | 0.42 | 0.52 |
| Hex | 51 | B7 | B8 | 38 | 1 | 0 | 1C | B5 | 2A | 34 |
| Octal | 121 | 267 | 270 | 70 | 1 | 0 | 34 | 265 | 52 | 64 |
| Binary | 1010001 | 10110111 | 10111000 | 111000 | 1 | 0 | 11100 | 10110101 | 101010 | 110100 |
Color Harmonies of #51B7B8
Complementary color
Monochromatic Colors of #51B7B8
Black with #51B7B8
Text Example
Text Example
White with #51B7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B7B8; }
p { color: rgb(81,183,184); }
H1.HeaderClassName
{
color: #51B7B8;
}
.AnyTagClassName
{
color: #51B7B8;
}
</style>
background-color css
<style>
a { background-color: #51B7B8; }
a { background-color: rgb(81,183,184); }
div.DivClassName
{
background-color: #51B7B8;
}
.BgClassName
{
background-color: #51B7B8;
}
</style>
border-color css
<style>
span { border-color: #51B7B8; }
span { border-color: rgb(81,183,184); }
td.TdClassName
{
border-color: #51B7B8;
}
.TagClassName
{
border-color: #51B7B8;
}
</style>