Shades of Viking #4EC0DF
Tints of Viking #4EC0DF
RGB
CMYK
RGB Variations
Color information
#4EC0DF (or 0x4EC0DF) is known color: Viking. HEX triplet: 4E, C0 and DF. RGB value is (78,192,223). Sum of RGB (Red+Green+Blue) = 78+192+223=493 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.82% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #4EC0DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC0DF is #B13F20. Grayscale: #A1A1A1. Windows color (decimal): -11616033 or 14663758. OLE color: 14663758.
HSL color Cylindrical-coordinate representation of color #4EC0DF: hue angle of 192.83º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EC0DF is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 192 | 223 | - |
| CMYK | 0.65 | 0.14 | 0 | 0.13 |
| HSL | 192.83º | 0.69% | 0.59% | - |
| HSV(B) | 192.83º | 0.65% | 0.87% | - |
| XYZ | 35.31 | 44.65 | 76.57 | - |
| YUV | 161.45 | 162.73 | 68.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 192 | 223 | 0.65 | 0.14 | 0 | 0.13 | 192.83 | 0.69 | 0.59 |
| Hex | 4E | C0 | DF | 41 | E | 0 | D | C1 | 45 | 3B |
| Octal | 116 | 300 | 337 | 101 | 16 | 0 | 15 | 301 | 105 | 73 |
| Binary | 1001110 | 11000000 | 11011111 | 1000001 | 1110 | 0 | 1101 | 11000001 | 1000101 | 111011 |
Color Harmonies of #4EC0DF
Complementary color
Monochromatic Colors of #4EC0DF
Black with #4EC0DF
Text Example
Text Example
White with #4EC0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC0DF; }
p { color: rgb(78,192,223); }
H1.HeaderClassName
{
color: #4EC0DF;
}
.AnyTagClassName
{
color: #4EC0DF;
}
</style>
background-color css
<style>
a { background-color: #4EC0DF; }
a { background-color: rgb(78,192,223); }
div.DivClassName
{
background-color: #4EC0DF;
}
.BgClassName
{
background-color: #4EC0DF;
}
</style>
border-color css
<style>
span { border-color: #4EC0DF; }
span { border-color: rgb(78,192,223); }
td.TdClassName
{
border-color: #4EC0DF;
}
.TagClassName
{
border-color: #4EC0DF;
}
</style>