Shades of Viking #51C0CB
Tints of Viking #51C0CB
RGB
CMYK
RGB Variations
Color information
#51C0CB (or 0x51C0CB) is known color: Viking. HEX triplet: 51, C0 and CB. RGB value is (81,192,203). Sum of RGB (Red+Green+Blue) = 81+192+203=476 (63% of max value = 765). Red value is 81 (32.03% from 255 or 17.02% from 476); Green value is 192 (75.39% from 255 or 40.34% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #51C0CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C0CB is #AE3F34. Grayscale: #9F9F9F. Windows color (decimal): -11419445 or 13353041. OLE color: 13353041.
HSL color Cylindrical-coordinate representation of color #51C0CB: hue angle of 185.41º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51C0CB is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 192 | 203 | - |
| CMYK | 0.60 | 0.05 | 0 | 0.20 |
| HSL | 185.41º | 0.54% | 0.56% | - |
| HSV(B) | 185.41º | 0.6% | 0.8% | - |
| XYZ | 33.02 | 43.76 | 63.21 | - |
| YUV | 160.07 | 152.23 | 71.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 192 | 203 | 0.60 | 0.05 | 0 | 0.20 | 185.41 | 0.54 | 0.56 |
| Hex | 51 | C0 | CB | 3C | 5 | 0 | 14 | B9 | 36 | 38 |
| Octal | 121 | 300 | 313 | 74 | 5 | 0 | 24 | 271 | 66 | 70 |
| Binary | 1010001 | 11000000 | 11001011 | 111100 | 101 | 0 | 10100 | 10111001 | 110110 | 111000 |
Color Harmonies of #51C0CB
Complementary color
Monochromatic Colors of #51C0CB
Black with #51C0CB
Text Example
Text Example
White with #51C0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C0CB; }
p { color: rgb(81,192,203); }
H1.HeaderClassName
{
color: #51C0CB;
}
.AnyTagClassName
{
color: #51C0CB;
}
</style>
background-color css
<style>
a { background-color: #51C0CB; }
a { background-color: rgb(81,192,203); }
div.DivClassName
{
background-color: #51C0CB;
}
.BgClassName
{
background-color: #51C0CB;
}
</style>
border-color css
<style>
span { border-color: #51C0CB; }
span { border-color: rgb(81,192,203); }
td.TdClassName
{
border-color: #51C0CB;
}
.TagClassName
{
border-color: #51C0CB;
}
</style>