Shades of Viking #4EC0CD
Tints of Viking #4EC0CD
RGB
CMYK
RGB Variations
Color information
#4EC0CD (or 0x4EC0CD) is known color: Viking. HEX triplet: 4E, C0 and CD. RGB value is (78,192,205). Sum of RGB (Red+Green+Blue) = 78+192+205=475 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.42% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #4EC0CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC0CD is #B13F32. Grayscale: #9F9F9F. Windows color (decimal): -11616051 or 13484110. OLE color: 13484110.
HSL color Cylindrical-coordinate representation of color #4EC0CD: hue angle of 186.14º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4EC0CD is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 192 | 205 | - |
| CMYK | 0.62 | 0.06 | 0 | 0.20 |
| HSL | 186.14º | 0.56% | 0.55% | - |
| HSV(B) | 186.14º | 0.62% | 0.8% | - |
| XYZ | 33.01 | 43.73 | 64.46 | - |
| YUV | 159.4 | 153.73 | 69.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 192 | 205 | 0.62 | 0.06 | 0 | 0.20 | 186.14 | 0.56 | 0.55 |
| Hex | 4E | C0 | CD | 3E | 6 | 0 | 14 | BA | 38 | 37 |
| Octal | 116 | 300 | 315 | 76 | 6 | 0 | 24 | 272 | 70 | 67 |
| Binary | 1001110 | 11000000 | 11001101 | 111110 | 110 | 0 | 10100 | 10111010 | 111000 | 110111 |
Color Harmonies of #4EC0CD
Complementary color
Monochromatic Colors of #4EC0CD
Black with #4EC0CD
Text Example
Text Example
White with #4EC0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC0CD; }
p { color: rgb(78,192,205); }
H1.HeaderClassName
{
color: #4EC0CD;
}
.AnyTagClassName
{
color: #4EC0CD;
}
</style>
background-color css
<style>
a { background-color: #4EC0CD; }
a { background-color: rgb(78,192,205); }
div.DivClassName
{
background-color: #4EC0CD;
}
.BgClassName
{
background-color: #4EC0CD;
}
</style>
border-color css
<style>
span { border-color: #4EC0CD; }
span { border-color: rgb(78,192,205); }
td.TdClassName
{
border-color: #4EC0CD;
}
.TagClassName
{
border-color: #4EC0CD;
}
</style>