Shades of Viking #40ABC0
Tints of Viking #40ABC0
RGB
CMYK
RGB Variations
Color information
#40ABC0 (or 0x40ABC0) is known color: Viking. HEX triplet: 40, AB and C0. RGB value is (64,171,192). Sum of RGB (Red+Green+Blue) = 64+171+192=427 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.99% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 192 (75.39% from 255 or 44.96% from 427); Max value from RGB is 192 - color contains mainly: blue. Hex color #40ABC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40ABC0 is #BF543F. Grayscale: #8D8D8D. Windows color (decimal): -12538944 or 12626752. OLE color: 12626752.
HSL color Cylindrical-coordinate representation of color #40ABC0: hue angle of 189.84º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40ABC0 is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 171 | 192 | - |
| CMYK | 0.67 | 0.11 | 0 | 0.25 |
| HSL | 189.84º | 0.5% | 0.5% | - |
| HSV(B) | 189.84º | 0.67% | 0.75% | - |
| XYZ | 26.19 | 34.02 | 55.06 | - |
| YUV | 141.4 | 156.55 | 72.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 171 | 192 | 0.67 | 0.11 | 0 | 0.25 | 189.84 | 0.5 | 0.5 |
| Hex | 40 | AB | C0 | 43 | B | 0 | 19 | BE | 32 | 32 |
| Octal | 100 | 253 | 300 | 103 | 13 | 0 | 31 | 276 | 62 | 62 |
| Binary | 1000000 | 10101011 | 11000000 | 1000011 | 1011 | 0 | 11001 | 10111110 | 110010 | 110010 |
Color Harmonies of #40ABC0
Complementary color
Monochromatic Colors of #40ABC0
Black with #40ABC0
Text Example
Text Example
White with #40ABC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ABC0; }
p { color: rgb(64,171,192); }
H1.HeaderClassName
{
color: #40ABC0;
}
.AnyTagClassName
{
color: #40ABC0;
}
</style>
background-color css
<style>
a { background-color: #40ABC0; }
a { background-color: rgb(64,171,192); }
div.DivClassName
{
background-color: #40ABC0;
}
.BgClassName
{
background-color: #40ABC0;
}
</style>
border-color css
<style>
span { border-color: #40ABC0; }
span { border-color: rgb(64,171,192); }
td.TdClassName
{
border-color: #40ABC0;
}
.TagClassName
{
border-color: #40ABC0;
}
</style>