Shades of Viking #4CBDBA
Tints of Viking #4CBDBA
RGB
CMYK
RGB Variations
Color information
#4CBDBA (or 0x4CBDBA) is known color: Viking. HEX triplet: 4C, BD and BA. RGB value is (76,189,186). Sum of RGB (Red+Green+Blue) = 76+189+186=451 (59% of max value = 765). Red value is 76 (30.08% from 255 or 16.85% from 451); Green value is 189 (74.22% from 255 or 41.91% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 189 - color contains mainly: green. Hex color #4CBDBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBDBA is #B34245. Grayscale: #9A9A9A. Windows color (decimal): -11747910 or 12238156. OLE color: 12238156.
HSL color Cylindrical-coordinate representation of color #4CBDBA: hue angle of 178.41º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CBDBA is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 189 | 186 | - |
| CMYK | 0.60 | 0 | 0.02 | 0.26 |
| HSL | 178.41º | 0.46% | 0.52% | - |
| HSV(B) | 178.41º | 0.6% | 0.74% | - |
| XYZ | 30.04 | 41.48 | 52.88 | - |
| YUV | 154.87 | 145.56 | 71.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 189 | 186 | 0.60 | 0 | 0.02 | 0.26 | 178.41 | 0.46 | 0.52 |
| Hex | 4C | BD | BA | 3C | 0 | 2 | 1A | B2 | 2E | 34 |
| Octal | 114 | 275 | 272 | 74 | 0 | 2 | 32 | 262 | 56 | 64 |
| Binary | 1001100 | 10111101 | 10111010 | 111100 | 0 | 10 | 11010 | 10110010 | 101110 | 110100 |
Color Harmonies of #4CBDBA
Complementary color
Monochromatic Colors of #4CBDBA
Black with #4CBDBA
Text Example
Text Example
White with #4CBDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBDBA; }
p { color: rgb(76,189,186); }
H1.HeaderClassName
{
color: #4CBDBA;
}
.AnyTagClassName
{
color: #4CBDBA;
}
</style>
background-color css
<style>
a { background-color: #4CBDBA; }
a { background-color: rgb(76,189,186); }
div.DivClassName
{
background-color: #4CBDBA;
}
.BgClassName
{
background-color: #4CBDBA;
}
</style>
border-color css
<style>
span { border-color: #4CBDBA; }
span { border-color: rgb(76,189,186); }
td.TdClassName
{
border-color: #4CBDBA;
}
.TagClassName
{
border-color: #4CBDBA;
}
</style>