Shades of Viking #4ABCB9
Tints of Viking #4ABCB9
RGB
CMYK
RGB Variations
Color information
#4ABCB9 (or 0x4ABCB9) is known color: Viking. HEX triplet: 4A, BC and B9. RGB value is (74,188,185). Sum of RGB (Red+Green+Blue) = 74+188+185=447 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.55% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 185 (72.66% from 255 or 41.39% from 447); Max value from RGB is 188 - color contains mainly: green. Hex color #4ABCB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABCB9 is #B54346. Grayscale: #999999. Windows color (decimal): -11879239 or 12172362. OLE color: 12172362.
HSL color Cylindrical-coordinate representation of color #4ABCB9: hue angle of 178.42º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABCB9 is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 188 | 185 | - |
| CMYK | 0.61 | 0 | 0.02 | 0.26 |
| HSL | 178.42º | 0.46% | 0.51% | - |
| HSV(B) | 178.42º | 0.61% | 0.74% | - |
| XYZ | 29.56 | 40.93 | 52.24 | - |
| YUV | 153.57 | 145.73 | 71.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 188 | 185 | 0.61 | 0 | 0.02 | 0.26 | 178.42 | 0.46 | 0.51 |
| Hex | 4A | BC | B9 | 3D | 0 | 2 | 1A | B2 | 2E | 33 |
| Octal | 112 | 274 | 271 | 75 | 0 | 2 | 32 | 262 | 56 | 63 |
| Binary | 1001010 | 10111100 | 10111001 | 111101 | 0 | 10 | 11010 | 10110010 | 101110 | 110011 |
Color Harmonies of #4ABCB9
Complementary color
Monochromatic Colors of #4ABCB9
Black with #4ABCB9
Text Example
Text Example
White with #4ABCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABCB9; }
p { color: rgb(74,188,185); }
H1.HeaderClassName
{
color: #4ABCB9;
}
.AnyTagClassName
{
color: #4ABCB9;
}
</style>
background-color css
<style>
a { background-color: #4ABCB9; }
a { background-color: rgb(74,188,185); }
div.DivClassName
{
background-color: #4ABCB9;
}
.BgClassName
{
background-color: #4ABCB9;
}
</style>
border-color css
<style>
span { border-color: #4ABCB9; }
span { border-color: rgb(74,188,185); }
td.TdClassName
{
border-color: #4ABCB9;
}
.TagClassName
{
border-color: #4ABCB9;
}
</style>