Shades of Viking #4EC1DD
Tints of Viking #4EC1DD
RGB
CMYK
RGB Variations
Color information
#4EC1DD (or 0x4EC1DD) is known color: Viking. HEX triplet: 4E, C1 and DD. RGB value is (78,193,221). Sum of RGB (Red+Green+Blue) = 78+193+221=492 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.85% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #4EC1DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC1DD is #B13E22. Grayscale: #A1A1A1. Windows color (decimal): -11615779 or 14532942. OLE color: 14532942.
HSL color Cylindrical-coordinate representation of color #4EC1DD: hue angle of 191.75º degrees, saturation: 0.68, 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 #4EC1DD is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 193 | 221 | - |
| CMYK | 0.65 | 0.13 | 0 | 0.13 |
| HSL | 191.75º | 0.68% | 0.59% | - |
| HSV(B) | 191.75º | 0.65% | 0.87% | - |
| XYZ | 35.26 | 44.98 | 75.23 | - |
| YUV | 161.81 | 161.4 | 68.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 193 | 221 | 0.65 | 0.13 | 0 | 0.13 | 191.75 | 0.68 | 0.59 |
| Hex | 4E | C1 | DD | 41 | D | 0 | D | C0 | 44 | 3B |
| Octal | 116 | 301 | 335 | 101 | 15 | 0 | 15 | 300 | 104 | 73 |
| Binary | 1001110 | 11000001 | 11011101 | 1000001 | 1101 | 0 | 1101 | 11000000 | 1000100 | 111011 |
Color Harmonies of #4EC1DD
Complementary color
Monochromatic Colors of #4EC1DD
Black with #4EC1DD
Text Example
Text Example
White with #4EC1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC1DD; }
p { color: rgb(78,193,221); }
H1.HeaderClassName
{
color: #4EC1DD;
}
.AnyTagClassName
{
color: #4EC1DD;
}
</style>
background-color css
<style>
a { background-color: #4EC1DD; }
a { background-color: rgb(78,193,221); }
div.DivClassName
{
background-color: #4EC1DD;
}
.BgClassName
{
background-color: #4EC1DD;
}
</style>
border-color css
<style>
span { border-color: #4EC1DD; }
span { border-color: rgb(78,193,221); }
td.TdClassName
{
border-color: #4EC1DD;
}
.TagClassName
{
border-color: #4EC1DD;
}
</style>