Shades of Viking #51BCBD
Tints of Viking #51BCBD
RGB
CMYK
RGB Variations
Color information
#51BCBD (or 0x51BCBD) is known color: Viking. HEX triplet: 51, BC and BD. RGB value is (81,188,189). Sum of RGB (Red+Green+Blue) = 81+188+189=458 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.69% from 458); Green value is 188 (73.83% from 255 or 41.05% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 189 - color contains mainly: blue. Hex color #51BCBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BCBD is #AE4342. Grayscale: #9C9C9C. Windows color (decimal): -11420483 or 12434513. OLE color: 12434513.
HSL color Cylindrical-coordinate representation of color #51BCBD: hue angle of 180.56º degrees, saturation: 0.45, 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 #51BCBD is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 188 | 189 | - |
| CMYK | 0.57 | 0.01 | 0 | 0.26 |
| HSL | 180.56º | 0.45% | 0.53% | - |
| HSV(B) | 180.56º | 0.57% | 0.74% | - |
| XYZ | 30.56 | 41.39 | 54.52 | - |
| YUV | 156.12 | 146.55 | 74.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 188 | 189 | 0.57 | 0.01 | 0 | 0.26 | 180.56 | 0.45 | 0.53 |
| Hex | 51 | BC | BD | 39 | 1 | 0 | 1A | B5 | 2D | 35 |
| Octal | 121 | 274 | 275 | 71 | 1 | 0 | 32 | 265 | 55 | 65 |
| Binary | 1010001 | 10111100 | 10111101 | 111001 | 1 | 0 | 11010 | 10110101 | 101101 | 110101 |
Color Harmonies of #51BCBD
Complementary color
Monochromatic Colors of #51BCBD
Black with #51BCBD
Text Example
Text Example
White with #51BCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BCBD; }
p { color: rgb(81,188,189); }
H1.HeaderClassName
{
color: #51BCBD;
}
.AnyTagClassName
{
color: #51BCBD;
}
</style>
background-color css
<style>
a { background-color: #51BCBD; }
a { background-color: rgb(81,188,189); }
div.DivClassName
{
background-color: #51BCBD;
}
.BgClassName
{
background-color: #51BCBD;
}
</style>
border-color css
<style>
span { border-color: #51BCBD; }
span { border-color: rgb(81,188,189); }
td.TdClassName
{
border-color: #51BCBD;
}
.TagClassName
{
border-color: #51BCBD;
}
</style>