Shades of Viking #43ACBB
Tints of Viking #43ACBB
RGB
CMYK
RGB Variations
Color information
#43ACBB (or 0x43ACBB) is known color: Viking. HEX triplet: 43, AC and BB. RGB value is (67,172,187). Sum of RGB (Red+Green+Blue) = 67+172+187=426 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.73% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 187 - color contains mainly: blue. Hex color #43ACBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #43ACBB is #BC5344. Grayscale: #8E8E8E. Windows color (decimal): -12342085 or 12299331. OLE color: 12299331.
HSL color Cylindrical-coordinate representation of color #43ACBB: hue angle of 187.5º 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 #43ACBB is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 172 | 187 | - |
| CMYK | 0.64 | 0.08 | 0 | 0.27 |
| HSL | 187.5º | 0.47% | 0.5% | - |
| HSV(B) | 187.5º | 0.64% | 0.73% | - |
| XYZ | 26.04 | 34.29 | 52.26 | - |
| YUV | 142.32 | 153.21 | 74.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 172 | 187 | 0.64 | 0.08 | 0 | 0.27 | 187.5 | 0.47 | 0.5 |
| Hex | 43 | AC | BB | 40 | 8 | 0 | 1B | BC | 2F | 32 |
| Octal | 103 | 254 | 273 | 100 | 10 | 0 | 33 | 274 | 57 | 62 |
| Binary | 1000011 | 10101100 | 10111011 | 1000000 | 1000 | 0 | 11011 | 10111100 | 101111 | 110010 |
Color Harmonies of #43ACBB
Complementary color
Monochromatic Colors of #43ACBB
Black with #43ACBB
Text Example
Text Example
White with #43ACBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43ACBB; }
p { color: rgb(67,172,187); }
H1.HeaderClassName
{
color: #43ACBB;
}
.AnyTagClassName
{
color: #43ACBB;
}
</style>
background-color css
<style>
a { background-color: #43ACBB; }
a { background-color: rgb(67,172,187); }
div.DivClassName
{
background-color: #43ACBB;
}
.BgClassName
{
background-color: #43ACBB;
}
</style>
border-color css
<style>
span { border-color: #43ACBB; }
span { border-color: rgb(67,172,187); }
td.TdClassName
{
border-color: #43ACBB;
}
.TagClassName
{
border-color: #43ACBB;
}
</style>