Shades of Viking #4EBCC5
Tints of Viking #4EBCC5
RGB
CMYK
RGB Variations
Color information
#4EBCC5 (or 0x4EBCC5) is known color: Viking. HEX triplet: 4E, BC and C5. RGB value is (78,188,197). Sum of RGB (Red+Green+Blue) = 78+188+197=463 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.85% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 197 (77.34% from 255 or 42.55% from 463); Max value from RGB is 197 - color contains mainly: blue. Hex color #4EBCC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBCC5 is #B1433A. Grayscale: #9B9B9B. Windows color (decimal): -11617083 or 12958798. OLE color: 12958798.
HSL color Cylindrical-coordinate representation of color #4EBCC5: hue angle of 184.54º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4EBCC5 is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 78 | 188 | 197 | - |
| CMYK | 0.60 | 0.05 | 0 | 0.23 |
| HSL | 184.54º | 0.51% | 0.54% | - |
| HSV(B) | 184.54º | 0.6% | 0.77% | - |
| XYZ | 31.2 | 41.62 | 59.21 | - |
| YUV | 156.14 | 151.06 | 72.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 188 | 197 | 0.60 | 0.05 | 0 | 0.23 | 184.54 | 0.51 | 0.54 |
| Hex | 4E | BC | C5 | 3C | 5 | 0 | 17 | B9 | 33 | 36 |
| Octal | 116 | 274 | 305 | 74 | 5 | 0 | 27 | 271 | 63 | 66 |
| Binary | 1001110 | 10111100 | 11000101 | 111100 | 101 | 0 | 10111 | 10111001 | 110011 | 110110 |
Color Harmonies of #4EBCC5
Complementary color
Monochromatic Colors of #4EBCC5
Black with #4EBCC5
Text Example
Text Example
White with #4EBCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBCC5; }
p { color: rgb(78,188,197); }
H1.HeaderClassName
{
color: #4EBCC5;
}
.AnyTagClassName
{
color: #4EBCC5;
}
</style>
background-color css
<style>
a { background-color: #4EBCC5; }
a { background-color: rgb(78,188,197); }
div.DivClassName
{
background-color: #4EBCC5;
}
.BgClassName
{
background-color: #4EBCC5;
}
</style>
border-color css
<style>
span { border-color: #4EBCC5; }
span { border-color: rgb(78,188,197); }
td.TdClassName
{
border-color: #4EBCC5;
}
.TagClassName
{
border-color: #4EBCC5;
}
</style>