Shades of Viking #4EC0D6
Tints of Viking #4EC0D6
RGB
CMYK
RGB Variations
Color information
#4EC0D6 (or 0x4EC0D6) is known color: Viking. HEX triplet: 4E, C0 and D6. RGB value is (78,192,214). Sum of RGB (Red+Green+Blue) = 78+192+214=484 (64% of max value = 765). Red value is 78 (30.86% from 255 or 16.12% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 214 (83.98% from 255 or 44.21% from 484); Max value from RGB is 214 - color contains mainly: blue. Hex color #4EC0D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC0D6 is #B13F29. Grayscale: #A0A0A0. Windows color (decimal): -11616042 or 14073934. OLE color: 14073934.
HSL color Cylindrical-coordinate representation of color #4EC0D6: hue angle of 189.71º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4EC0D6 is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 78 | 192 | 214 | - |
| CMYK | 0.64 | 0.10 | 0 | 0.16 |
| HSL | 189.71º | 0.62% | 0.57% | - |
| HSV(B) | 189.71º | 0.64% | 0.84% | - |
| XYZ | 34.13 | 44.17 | 70.35 | - |
| YUV | 160.42 | 158.23 | 69.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 192 | 214 | 0.64 | 0.10 | 0 | 0.16 | 189.71 | 0.62 | 0.57 |
| Hex | 4E | C0 | D6 | 40 | A | 0 | 10 | BE | 3E | 39 |
| Octal | 116 | 300 | 326 | 100 | 12 | 0 | 20 | 276 | 76 | 71 |
| Binary | 1001110 | 11000000 | 11010110 | 1000000 | 1010 | 0 | 10000 | 10111110 | 111110 | 111001 |
Color Harmonies of #4EC0D6
Complementary color
Monochromatic Colors of #4EC0D6
Black with #4EC0D6
Text Example
Text Example
White with #4EC0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC0D6; }
p { color: rgb(78,192,214); }
H1.HeaderClassName
{
color: #4EC0D6;
}
.AnyTagClassName
{
color: #4EC0D6;
}
</style>
background-color css
<style>
a { background-color: #4EC0D6; }
a { background-color: rgb(78,192,214); }
div.DivClassName
{
background-color: #4EC0D6;
}
.BgClassName
{
background-color: #4EC0D6;
}
</style>
border-color css
<style>
span { border-color: #4EC0D6; }
span { border-color: rgb(78,192,214); }
td.TdClassName
{
border-color: #4EC0D6;
}
.TagClassName
{
border-color: #4EC0D6;
}
</style>