Shades of Viking #4DBEBB
Tints of Viking #4DBEBB
RGB
CMYK
RGB Variations
Color information
#4DBEBB (or 0x4DBEBB) is known color: Viking. HEX triplet: 4D, BE and BB. RGB value is (77,190,187). Sum of RGB (Red+Green+Blue) = 77+190+187=454 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.96% from 454); Green value is 190 (74.61% from 255 or 41.85% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 190 - color contains mainly: green. Hex color #4DBEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBEBB is #B24144. Grayscale: #9B9B9B. Windows color (decimal): -11682117 or 12303949. OLE color: 12303949.
HSL color Cylindrical-coordinate representation of color #4DBEBB: hue angle of 178.41º 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 #4DBEBB is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 190 | 187 | - |
| CMYK | 0.59 | 0 | 0.02 | 0.25 |
| HSL | 178.41º | 0.47% | 0.52% | - |
| HSV(B) | 178.41º | 0.59% | 0.75% | - |
| XYZ | 30.44 | 41.99 | 53.51 | - |
| YUV | 155.87 | 145.56 | 71.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 190 | 187 | 0.59 | 0 | 0.02 | 0.25 | 178.41 | 0.47 | 0.52 |
| Hex | 4D | BE | BB | 3B | 0 | 2 | 19 | B2 | 2F | 34 |
| Octal | 115 | 276 | 273 | 73 | 0 | 2 | 31 | 262 | 57 | 64 |
| Binary | 1001101 | 10111110 | 10111011 | 111011 | 0 | 10 | 11001 | 10110010 | 101111 | 110100 |
Color Harmonies of #4DBEBB
Complementary color
Monochromatic Colors of #4DBEBB
Black with #4DBEBB
Text Example
Text Example
White with #4DBEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBEBB; }
p { color: rgb(77,190,187); }
H1.HeaderClassName
{
color: #4DBEBB;
}
.AnyTagClassName
{
color: #4DBEBB;
}
</style>
background-color css
<style>
a { background-color: #4DBEBB; }
a { background-color: rgb(77,190,187); }
div.DivClassName
{
background-color: #4DBEBB;
}
.BgClassName
{
background-color: #4DBEBB;
}
</style>
border-color css
<style>
span { border-color: #4DBEBB; }
span { border-color: rgb(77,190,187); }
td.TdClassName
{
border-color: #4DBEBB;
}
.TagClassName
{
border-color: #4DBEBB;
}
</style>