Shades of Viking #51ADC0
Tints of Viking #51ADC0
RGB
CMYK
RGB Variations
Color information
#51ADC0 (or 0x51ADC0) is known color: Viking. HEX triplet: 51, AD and C0. RGB value is (81,173,192). Sum of RGB (Red+Green+Blue) = 81+173+192=446 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.16% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 192 (75.39% from 255 or 43.05% from 446); Max value from RGB is 192 - color contains mainly: blue. Hex color #51ADC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ADC0 is #AE523F. Grayscale: #939393. Windows color (decimal): -11424320 or 12627281. OLE color: 12627281.
HSL color Cylindrical-coordinate representation of color #51ADC0: hue angle of 190.27º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51ADC0 is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 173 | 192 | - |
| CMYK | 0.58 | 0.10 | 0 | 0.25 |
| HSL | 190.27º | 0.47% | 0.54% | - |
| HSV(B) | 190.27º | 0.58% | 0.75% | - |
| XYZ | 27.85 | 35.44 | 55.24 | - |
| YUV | 147.66 | 153.02 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 173 | 192 | 0.58 | 0.10 | 0 | 0.25 | 190.27 | 0.47 | 0.54 |
| Hex | 51 | AD | C0 | 3A | A | 0 | 19 | BE | 2F | 36 |
| Octal | 121 | 255 | 300 | 72 | 12 | 0 | 31 | 276 | 57 | 66 |
| Binary | 1010001 | 10101101 | 11000000 | 111010 | 1010 | 0 | 11001 | 10111110 | 101111 | 110110 |
Color Harmonies of #51ADC0
Complementary color
Monochromatic Colors of #51ADC0
Black with #51ADC0
Text Example
Text Example
White with #51ADC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51ADC0; }
p { color: rgb(81,173,192); }
H1.HeaderClassName
{
color: #51ADC0;
}
.AnyTagClassName
{
color: #51ADC0;
}
</style>
background-color css
<style>
a { background-color: #51ADC0; }
a { background-color: rgb(81,173,192); }
div.DivClassName
{
background-color: #51ADC0;
}
.BgClassName
{
background-color: #51ADC0;
}
</style>
border-color css
<style>
span { border-color: #51ADC0; }
span { border-color: rgb(81,173,192); }
td.TdClassName
{
border-color: #51ADC0;
}
.TagClassName
{
border-color: #51ADC0;
}
</style>