Shades of Viking #4EBBBB
Tints of Viking #4EBBBB
RGB
CMYK
RGB Variations
Color information
#4EBBBB (or 0x4EBBBB) is known color: Viking. HEX triplet: 4E, BB and BB. RGB value is (78,187,187). Sum of RGB (Red+Green+Blue) = 78+187+187=452 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.26% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #4EBBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBBBB is #B14444. Grayscale: #9A9A9A. Windows color (decimal): -11617349 or 12303182. OLE color: 12303182.
HSL color Cylindrical-coordinate representation of color #4EBBBB: 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 #4EBBBB is Cyan = 0.58, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 187 | 187 | - |
| CMYK | 0.58 | 0 | 0 | 0.27 |
| HSL | 180º | 0.44% | 0.52% | - |
| HSV(B) | 180º | 0.58% | 0.73% | - |
| XYZ | 29.88 | 40.75 | 53.3 | - |
| YUV | 154.41 | 146.39 | 73.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 187 | 187 | 0.58 | 0 | 0 | 0.27 | 180 | 0.44 | 0.52 |
| Hex | 4E | BB | BB | 3A | 0 | 0 | 1B | B4 | 2C | 34 |
| Octal | 116 | 273 | 273 | 72 | 0 | 0 | 33 | 264 | 54 | 64 |
| Binary | 1001110 | 10111011 | 10111011 | 111010 | 0 | 0 | 11011 | 10110100 | 101100 | 110100 |
Color Harmonies of #4EBBBB
Complementary color
Monochromatic Colors of #4EBBBB
Black with #4EBBBB
Text Example
Text Example
White with #4EBBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBBBB; }
p { color: rgb(78,187,187); }
H1.HeaderClassName
{
color: #4EBBBB;
}
.AnyTagClassName
{
color: #4EBBBB;
}
</style>
background-color css
<style>
a { background-color: #4EBBBB; }
a { background-color: rgb(78,187,187); }
div.DivClassName
{
background-color: #4EBBBB;
}
.BgClassName
{
background-color: #4EBBBB;
}
</style>
border-color css
<style>
span { border-color: #4EBBBB; }
span { border-color: rgb(78,187,187); }
td.TdClassName
{
border-color: #4EBBBB;
}
.TagClassName
{
border-color: #4EBBBB;
}
</style>