Shades of Viking #51C2D7
Tints of Viking #51C2D7
RGB
CMYK
RGB Variations
Color information
#51C2D7 (or 0x51C2D7) is known color: Viking. HEX triplet: 51, C2 and D7. RGB value is (81,194,215). Sum of RGB (Red+Green+Blue) = 81+194+215=490 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.53% from 490); Green value is 194 (76.17% from 255 or 39.59% from 490); Blue value is 215 (84.38% from 255 or 43.88% from 490); Max value from RGB is 215 - color contains mainly: blue. Hex color #51C2D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C2D7 is #AE3D28. Grayscale: #A2A2A2. Windows color (decimal): -11418921 or 14139985. OLE color: 14139985.
HSL color Cylindrical-coordinate representation of color #51C2D7: hue angle of 189.4º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51C2D7 is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 81 | 194 | 215 | - |
| CMYK | 0.62 | 0.10 | 0 | 0.16 |
| HSL | 189.4º | 0.63% | 0.58% | - |
| HSV(B) | 189.4º | 0.62% | 0.84% | - |
| XYZ | 34.95 | 45.24 | 71.18 | - |
| YUV | 162.61 | 157.56 | 69.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 194 | 215 | 0.62 | 0.10 | 0 | 0.16 | 189.4 | 0.63 | 0.58 |
| Hex | 51 | C2 | D7 | 3E | A | 0 | 10 | BD | 3F | 3A |
| Octal | 121 | 302 | 327 | 76 | 12 | 0 | 20 | 275 | 77 | 72 |
| Binary | 1010001 | 11000010 | 11010111 | 111110 | 1010 | 0 | 10000 | 10111101 | 111111 | 111010 |
Color Harmonies of #51C2D7
Complementary color
Monochromatic Colors of #51C2D7
Black with #51C2D7
Text Example
Text Example
White with #51C2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C2D7; }
p { color: rgb(81,194,215); }
H1.HeaderClassName
{
color: #51C2D7;
}
.AnyTagClassName
{
color: #51C2D7;
}
</style>
background-color css
<style>
a { background-color: #51C2D7; }
a { background-color: rgb(81,194,215); }
div.DivClassName
{
background-color: #51C2D7;
}
.BgClassName
{
background-color: #51C2D7;
}
</style>
border-color css
<style>
span { border-color: #51C2D7; }
span { border-color: rgb(81,194,215); }
td.TdClassName
{
border-color: #51C2D7;
}
.TagClassName
{
border-color: #51C2D7;
}
</style>