Shades of Viking #4DC0CE
Tints of Viking #4DC0CE
RGB
CMYK
RGB Variations
Color information
#4DC0CE (or 0x4DC0CE) is known color: Viking. HEX triplet: 4D, C0 and CE. RGB value is (77,192,206). Sum of RGB (Red+Green+Blue) = 77+192+206=475 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.21% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #4DC0CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC0CE is #B23F31. Grayscale: #9F9F9F. Windows color (decimal): -11681586 or 13549645. OLE color: 13549645.
HSL color Cylindrical-coordinate representation of color #4DC0CE: hue angle of 186.51º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DC0CE is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 192 | 206 | - |
| CMYK | 0.63 | 0.07 | 0 | 0.19 |
| HSL | 186.51º | 0.57% | 0.55% | - |
| HSV(B) | 186.51º | 0.63% | 0.81% | - |
| XYZ | 33.05 | 43.73 | 65.09 | - |
| YUV | 159.21 | 154.4 | 69.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 192 | 206 | 0.63 | 0.07 | 0 | 0.19 | 186.51 | 0.57 | 0.55 |
| Hex | 4D | C0 | CE | 3F | 7 | 0 | 13 | BB | 39 | 37 |
| Octal | 115 | 300 | 316 | 77 | 7 | 0 | 23 | 273 | 71 | 67 |
| Binary | 1001101 | 11000000 | 11001110 | 111111 | 111 | 0 | 10011 | 10111011 | 111001 | 110111 |
Color Harmonies of #4DC0CE
Complementary color
Monochromatic Colors of #4DC0CE
Black with #4DC0CE
Text Example
Text Example
White with #4DC0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC0CE; }
p { color: rgb(77,192,206); }
H1.HeaderClassName
{
color: #4DC0CE;
}
.AnyTagClassName
{
color: #4DC0CE;
}
</style>
background-color css
<style>
a { background-color: #4DC0CE; }
a { background-color: rgb(77,192,206); }
div.DivClassName
{
background-color: #4DC0CE;
}
.BgClassName
{
background-color: #4DC0CE;
}
</style>
border-color css
<style>
span { border-color: #4DC0CE; }
span { border-color: rgb(77,192,206); }
td.TdClassName
{
border-color: #4DC0CE;
}
.TagClassName
{
border-color: #4DC0CE;
}
</style>