Shades of Viking #51BEC5
Tints of Viking #51BEC5
RGB
CMYK
RGB Variations
Color information
#51BEC5 (or 0x51BEC5) is known color: Viking. HEX triplet: 51, BE and C5. RGB value is (81,190,197). Sum of RGB (Red+Green+Blue) = 81+190+197=468 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.31% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 197 (77.34% from 255 or 42.09% from 468); Max value from RGB is 197 - color contains mainly: blue. Hex color #51BEC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BEC5 is #AE413A. Grayscale: #9E9E9E. Windows color (decimal): -11419963 or 12959313. OLE color: 12959313.
HSL color Cylindrical-coordinate representation of color #51BEC5: hue angle of 183.62º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #51BEC5 is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 81 | 190 | 197 | - |
| CMYK | 0.59 | 0.04 | 0 | 0.23 |
| HSL | 183.62º | 0.5% | 0.55% | - |
| HSV(B) | 183.62º | 0.59% | 0.77% | - |
| XYZ | 31.88 | 42.61 | 59.37 | - |
| YUV | 158.21 | 149.89 | 72.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 190 | 197 | 0.59 | 0.04 | 0 | 0.23 | 183.62 | 0.5 | 0.55 |
| Hex | 51 | BE | C5 | 3B | 4 | 0 | 17 | B8 | 32 | 37 |
| Octal | 121 | 276 | 305 | 73 | 4 | 0 | 27 | 270 | 62 | 67 |
| Binary | 1010001 | 10111110 | 11000101 | 111011 | 100 | 0 | 10111 | 10111000 | 110010 | 110111 |
Color Harmonies of #51BEC5
Complementary color
Monochromatic Colors of #51BEC5
Black with #51BEC5
Text Example
Text Example
White with #51BEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BEC5; }
p { color: rgb(81,190,197); }
H1.HeaderClassName
{
color: #51BEC5;
}
.AnyTagClassName
{
color: #51BEC5;
}
</style>
background-color css
<style>
a { background-color: #51BEC5; }
a { background-color: rgb(81,190,197); }
div.DivClassName
{
background-color: #51BEC5;
}
.BgClassName
{
background-color: #51BEC5;
}
</style>
border-color css
<style>
span { border-color: #51BEC5; }
span { border-color: rgb(81,190,197); }
td.TdClassName
{
border-color: #51BEC5;
}
.TagClassName
{
border-color: #51BEC5;
}
</style>