Shades of Viking #51C2DC
Tints of Viking #51C2DC
RGB
CMYK
RGB Variations
Color information
#51C2DC (or 0x51C2DC) is known color: Viking. HEX triplet: 51, C2 and DC. RGB value is (81,194,220). Sum of RGB (Red+Green+Blue) = 81+194+220=495 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.36% from 495); Green value is 194 (76.17% from 255 or 39.19% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #51C2DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C2DC is #AE3D23. Grayscale: #A2A2A2. Windows color (decimal): -11418916 or 14467665. OLE color: 14467665.
HSL color Cylindrical-coordinate representation of color #51C2DC: hue angle of 191.22º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51C2DC is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 194 | 220 | - |
| CMYK | 0.63 | 0.12 | 0 | 0.14 |
| HSL | 191.22º | 0.67% | 0.59% | - |
| HSV(B) | 191.22º | 0.63% | 0.86% | - |
| XYZ | 35.6 | 45.5 | 74.62 | - |
| YUV | 163.18 | 160.06 | 69.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 194 | 220 | 0.63 | 0.12 | 0 | 0.14 | 191.22 | 0.67 | 0.59 |
| Hex | 51 | C2 | DC | 3F | C | 0 | E | BF | 43 | 3B |
| Octal | 121 | 302 | 334 | 77 | 14 | 0 | 16 | 277 | 103 | 73 |
| Binary | 1010001 | 11000010 | 11011100 | 111111 | 1100 | 0 | 1110 | 10111111 | 1000011 | 111011 |
Color Harmonies of #51C2DC
Complementary color
Monochromatic Colors of #51C2DC
Black with #51C2DC
Text Example
Text Example
White with #51C2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C2DC; }
p { color: rgb(81,194,220); }
H1.HeaderClassName
{
color: #51C2DC;
}
.AnyTagClassName
{
color: #51C2DC;
}
</style>
background-color css
<style>
a { background-color: #51C2DC; }
a { background-color: rgb(81,194,220); }
div.DivClassName
{
background-color: #51C2DC;
}
.BgClassName
{
background-color: #51C2DC;
}
</style>
border-color css
<style>
span { border-color: #51C2DC; }
span { border-color: rgb(81,194,220); }
td.TdClassName
{
border-color: #51C2DC;
}
.TagClassName
{
border-color: #51C2DC;
}
</style>