Shades of Viking #43A8B4
Tints of Viking #43A8B4
RGB
CMYK
RGB Variations
Color information
#43A8B4 (or 0x43A8B4) is known color: Viking. HEX triplet: 43, A8 and B4. RGB value is (67,168,180). Sum of RGB (Red+Green+Blue) = 67+168+180=415 (54% of max value = 765). Red value is 67 (26.56% from 255 or 16.14% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 180 (70.70% from 255 or 43.37% from 415); Max value from RGB is 180 - color contains mainly: blue. Hex color #43A8B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #43A8B4 is #BC574B. Grayscale: #8B8B8B. Windows color (decimal): -12343116 or 11839555. OLE color: 11839555.
HSL color Cylindrical-coordinate representation of color #43A8B4: hue angle of 186.37º 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 #43A8B4 is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 67 | 168 | 180 | - |
| CMYK | 0.63 | 0.07 | 0 | 0.29 |
| HSL | 186.37º | 0.46% | 0.48% | - |
| HSV(B) | 186.37º | 0.63% | 0.71% | - |
| XYZ | 24.56 | 32.49 | 48.16 | - |
| YUV | 139.17 | 151.04 | 76.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 168 | 180 | 0.63 | 0.07 | 0 | 0.29 | 186.37 | 0.46 | 0.48 |
| Hex | 43 | A8 | B4 | 3F | 7 | 0 | 1D | BA | 2E | 30 |
| Octal | 103 | 250 | 264 | 77 | 7 | 0 | 35 | 272 | 56 | 60 |
| Binary | 1000011 | 10101000 | 10110100 | 111111 | 111 | 0 | 11101 | 10111010 | 101110 | 110000 |
Color Harmonies of #43A8B4
Complementary color
Monochromatic Colors of #43A8B4
Black with #43A8B4
Text Example
Text Example
White with #43A8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A8B4; }
p { color: rgb(67,168,180); }
H1.HeaderClassName
{
color: #43A8B4;
}
.AnyTagClassName
{
color: #43A8B4;
}
</style>
background-color css
<style>
a { background-color: #43A8B4; }
a { background-color: rgb(67,168,180); }
div.DivClassName
{
background-color: #43A8B4;
}
.BgClassName
{
background-color: #43A8B4;
}
</style>
border-color css
<style>
span { border-color: #43A8B4; }
span { border-color: rgb(67,168,180); }
td.TdClassName
{
border-color: #43A8B4;
}
.TagClassName
{
border-color: #43A8B4;
}
</style>