Shades of Viking #43A6B4
Tints of Viking #43A6B4
RGB
CMYK
RGB Variations
Color information
#43A6B4 (or 0x43A6B4) is known color: Viking. HEX triplet: 43, A6 and B4. RGB value is (67,166,180). Sum of RGB (Red+Green+Blue) = 67+166+180=413 (54% of max value = 765). Red value is 67 (26.56% from 255 or 16.22% from 413); Green value is 166 (65.23% from 255 or 40.19% from 413); Blue value is 180 (70.70% from 255 or 43.58% from 413); Max value from RGB is 180 - color contains mainly: blue. Hex color #43A6B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #43A6B4 is #BC594B. Grayscale: #898989. Windows color (decimal): -12343628 or 11839043. OLE color: 11839043.
HSL color Cylindrical-coordinate representation of color #43A6B4: hue angle of 187.43º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #43A6B4 is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 67 | 166 | 180 | - |
| CMYK | 0.63 | 0.08 | 0 | 0.29 |
| HSL | 187.43º | 0.46% | 0.48% | - |
| HSV(B) | 187.43º | 0.63% | 0.71% | - |
| XYZ | 24.19 | 31.76 | 48.04 | - |
| YUV | 138 | 151.7 | 77.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 166 | 180 | 0.63 | 0.08 | 0 | 0.29 | 187.43 | 0.46 | 0.48 |
| Hex | 43 | A6 | B4 | 3F | 8 | 0 | 1D | BB | 2E | 30 |
| Octal | 103 | 246 | 264 | 77 | 10 | 0 | 35 | 273 | 56 | 60 |
| Binary | 1000011 | 10100110 | 10110100 | 111111 | 1000 | 0 | 11101 | 10111011 | 101110 | 110000 |
Color Harmonies of #43A6B4
Complementary color
Monochromatic Colors of #43A6B4
Black with #43A6B4
Text Example
Text Example
White with #43A6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A6B4; }
p { color: rgb(67,166,180); }
H1.HeaderClassName
{
color: #43A6B4;
}
.AnyTagClassName
{
color: #43A6B4;
}
</style>
background-color css
<style>
a { background-color: #43A6B4; }
a { background-color: rgb(67,166,180); }
div.DivClassName
{
background-color: #43A6B4;
}
.BgClassName
{
background-color: #43A6B4;
}
</style>
border-color css
<style>
span { border-color: #43A6B4; }
span { border-color: rgb(67,166,180); }
td.TdClassName
{
border-color: #43A6B4;
}
.TagClassName
{
border-color: #43A6B4;
}
</style>