Shades of Viking #51ADC2
Tints of Viking #51ADC2
RGB
CMYK
RGB Variations
Color information
#51ADC2 (or 0x51ADC2) is known color: Viking. HEX triplet: 51, AD and C2. RGB value is (81,173,194). Sum of RGB (Red+Green+Blue) = 81+173+194=448 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.08% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 194 (76.17% from 255 or 43.30% from 448); Max value from RGB is 194 - color contains mainly: blue. Hex color #51ADC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ADC2 is #AE523D. Grayscale: #939393. Windows color (decimal): -11424318 or 12758353. OLE color: 12758353.
HSL color Cylindrical-coordinate representation of color #51ADC2: hue angle of 191.15º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51ADC2 is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 81 | 173 | 194 | - |
| CMYK | 0.58 | 0.11 | 0 | 0.24 |
| HSL | 191.15º | 0.48% | 0.54% | - |
| HSV(B) | 191.15º | 0.58% | 0.76% | - |
| XYZ | 28.07 | 35.53 | 56.42 | - |
| YUV | 147.89 | 154.02 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 173 | 194 | 0.58 | 0.11 | 0 | 0.24 | 191.15 | 0.48 | 0.54 |
| Hex | 51 | AD | C2 | 3A | B | 0 | 18 | BF | 30 | 36 |
| Octal | 121 | 255 | 302 | 72 | 13 | 0 | 30 | 277 | 60 | 66 |
| Binary | 1010001 | 10101101 | 11000010 | 111010 | 1011 | 0 | 11000 | 10111111 | 110000 | 110110 |
Color Harmonies of #51ADC2
Complementary color
Monochromatic Colors of #51ADC2
Black with #51ADC2
Text Example
Text Example
White with #51ADC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51ADC2; }
p { color: rgb(81,173,194); }
H1.HeaderClassName
{
color: #51ADC2;
}
.AnyTagClassName
{
color: #51ADC2;
}
</style>
background-color css
<style>
a { background-color: #51ADC2; }
a { background-color: rgb(81,173,194); }
div.DivClassName
{
background-color: #51ADC2;
}
.BgClassName
{
background-color: #51ADC2;
}
</style>
border-color css
<style>
span { border-color: #51ADC2; }
span { border-color: rgb(81,173,194); }
td.TdClassName
{
border-color: #51ADC2;
}
.TagClassName
{
border-color: #51ADC2;
}
</style>