Shades of Viking #4EBDBE
Tints of Viking #4EBDBE
RGB
CMYK
RGB Variations
Color information
#4EBDBE (or 0x4EBDBE) is known color: Viking. HEX triplet: 4E, BD and BE. RGB value is (78,189,190). Sum of RGB (Red+Green+Blue) = 78+189+190=457 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.07% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #4EBDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBDBE is #B14241. Grayscale: #9B9B9B. Windows color (decimal): -11616834 or 12500302. OLE color: 12500302.
HSL color Cylindrical-coordinate representation of color #4EBDBE: hue angle of 180.54º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EBDBE is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 189 | 190 | - |
| CMYK | 0.59 | 0.01 | 0 | 0.25 |
| HSL | 180.54º | 0.46% | 0.53% | - |
| HSV(B) | 180.54º | 0.59% | 0.75% | - |
| XYZ | 30.63 | 41.73 | 55.16 | - |
| YUV | 155.93 | 147.23 | 72.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 189 | 190 | 0.59 | 0.01 | 0 | 0.25 | 180.54 | 0.46 | 0.53 |
| Hex | 4E | BD | BE | 3B | 1 | 0 | 19 | B5 | 2E | 35 |
| Octal | 116 | 275 | 276 | 73 | 1 | 0 | 31 | 265 | 56 | 65 |
| Binary | 1001110 | 10111101 | 10111110 | 111011 | 1 | 0 | 11001 | 10110101 | 101110 | 110101 |
Color Harmonies of #4EBDBE
Complementary color
Monochromatic Colors of #4EBDBE
Black with #4EBDBE
Text Example
Text Example
White with #4EBDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBDBE; }
p { color: rgb(78,189,190); }
H1.HeaderClassName
{
color: #4EBDBE;
}
.AnyTagClassName
{
color: #4EBDBE;
}
</style>
background-color css
<style>
a { background-color: #4EBDBE; }
a { background-color: rgb(78,189,190); }
div.DivClassName
{
background-color: #4EBDBE;
}
.BgClassName
{
background-color: #4EBDBE;
}
</style>
border-color css
<style>
span { border-color: #4EBDBE; }
span { border-color: rgb(78,189,190); }
td.TdClassName
{
border-color: #4EBDBE;
}
.TagClassName
{
border-color: #4EBDBE;
}
</style>