Shades of Viking #4EBABC
Tints of Viking #4EBABC
RGB
CMYK
RGB Variations
Color information
#4EBABC (or 0x4EBABC) is known color: Viking. HEX triplet: 4E, BA and BC. RGB value is (78,186,188). Sum of RGB (Red+Green+Blue) = 78+186+188=452 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.26% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 188 - color contains mainly: blue. Hex color #4EBABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBABC is #B14543. Grayscale: #999999. Windows color (decimal): -11617604 or 12368462. OLE color: 12368462.
HSL color Cylindrical-coordinate representation of color #4EBABC: hue angle of 181.09º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EBABC is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 78 | 186 | 188 | - |
| CMYK | 0.59 | 0.01 | 0 | 0.26 |
| HSL | 181.09º | 0.45% | 0.52% | - |
| HSV(B) | 181.09º | 0.59% | 0.74% | - |
| XYZ | 29.78 | 40.37 | 53.8 | - |
| YUV | 153.94 | 147.22 | 73.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 186 | 188 | 0.59 | 0.01 | 0 | 0.26 | 181.09 | 0.45 | 0.52 |
| Hex | 4E | BA | BC | 3B | 1 | 0 | 1A | B5 | 2D | 34 |
| Octal | 116 | 272 | 274 | 73 | 1 | 0 | 32 | 265 | 55 | 64 |
| Binary | 1001110 | 10111010 | 10111100 | 111011 | 1 | 0 | 11010 | 10110101 | 101101 | 110100 |
Color Harmonies of #4EBABC
Complementary color
Monochromatic Colors of #4EBABC
Black with #4EBABC
Text Example
Text Example
White with #4EBABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBABC; }
p { color: rgb(78,186,188); }
H1.HeaderClassName
{
color: #4EBABC;
}
.AnyTagClassName
{
color: #4EBABC;
}
</style>
background-color css
<style>
a { background-color: #4EBABC; }
a { background-color: rgb(78,186,188); }
div.DivClassName
{
background-color: #4EBABC;
}
.BgClassName
{
background-color: #4EBABC;
}
</style>
border-color css
<style>
span { border-color: #4EBABC; }
span { border-color: rgb(78,186,188); }
td.TdClassName
{
border-color: #4EBABC;
}
.TagClassName
{
border-color: #4EBABC;
}
</style>