Shades of Viking #4EBDBD
Tints of Viking #4EBDBD
RGB
CMYK
RGB Variations
Color information
#4EBDBD (or 0x4EBDBD) is known color: Viking. HEX triplet: 4E, BD and BD. RGB value is (78,189,189). Sum of RGB (Red+Green+Blue) = 78+189+189=456 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.11% from 456); Green value is 189 (74.22% from 255 or 41.45% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #4EBDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBDBD is #B14242. Grayscale: #9B9B9B. Windows color (decimal): -11616835 or 12434766. OLE color: 12434766.
HSL color Cylindrical-coordinate representation of color #4EBDBD: hue angle of 180º degrees, saturation: 0.46, 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 #4EBDBD is Cyan = 0.59, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 78 | 189 | 189 | - |
| CMYK | 0.59 | 0 | 0 | 0.26 |
| HSL | 180º | 0.46% | 0.52% | - |
| HSV(B) | 180º | 0.59% | 0.74% | - |
| XYZ | 30.52 | 41.69 | 54.58 | - |
| YUV | 155.81 | 146.73 | 72.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 189 | 189 | 0.59 | 0 | 0 | 0.26 | 180 | 0.46 | 0.52 |
| Hex | 4E | BD | BD | 3B | 0 | 0 | 1A | B4 | 2E | 34 |
| Octal | 116 | 275 | 275 | 73 | 0 | 0 | 32 | 264 | 56 | 64 |
| Binary | 1001110 | 10111101 | 10111101 | 111011 | 0 | 0 | 11010 | 10110100 | 101110 | 110100 |
Color Harmonies of #4EBDBD
Complementary color
Monochromatic Colors of #4EBDBD
Black with #4EBDBD
Text Example
Text Example
White with #4EBDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBDBD; }
p { color: rgb(78,189,189); }
H1.HeaderClassName
{
color: #4EBDBD;
}
.AnyTagClassName
{
color: #4EBDBD;
}
</style>
background-color css
<style>
a { background-color: #4EBDBD; }
a { background-color: rgb(78,189,189); }
div.DivClassName
{
background-color: #4EBDBD;
}
.BgClassName
{
background-color: #4EBDBD;
}
</style>
border-color css
<style>
span { border-color: #4EBDBD; }
span { border-color: rgb(78,189,189); }
td.TdClassName
{
border-color: #4EBDBD;
}
.TagClassName
{
border-color: #4EBDBD;
}
</style>