Shades of Viking #4EC3DD
Tints of Viking #4EC3DD
RGB
CMYK
RGB Variations
Color information
#4EC3DD (or 0x4EC3DD) is known color: Viking. HEX triplet: 4E, C3 and DD. RGB value is (78,195,221). Sum of RGB (Red+Green+Blue) = 78+195+221=494 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.79% from 494); Green value is 195 (76.56% from 255 or 39.47% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #4EC3DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC3DD is #B13C22. Grayscale: #A2A2A2. Windows color (decimal): -11615267 or 14533454. OLE color: 14533454.
HSL color Cylindrical-coordinate representation of color #4EC3DD: hue angle of 190.91º 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 #4EC3DD is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 195 | 221 | - |
| CMYK | 0.65 | 0.12 | 0 | 0.13 |
| HSL | 190.91º | 0.68% | 0.59% | - |
| HSV(B) | 190.91º | 0.65% | 0.87% | - |
| XYZ | 35.71 | 45.87 | 75.38 | - |
| YUV | 162.98 | 160.74 | 67.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 195 | 221 | 0.65 | 0.12 | 0 | 0.13 | 190.91 | 0.68 | 0.59 |
| Hex | 4E | C3 | DD | 41 | C | 0 | D | BF | 44 | 3B |
| Octal | 116 | 303 | 335 | 101 | 14 | 0 | 15 | 277 | 104 | 73 |
| Binary | 1001110 | 11000011 | 11011101 | 1000001 | 1100 | 0 | 1101 | 10111111 | 1000100 | 111011 |
Color Harmonies of #4EC3DD
Complementary color
Monochromatic Colors of #4EC3DD
Black with #4EC3DD
Text Example
Text Example
White with #4EC3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC3DD; }
p { color: rgb(78,195,221); }
H1.HeaderClassName
{
color: #4EC3DD;
}
.AnyTagClassName
{
color: #4EC3DD;
}
</style>
background-color css
<style>
a { background-color: #4EC3DD; }
a { background-color: rgb(78,195,221); }
div.DivClassName
{
background-color: #4EC3DD;
}
.BgClassName
{
background-color: #4EC3DD;
}
</style>
border-color css
<style>
span { border-color: #4EC3DD; }
span { border-color: rgb(78,195,221); }
td.TdClassName
{
border-color: #4EC3DD;
}
.TagClassName
{
border-color: #4EC3DD;
}
</style>