Shades of Viking #43ADBC
Tints of Viking #43ADBC
RGB
CMYK
RGB Variations
Color information
#43ADBC (or 0x43ADBC) is known color: Viking. HEX triplet: 43, AD and BC. RGB value is (67,173,188). Sum of RGB (Red+Green+Blue) = 67+173+188=428 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.65% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #43ADBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #43ADBC is #BC5243. Grayscale: #8E8E8E. Windows color (decimal): -12341828 or 12365123. OLE color: 12365123.
HSL color Cylindrical-coordinate representation of color #43ADBC: hue angle of 187.44º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #43ADBC is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 173 | 188 | - |
| CMYK | 0.64 | 0.08 | 0 | 0.26 |
| HSL | 187.44º | 0.47% | 0.5% | - |
| HSV(B) | 187.44º | 0.64% | 0.74% | - |
| XYZ | 26.34 | 34.71 | 52.89 | - |
| YUV | 143.02 | 153.38 | 73.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 173 | 188 | 0.64 | 0.08 | 0 | 0.26 | 187.44 | 0.47 | 0.5 |
| Hex | 43 | AD | BC | 40 | 8 | 0 | 1A | BB | 2F | 32 |
| Octal | 103 | 255 | 274 | 100 | 10 | 0 | 32 | 273 | 57 | 62 |
| Binary | 1000011 | 10101101 | 10111100 | 1000000 | 1000 | 0 | 11010 | 10111011 | 101111 | 110010 |
Color Harmonies of #43ADBC
Complementary color
Monochromatic Colors of #43ADBC
Black with #43ADBC
Text Example
Text Example
White with #43ADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43ADBC; }
p { color: rgb(67,173,188); }
H1.HeaderClassName
{
color: #43ADBC;
}
.AnyTagClassName
{
color: #43ADBC;
}
</style>
background-color css
<style>
a { background-color: #43ADBC; }
a { background-color: rgb(67,173,188); }
div.DivClassName
{
background-color: #43ADBC;
}
.BgClassName
{
background-color: #43ADBC;
}
</style>
border-color css
<style>
span { border-color: #43ADBC; }
span { border-color: rgb(67,173,188); }
td.TdClassName
{
border-color: #43ADBC;
}
.TagClassName
{
border-color: #43ADBC;
}
</style>