Shades of Viking #40ADBC
Tints of Viking #40ADBC
RGB
CMYK
RGB Variations
Color information
#40ADBC (or 0x40ADBC) is known color: Viking. HEX triplet: 40, AD and BC. RGB value is (64,173,188). Sum of RGB (Red+Green+Blue) = 64+173+188=425 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.06% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 188 - color contains mainly: blue. Hex color #40ADBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40ADBC is #BF5243. Grayscale: #8D8D8D. Windows color (decimal): -12538436 or 12365120. OLE color: 12365120.
HSL color Cylindrical-coordinate representation of color #40ADBC: hue angle of 187.26º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40ADBC is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 173 | 188 | - |
| CMYK | 0.66 | 0.08 | 0 | 0.26 |
| HSL | 187.26º | 0.49% | 0.49% | - |
| HSV(B) | 187.26º | 0.66% | 0.74% | - |
| XYZ | 26.14 | 34.61 | 52.88 | - |
| YUV | 142.12 | 153.89 | 72.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 173 | 188 | 0.66 | 0.08 | 0 | 0.26 | 187.26 | 0.49 | 0.49 |
| Hex | 40 | AD | BC | 42 | 8 | 0 | 1A | BB | 31 | 31 |
| Octal | 100 | 255 | 274 | 102 | 10 | 0 | 32 | 273 | 61 | 61 |
| Binary | 1000000 | 10101101 | 10111100 | 1000010 | 1000 | 0 | 11010 | 10111011 | 110001 | 110001 |
Color Harmonies of #40ADBC
Complementary color
Monochromatic Colors of #40ADBC
Black with #40ADBC
Text Example
Text Example
White with #40ADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ADBC; }
p { color: rgb(64,173,188); }
H1.HeaderClassName
{
color: #40ADBC;
}
.AnyTagClassName
{
color: #40ADBC;
}
</style>
background-color css
<style>
a { background-color: #40ADBC; }
a { background-color: rgb(64,173,188); }
div.DivClassName
{
background-color: #40ADBC;
}
.BgClassName
{
background-color: #40ADBC;
}
</style>
border-color css
<style>
span { border-color: #40ADBC; }
span { border-color: rgb(64,173,188); }
td.TdClassName
{
border-color: #40ADBC;
}
.TagClassName
{
border-color: #40ADBC;
}
</style>