Shades of Viking #4EC0CC
Tints of Viking #4EC0CC
RGB
CMYK
RGB Variations
Color information
#4EC0CC (or 0x4EC0CC) is known color: Viking. HEX triplet: 4E, C0 and CC. RGB value is (78,192,204). Sum of RGB (Red+Green+Blue) = 78+192+204=474 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.46% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #4EC0CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC0CC is #B13F33. Grayscale: #9F9F9F. Windows color (decimal): -11616052 or 13418574. OLE color: 13418574.
HSL color Cylindrical-coordinate representation of color #4EC0CC: hue angle of 185.71º degrees, saturation: 0.55, 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 #4EC0CC is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 78 | 192 | 204 | - |
| CMYK | 0.62 | 0.06 | 0 | 0.2 |
| HSL | 185.71º | 0.55% | 0.55% | - |
| HSV(B) | 185.71º | 0.62% | 0.8% | - |
| XYZ | 32.89 | 43.68 | 63.82 | - |
| YUV | 159.28 | 153.23 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 192 | 204 | 0.62 | 0.06 | 0 | 0.2 | 185.71 | 0.55 | 0.55 |
| Hex | 4E | C0 | CC | 3E | 6 | 0 | 14 | BA | 37 | 37 |
| Octal | 116 | 300 | 314 | 76 | 6 | 0 | 24 | 272 | 67 | 67 |
| Binary | 1001110 | 11000000 | 11001100 | 111110 | 110 | 0 | 10100 | 10111010 | 110111 | 110111 |
Color Harmonies of #4EC0CC
Complementary color
Monochromatic Colors of #4EC0CC
Black with #4EC0CC
Text Example
Text Example
White with #4EC0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC0CC; }
p { color: rgb(78,192,204); }
H1.HeaderClassName
{
color: #4EC0CC;
}
.AnyTagClassName
{
color: #4EC0CC;
}
</style>
background-color css
<style>
a { background-color: #4EC0CC; }
a { background-color: rgb(78,192,204); }
div.DivClassName
{
background-color: #4EC0CC;
}
.BgClassName
{
background-color: #4EC0CC;
}
</style>
border-color css
<style>
span { border-color: #4EC0CC; }
span { border-color: rgb(78,192,204); }
td.TdClassName
{
border-color: #4EC0CC;
}
.TagClassName
{
border-color: #4EC0CC;
}
</style>