Shades of Viking #4EC1D6
Tints of Viking #4EC1D6
RGB
CMYK
RGB Variations
Color information
#4EC1D6 (or 0x4EC1D6) is known color: Viking. HEX triplet: 4E, C1 and D6. RGB value is (78,193,214). Sum of RGB (Red+Green+Blue) = 78+193+214=485 (64% of max value = 765). Red value is 78 (30.86% from 255 or 16.08% from 485); Green value is 193 (75.78% from 255 or 39.79% from 485); Blue value is 214 (83.98% from 255 or 44.12% from 485); Max value from RGB is 214 - color contains mainly: blue. Hex color #4EC1D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC1D6 is #B13E29. Grayscale: #A0A0A0. Windows color (decimal): -11615786 or 14074190. OLE color: 14074190.
HSL color Cylindrical-coordinate representation of color #4EC1D6: hue angle of 189.26º 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 #4EC1D6 is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 78 | 193 | 214 | - |
| CMYK | 0.64 | 0.10 | 0 | 0.16 |
| HSL | 189.26º | 0.62% | 0.57% | - |
| HSV(B) | 189.26º | 0.64% | 0.84% | - |
| XYZ | 34.35 | 44.61 | 70.42 | - |
| YUV | 161.01 | 157.9 | 68.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 193 | 214 | 0.64 | 0.10 | 0 | 0.16 | 189.26 | 0.62 | 0.57 |
| Hex | 4E | C1 | D6 | 40 | A | 0 | 10 | BD | 3E | 39 |
| Octal | 116 | 301 | 326 | 100 | 12 | 0 | 20 | 275 | 76 | 71 |
| Binary | 1001110 | 11000001 | 11010110 | 1000000 | 1010 | 0 | 10000 | 10111101 | 111110 | 111001 |
Color Harmonies of #4EC1D6
Complementary color
Monochromatic Colors of #4EC1D6
Black with #4EC1D6
Text Example
Text Example
White with #4EC1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC1D6; }
p { color: rgb(78,193,214); }
H1.HeaderClassName
{
color: #4EC1D6;
}
.AnyTagClassName
{
color: #4EC1D6;
}
</style>
background-color css
<style>
a { background-color: #4EC1D6; }
a { background-color: rgb(78,193,214); }
div.DivClassName
{
background-color: #4EC1D6;
}
.BgClassName
{
background-color: #4EC1D6;
}
</style>
border-color css
<style>
span { border-color: #4EC1D6; }
span { border-color: rgb(78,193,214); }
td.TdClassName
{
border-color: #4EC1D6;
}
.TagClassName
{
border-color: #4EC1D6;
}
</style>