Shades of Viking #51B7BA
Tints of Viking #51B7BA
RGB
CMYK
RGB Variations
Color information
#51B7BA (or 0x51B7BA) is known color: Viking. HEX triplet: 51, B7 and BA. RGB value is (81,183,186). Sum of RGB (Red+Green+Blue) = 81+183+186=450 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18% from 450); Green value is 183 (71.88% from 255 or 40.67% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #51B7BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51B7BA is #AE4845. Grayscale: #989898. Windows color (decimal): -11421766 or 12236625. OLE color: 12236625.
HSL color Cylindrical-coordinate representation of color #51B7BA: hue angle of 181.71º 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 #51B7BA is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 183 | 186 | - |
| CMYK | 0.56 | 0.02 | 0 | 0.27 |
| HSL | 181.71º | 0.43% | 0.52% | - |
| HSV(B) | 181.71º | 0.56% | 0.73% | - |
| XYZ | 29.19 | 39.16 | 52.47 | - |
| YUV | 152.84 | 146.71 | 76.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 183 | 186 | 0.56 | 0.02 | 0 | 0.27 | 181.71 | 0.43 | 0.52 |
| Hex | 51 | B7 | BA | 38 | 2 | 0 | 1B | B6 | 2B | 34 |
| Octal | 121 | 267 | 272 | 70 | 2 | 0 | 33 | 266 | 53 | 64 |
| Binary | 1010001 | 10110111 | 10111010 | 111000 | 10 | 0 | 11011 | 10110110 | 101011 | 110100 |
Color Harmonies of #51B7BA
Complementary color
Monochromatic Colors of #51B7BA
Black with #51B7BA
Text Example
Text Example
White with #51B7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B7BA; }
p { color: rgb(81,183,186); }
H1.HeaderClassName
{
color: #51B7BA;
}
.AnyTagClassName
{
color: #51B7BA;
}
</style>
background-color css
<style>
a { background-color: #51B7BA; }
a { background-color: rgb(81,183,186); }
div.DivClassName
{
background-color: #51B7BA;
}
.BgClassName
{
background-color: #51B7BA;
}
</style>
border-color css
<style>
span { border-color: #51B7BA; }
span { border-color: rgb(81,183,186); }
td.TdClassName
{
border-color: #51B7BA;
}
.TagClassName
{
border-color: #51B7BA;
}
</style>