Shades of Viking #43ACC1
Tints of Viking #43ACC1
RGB
CMYK
RGB Variations
Color information
#43ACC1 (or 0x43ACC1) is known color: Viking. HEX triplet: 43, AC and C1. RGB value is (67,172,193). Sum of RGB (Red+Green+Blue) = 67+172+193=432 (57% of max value = 765). Red value is 67 (26.56% from 255 or 15.51% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 193 (75.78% from 255 or 44.68% from 432); Max value from RGB is 193 - color contains mainly: blue. Hex color #43ACC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #43ACC1 is #BC533E. Grayscale: #8E8E8E. Windows color (decimal): -12342079 or 12692547. OLE color: 12692547.
HSL color Cylindrical-coordinate representation of color #43ACC1: hue angle of 190º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #43ACC1 is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 172 | 193 | - |
| CMYK | 0.65 | 0.11 | 0 | 0.24 |
| HSL | 190º | 0.5% | 0.51% | - |
| HSV(B) | 190º | 0.65% | 0.76% | - |
| XYZ | 26.69 | 34.55 | 55.71 | - |
| YUV | 143 | 156.21 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 172 | 193 | 0.65 | 0.11 | 0 | 0.24 | 190 | 0.5 | 0.51 |
| Hex | 43 | AC | C1 | 41 | B | 0 | 18 | BE | 32 | 33 |
| Octal | 103 | 254 | 301 | 101 | 13 | 0 | 30 | 276 | 62 | 63 |
| Binary | 1000011 | 10101100 | 11000001 | 1000001 | 1011 | 0 | 11000 | 10111110 | 110010 | 110011 |
Color Harmonies of #43ACC1
Complementary color
Monochromatic Colors of #43ACC1
Black with #43ACC1
Text Example
Text Example
White with #43ACC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43ACC1; }
p { color: rgb(67,172,193); }
H1.HeaderClassName
{
color: #43ACC1;
}
.AnyTagClassName
{
color: #43ACC1;
}
</style>
background-color css
<style>
a { background-color: #43ACC1; }
a { background-color: rgb(67,172,193); }
div.DivClassName
{
background-color: #43ACC1;
}
.BgClassName
{
background-color: #43ACC1;
}
</style>
border-color css
<style>
span { border-color: #43ACC1; }
span { border-color: rgb(67,172,193); }
td.TdClassName
{
border-color: #43ACC1;
}
.TagClassName
{
border-color: #43ACC1;
}
</style>