Shades of Viking #4EBABA
Tints of Viking #4EBABA
RGB
CMYK
RGB Variations
Color information
#4EBABA (or 0x4EBABA) is known color: Viking. HEX triplet: 4E, BA and BA. RGB value is (78,186,186). Sum of RGB (Red+Green+Blue) = 78+186+186=450 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.33% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #4EBABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBABA is #B14545. Grayscale: #999999. Windows color (decimal): -11617606 or 12237390. OLE color: 12237390.
HSL color Cylindrical-coordinate representation of color #4EBABA: hue angle of 180º 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 #4EBABA is Cyan = 0.58, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 186 | 186 | - |
| CMYK | 0.58 | 0 | 0 | 0.27 |
| HSL | 180º | 0.44% | 0.52% | - |
| HSV(B) | 180º | 0.58% | 0.73% | - |
| XYZ | 29.56 | 40.28 | 52.67 | - |
| YUV | 153.71 | 146.22 | 74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 186 | 186 | 0.58 | 0 | 0 | 0.27 | 180 | 0.44 | 0.52 |
| Hex | 4E | BA | BA | 3A | 0 | 0 | 1B | B4 | 2C | 34 |
| Octal | 116 | 272 | 272 | 72 | 0 | 0 | 33 | 264 | 54 | 64 |
| Binary | 1001110 | 10111010 | 10111010 | 111010 | 0 | 0 | 11011 | 10110100 | 101100 | 110100 |
Color Harmonies of #4EBABA
Complementary color
Monochromatic Colors of #4EBABA
Black with #4EBABA
Text Example
Text Example
White with #4EBABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBABA; }
p { color: rgb(78,186,186); }
H1.HeaderClassName
{
color: #4EBABA;
}
.AnyTagClassName
{
color: #4EBABA;
}
</style>
background-color css
<style>
a { background-color: #4EBABA; }
a { background-color: rgb(78,186,186); }
div.DivClassName
{
background-color: #4EBABA;
}
.BgClassName
{
background-color: #4EBABA;
}
</style>
border-color css
<style>
span { border-color: #4EBABA; }
span { border-color: rgb(78,186,186); }
td.TdClassName
{
border-color: #4EBABA;
}
.TagClassName
{
border-color: #4EBABA;
}
</style>