Shades of Viking #4EC1CA
Tints of Viking #4EC1CA
RGB
CMYK
RGB Variations
Color information
#4EC1CA (or 0x4EC1CA) is known color: Viking. HEX triplet: 4E, C1 and CA. RGB value is (78,193,202). Sum of RGB (Red+Green+Blue) = 78+193+202=473 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.49% from 473); Green value is 193 (75.78% from 255 or 40.80% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #4EC1CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EC1CA is #B13E35. Grayscale: #9F9F9F. Windows color (decimal): -11615798 or 13287758. OLE color: 13287758.
HSL color Cylindrical-coordinate representation of color #4EC1CA: hue angle of 184.35º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4EC1CA is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 78 | 193 | 202 | - |
| CMYK | 0.61 | 0.04 | 0 | 0.21 |
| HSL | 184.35º | 0.54% | 0.55% | - |
| HSV(B) | 184.35º | 0.61% | 0.79% | - |
| XYZ | 32.87 | 44.02 | 62.64 | - |
| YUV | 159.64 | 151.9 | 69.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 193 | 202 | 0.61 | 0.04 | 0 | 0.21 | 184.35 | 0.54 | 0.55 |
| Hex | 4E | C1 | CA | 3D | 4 | 0 | 15 | B8 | 36 | 37 |
| Octal | 116 | 301 | 312 | 75 | 4 | 0 | 25 | 270 | 66 | 67 |
| Binary | 1001110 | 11000001 | 11001010 | 111101 | 100 | 0 | 10101 | 10111000 | 110110 | 110111 |
Color Harmonies of #4EC1CA
Complementary color
Monochromatic Colors of #4EC1CA
Black with #4EC1CA
Text Example
Text Example
White with #4EC1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC1CA; }
p { color: rgb(78,193,202); }
H1.HeaderClassName
{
color: #4EC1CA;
}
.AnyTagClassName
{
color: #4EC1CA;
}
</style>
background-color css
<style>
a { background-color: #4EC1CA; }
a { background-color: rgb(78,193,202); }
div.DivClassName
{
background-color: #4EC1CA;
}
.BgClassName
{
background-color: #4EC1CA;
}
</style>
border-color css
<style>
span { border-color: #4EC1CA; }
span { border-color: rgb(78,193,202); }
td.TdClassName
{
border-color: #4EC1CA;
}
.TagClassName
{
border-color: #4EC1CA;
}
</style>