Shades of Viking #4ABCBA
Tints of Viking #4ABCBA
RGB
CMYK
RGB Variations
Color information
#4ABCBA (or 0x4ABCBA) is known color: Viking. HEX triplet: 4A, BC and BA. RGB value is (74,188,186). Sum of RGB (Red+Green+Blue) = 74+188+186=448 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.52% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 188 - color contains mainly: green. Hex color #4ABCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABCBA is #B54345. Grayscale: #999999. Windows color (decimal): -11879238 or 12237898. OLE color: 12237898.
HSL color Cylindrical-coordinate representation of color #4ABCBA: hue angle of 178.95º 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 #4ABCBA is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 188 | 186 | - |
| CMYK | 0.61 | 0 | 0.01 | 0.26 |
| HSL | 178.95º | 0.46% | 0.51% | - |
| HSV(B) | 178.95º | 0.61% | 0.74% | - |
| XYZ | 29.67 | 40.97 | 52.8 | - |
| YUV | 153.69 | 146.23 | 71.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 188 | 186 | 0.61 | 0 | 0.01 | 0.26 | 178.95 | 0.46 | 0.51 |
| Hex | 4A | BC | BA | 3D | 0 | 1 | 1A | B3 | 2E | 33 |
| Octal | 112 | 274 | 272 | 75 | 0 | 1 | 32 | 263 | 56 | 63 |
| Binary | 1001010 | 10111100 | 10111010 | 111101 | 0 | 1 | 11010 | 10110011 | 101110 | 110011 |
Color Harmonies of #4ABCBA
Complementary color
Monochromatic Colors of #4ABCBA
Black with #4ABCBA
Text Example
Text Example
White with #4ABCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABCBA; }
p { color: rgb(74,188,186); }
H1.HeaderClassName
{
color: #4ABCBA;
}
.AnyTagClassName
{
color: #4ABCBA;
}
</style>
background-color css
<style>
a { background-color: #4ABCBA; }
a { background-color: rgb(74,188,186); }
div.DivClassName
{
background-color: #4ABCBA;
}
.BgClassName
{
background-color: #4ABCBA;
}
</style>
border-color css
<style>
span { border-color: #4ABCBA; }
span { border-color: rgb(74,188,186); }
td.TdClassName
{
border-color: #4ABCBA;
}
.TagClassName
{
border-color: #4ABCBA;
}
</style>