Shades of Viking #4EBCB9
Tints of Viking #4EBCB9
RGB
CMYK
RGB Variations
Color information
#4EBCB9 (or 0x4EBCB9) is known color: Viking. HEX triplet: 4E, BC and B9. RGB value is (78,188,185). Sum of RGB (Red+Green+Blue) = 78+188+185=451 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.29% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 185 (72.66% from 255 or 41.02% from 451); Max value from RGB is 188 - color contains mainly: green. Hex color #4EBCB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBCB9 is #B14346. Grayscale: #9A9A9A. Windows color (decimal): -11617095 or 12172366. OLE color: 12172366.
HSL color Cylindrical-coordinate representation of color #4EBCB9: hue angle of 178.36º 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 #4EBCB9 is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 78 | 188 | 185 | - |
| CMYK | 0.59 | 0 | 0.02 | 0.26 |
| HSL | 178.36º | 0.45% | 0.52% | - |
| HSV(B) | 178.36º | 0.59% | 0.74% | - |
| XYZ | 29.88 | 41.09 | 52.25 | - |
| YUV | 154.77 | 145.06 | 73.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 188 | 185 | 0.59 | 0 | 0.02 | 0.26 | 178.36 | 0.45 | 0.52 |
| Hex | 4E | BC | B9 | 3B | 0 | 2 | 1A | B2 | 2D | 34 |
| Octal | 116 | 274 | 271 | 73 | 0 | 2 | 32 | 262 | 55 | 64 |
| Binary | 1001110 | 10111100 | 10111001 | 111011 | 0 | 10 | 11010 | 10110010 | 101101 | 110100 |
Color Harmonies of #4EBCB9
Complementary color
Monochromatic Colors of #4EBCB9
Black with #4EBCB9
Text Example
Text Example
White with #4EBCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBCB9; }
p { color: rgb(78,188,185); }
H1.HeaderClassName
{
color: #4EBCB9;
}
.AnyTagClassName
{
color: #4EBCB9;
}
</style>
background-color css
<style>
a { background-color: #4EBCB9; }
a { background-color: rgb(78,188,185); }
div.DivClassName
{
background-color: #4EBCB9;
}
.BgClassName
{
background-color: #4EBCB9;
}
</style>
border-color css
<style>
span { border-color: #4EBCB9; }
span { border-color: rgb(78,188,185); }
td.TdClassName
{
border-color: #4EBCB9;
}
.TagClassName
{
border-color: #4EBCB9;
}
</style>