Shades of Viking #43AECA
Tints of Viking #43AECA
RGB
CMYK
RGB Variations
Color information
#43AECA (or 0x43AECA) is known color: Viking. HEX triplet: 43, AE and CA. RGB value is (67,174,202). Sum of RGB (Red+Green+Blue) = 67+174+202=443 (58% of max value = 765). Red value is 67 (26.56% from 255 or 15.12% from 443); Green value is 174 (68.36% from 255 or 39.28% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #43AECA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #43AECA is #BC5135. Grayscale: #909090. Windows color (decimal): -12341558 or 13282883. OLE color: 13282883.
HSL color Cylindrical-coordinate representation of color #43AECA: hue angle of 192.44º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43AECA is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 67 | 174 | 202 | - |
| CMYK | 0.67 | 0.14 | 0 | 0.21 |
| HSL | 192.44º | 0.56% | 0.53% | - |
| HSV(B) | 192.44º | 0.67% | 0.79% | - |
| XYZ | 28.11 | 35.73 | 61.29 | - |
| YUV | 145.2 | 160.05 | 72.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 174 | 202 | 0.67 | 0.14 | 0 | 0.21 | 192.44 | 0.56 | 0.53 |
| Hex | 43 | AE | CA | 43 | E | 0 | 15 | C0 | 38 | 35 |
| Octal | 103 | 256 | 312 | 103 | 16 | 0 | 25 | 300 | 70 | 65 |
| Binary | 1000011 | 10101110 | 11001010 | 1000011 | 1110 | 0 | 10101 | 11000000 | 111000 | 110101 |
Color Harmonies of #43AECA
Complementary color
Monochromatic Colors of #43AECA
Black with #43AECA
Text Example
Text Example
White with #43AECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43AECA; }
p { color: rgb(67,174,202); }
H1.HeaderClassName
{
color: #43AECA;
}
.AnyTagClassName
{
color: #43AECA;
}
</style>
background-color css
<style>
a { background-color: #43AECA; }
a { background-color: rgb(67,174,202); }
div.DivClassName
{
background-color: #43AECA;
}
.BgClassName
{
background-color: #43AECA;
}
</style>
border-color css
<style>
span { border-color: #43AECA; }
span { border-color: rgb(67,174,202); }
td.TdClassName
{
border-color: #43AECA;
}
.TagClassName
{
border-color: #43AECA;
}
</style>