Shades of Viking #4EB8BA
Tints of Viking #4EB8BA
RGB
CMYK
RGB Variations
Color information
#4EB8BA (or 0x4EB8BA) is known color: Viking. HEX triplet: 4E, B8 and BA. RGB value is (78,184,186). Sum of RGB (Red+Green+Blue) = 78+184+186=448 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.41% from 448); Green value is 184 (72.27% from 255 or 41.07% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #4EB8BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EB8BA is #B14745. Grayscale: #989898. Windows color (decimal): -11618118 or 12236878. OLE color: 12236878.
HSL color Cylindrical-coordinate representation of color #4EB8BA: hue angle of 181.11º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4EB8BA is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 184 | 186 | - |
| CMYK | 0.58 | 0.01 | 0 | 0.27 |
| HSL | 181.11º | 0.44% | 0.52% | - |
| HSV(B) | 181.11º | 0.58% | 0.73% | - |
| XYZ | 29.15 | 39.45 | 52.53 | - |
| YUV | 152.53 | 146.88 | 74.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 184 | 186 | 0.58 | 0.01 | 0 | 0.27 | 181.11 | 0.44 | 0.52 |
| Hex | 4E | B8 | BA | 3A | 1 | 0 | 1B | B5 | 2C | 34 |
| Octal | 116 | 270 | 272 | 72 | 1 | 0 | 33 | 265 | 54 | 64 |
| Binary | 1001110 | 10111000 | 10111010 | 111010 | 1 | 0 | 11011 | 10110101 | 101100 | 110100 |
Color Harmonies of #4EB8BA
Complementary color
Monochromatic Colors of #4EB8BA
Black with #4EB8BA
Text Example
Text Example
White with #4EB8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EB8BA; }
p { color: rgb(78,184,186); }
H1.HeaderClassName
{
color: #4EB8BA;
}
.AnyTagClassName
{
color: #4EB8BA;
}
</style>
background-color css
<style>
a { background-color: #4EB8BA; }
a { background-color: rgb(78,184,186); }
div.DivClassName
{
background-color: #4EB8BA;
}
.BgClassName
{
background-color: #4EB8BA;
}
</style>
border-color css
<style>
span { border-color: #4EB8BA; }
span { border-color: rgb(78,184,186); }
td.TdClassName
{
border-color: #4EB8BA;
}
.TagClassName
{
border-color: #4EB8BA;
}
</style>