Shades of Viking #4DBEBC
Tints of Viking #4DBEBC
RGB
CMYK
RGB Variations
Color information
#4DBEBC (or 0x4DBEBC) is known color: Viking. HEX triplet: 4D, BE and BC. RGB value is (77,190,188). Sum of RGB (Red+Green+Blue) = 77+190+188=455 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.92% from 455); Green value is 190 (74.61% from 255 or 41.76% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 190 - color contains mainly: green. Hex color #4DBEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBEBC is #B24143. Grayscale: #9B9B9B. Windows color (decimal): -11682116 or 12369485. OLE color: 12369485.
HSL color Cylindrical-coordinate representation of color #4DBEBC: hue angle of 178.94º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBEBC is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 190 | 188 | - |
| CMYK | 0.59 | 0 | 0.01 | 0.25 |
| HSL | 178.94º | 0.47% | 0.52% | - |
| HSV(B) | 178.94º | 0.59% | 0.75% | - |
| XYZ | 30.55 | 42.04 | 54.08 | - |
| YUV | 155.99 | 146.06 | 71.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 190 | 188 | 0.59 | 0 | 0.01 | 0.25 | 178.94 | 0.47 | 0.52 |
| Hex | 4D | BE | BC | 3B | 0 | 1 | 19 | B3 | 2F | 34 |
| Octal | 115 | 276 | 274 | 73 | 0 | 1 | 31 | 263 | 57 | 64 |
| Binary | 1001101 | 10111110 | 10111100 | 111011 | 0 | 1 | 11001 | 10110011 | 101111 | 110100 |
Color Harmonies of #4DBEBC
Complementary color
Monochromatic Colors of #4DBEBC
Black with #4DBEBC
Text Example
Text Example
White with #4DBEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBEBC; }
p { color: rgb(77,190,188); }
H1.HeaderClassName
{
color: #4DBEBC;
}
.AnyTagClassName
{
color: #4DBEBC;
}
</style>
background-color css
<style>
a { background-color: #4DBEBC; }
a { background-color: rgb(77,190,188); }
div.DivClassName
{
background-color: #4DBEBC;
}
.BgClassName
{
background-color: #4DBEBC;
}
</style>
border-color css
<style>
span { border-color: #4DBEBC; }
span { border-color: rgb(77,190,188); }
td.TdClassName
{
border-color: #4DBEBC;
}
.TagClassName
{
border-color: #4DBEBC;
}
</style>