Shades of Viking #51B2BF
Tints of Viking #51B2BF
RGB
CMYK
RGB Variations
Color information
#51B2BF (or 0x51B2BF) is known color: Viking. HEX triplet: 51, B2 and BF. RGB value is (81,178,191). Sum of RGB (Red+Green+Blue) = 81+178+191=450 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18% from 450); Green value is 178 (69.92% from 255 or 39.56% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 191 - color contains mainly: blue. Hex color #51B2BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51B2BF is #AE4D40. Grayscale: #969696. Windows color (decimal): -11423041 or 12563025. OLE color: 12563025.
HSL color Cylindrical-coordinate representation of color #51B2BF: hue angle of 187.09º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51B2BF is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 178 | 191 | - |
| CMYK | 0.58 | 0.07 | 0 | 0.25 |
| HSL | 187.09º | 0.46% | 0.53% | - |
| HSV(B) | 187.09º | 0.58% | 0.75% | - |
| XYZ | 28.72 | 37.35 | 54.99 | - |
| YUV | 150.48 | 150.86 | 78.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 178 | 191 | 0.58 | 0.07 | 0 | 0.25 | 187.09 | 0.46 | 0.53 |
| Hex | 51 | B2 | BF | 3A | 7 | 0 | 19 | BB | 2E | 35 |
| Octal | 121 | 262 | 277 | 72 | 7 | 0 | 31 | 273 | 56 | 65 |
| Binary | 1010001 | 10110010 | 10111111 | 111010 | 111 | 0 | 11001 | 10111011 | 101110 | 110101 |
Color Harmonies of #51B2BF
Complementary color
Monochromatic Colors of #51B2BF
Black with #51B2BF
Text Example
Text Example
White with #51B2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B2BF; }
p { color: rgb(81,178,191); }
H1.HeaderClassName
{
color: #51B2BF;
}
.AnyTagClassName
{
color: #51B2BF;
}
</style>
background-color css
<style>
a { background-color: #51B2BF; }
a { background-color: rgb(81,178,191); }
div.DivClassName
{
background-color: #51B2BF;
}
.BgClassName
{
background-color: #51B2BF;
}
</style>
border-color css
<style>
span { border-color: #51B2BF; }
span { border-color: rgb(81,178,191); }
td.TdClassName
{
border-color: #51B2BF;
}
.TagClassName
{
border-color: #51B2BF;
}
</style>