Shades of Viking #4ABABE
Tints of Viking #4ABABE
RGB
CMYK
RGB Variations
Color information
#4ABABE (or 0x4ABABE) is known color: Viking. HEX triplet: 4A, BA and BE. RGB value is (74,186,190). Sum of RGB (Red+Green+Blue) = 74+186+190=450 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.44% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 190 - color contains mainly: blue. Hex color #4ABABE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABABE is #B54541. Grayscale: #989898. Windows color (decimal): -11879746 or 12499530. OLE color: 12499530.
HSL color Cylindrical-coordinate representation of color #4ABABE: hue angle of 182.07º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABABE is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 74 | 186 | 190 | - |
| CMYK | 0.61 | 0.02 | 0 | 0.25 |
| HSL | 182.07º | 0.47% | 0.52% | - |
| HSV(B) | 182.07º | 0.61% | 0.75% | - |
| XYZ | 29.68 | 40.29 | 54.93 | - |
| YUV | 152.97 | 148.89 | 71.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 186 | 190 | 0.61 | 0.02 | 0 | 0.25 | 182.07 | 0.47 | 0.52 |
| Hex | 4A | BA | BE | 3D | 2 | 0 | 19 | B6 | 2F | 34 |
| Octal | 112 | 272 | 276 | 75 | 2 | 0 | 31 | 266 | 57 | 64 |
| Binary | 1001010 | 10111010 | 10111110 | 111101 | 10 | 0 | 11001 | 10110110 | 101111 | 110100 |
Color Harmonies of #4ABABE
Complementary color
Monochromatic Colors of #4ABABE
Black with #4ABABE
Text Example
Text Example
White with #4ABABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABABE; }
p { color: rgb(74,186,190); }
H1.HeaderClassName
{
color: #4ABABE;
}
.AnyTagClassName
{
color: #4ABABE;
}
</style>
background-color css
<style>
a { background-color: #4ABABE; }
a { background-color: rgb(74,186,190); }
div.DivClassName
{
background-color: #4ABABE;
}
.BgClassName
{
background-color: #4ABABE;
}
</style>
border-color css
<style>
span { border-color: #4ABABE; }
span { border-color: rgb(74,186,190); }
td.TdClassName
{
border-color: #4ABABE;
}
.TagClassName
{
border-color: #4ABABE;
}
</style>