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