Shades of Viking #43ABBA
Tints of Viking #43ABBA
RGB
CMYK
RGB Variations
Color information
#43ABBA (or 0x43ABBA) is known color: Viking. HEX triplet: 43, AB and BA. RGB value is (67,171,186). Sum of RGB (Red+Green+Blue) = 67+171+186=424 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.80% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #43ABBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #43ABBA is #BC5445. Grayscale: #8D8D8D. Windows color (decimal): -12342342 or 12233539. OLE color: 12233539.
HSL color Cylindrical-coordinate representation of color #43ABBA: hue angle of 187.56º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #43ABBA is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 171 | 186 | - |
| CMYK | 0.64 | 0.08 | 0 | 0.27 |
| HSL | 187.56º | 0.47% | 0.5% | - |
| HSV(B) | 187.56º | 0.64% | 0.73% | - |
| XYZ | 25.74 | 33.86 | 51.63 | - |
| YUV | 141.61 | 153.04 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 171 | 186 | 0.64 | 0.08 | 0 | 0.27 | 187.56 | 0.47 | 0.5 |
| Hex | 43 | AB | BA | 40 | 8 | 0 | 1B | BC | 2F | 32 |
| Octal | 103 | 253 | 272 | 100 | 10 | 0 | 33 | 274 | 57 | 62 |
| Binary | 1000011 | 10101011 | 10111010 | 1000000 | 1000 | 0 | 11011 | 10111100 | 101111 | 110010 |
Color Harmonies of #43ABBA
Complementary color
Monochromatic Colors of #43ABBA
Black with #43ABBA
Text Example
Text Example
White with #43ABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43ABBA; }
p { color: rgb(67,171,186); }
H1.HeaderClassName
{
color: #43ABBA;
}
.AnyTagClassName
{
color: #43ABBA;
}
</style>
background-color css
<style>
a { background-color: #43ABBA; }
a { background-color: rgb(67,171,186); }
div.DivClassName
{
background-color: #43ABBA;
}
.BgClassName
{
background-color: #43ABBA;
}
</style>
border-color css
<style>
span { border-color: #43ABBA; }
span { border-color: rgb(67,171,186); }
td.TdClassName
{
border-color: #43ABBA;
}
.TagClassName
{
border-color: #43ABBA;
}
</style>