Shades of Viking #40AFC0
Tints of Viking #40AFC0
RGB
CMYK
RGB Variations
Color information
#40AFC0 (or 0x40AFC0) is known color: Viking. HEX triplet: 40, AF and C0. RGB value is (64,175,192). Sum of RGB (Red+Green+Blue) = 64+175+192=431 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.85% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 192 - color contains mainly: blue. Hex color #40AFC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40AFC0 is #BF503F. Grayscale: #8F8F8F. Windows color (decimal): -12537920 or 12627776. OLE color: 12627776.
HSL color Cylindrical-coordinate representation of color #40AFC0: hue angle of 187.97º 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 #40AFC0 is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 175 | 192 | - |
| CMYK | 0.67 | 0.09 | 0 | 0.25 |
| HSL | 187.97º | 0.5% | 0.5% | - |
| HSV(B) | 187.97º | 0.67% | 0.75% | - |
| XYZ | 26.96 | 35.56 | 55.31 | - |
| YUV | 143.75 | 155.23 | 71.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 175 | 192 | 0.67 | 0.09 | 0 | 0.25 | 187.97 | 0.5 | 0.5 |
| Hex | 40 | AF | C0 | 43 | 9 | 0 | 19 | BC | 32 | 32 |
| Octal | 100 | 257 | 300 | 103 | 11 | 0 | 31 | 274 | 62 | 62 |
| Binary | 1000000 | 10101111 | 11000000 | 1000011 | 1001 | 0 | 11001 | 10111100 | 110010 | 110010 |
Color Harmonies of #40AFC0
Complementary color
Monochromatic Colors of #40AFC0
Black with #40AFC0
Text Example
Text Example
White with #40AFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AFC0; }
p { color: rgb(64,175,192); }
H1.HeaderClassName
{
color: #40AFC0;
}
.AnyTagClassName
{
color: #40AFC0;
}
</style>
background-color css
<style>
a { background-color: #40AFC0; }
a { background-color: rgb(64,175,192); }
div.DivClassName
{
background-color: #40AFC0;
}
.BgClassName
{
background-color: #40AFC0;
}
</style>
border-color css
<style>
span { border-color: #40AFC0; }
span { border-color: rgb(64,175,192); }
td.TdClassName
{
border-color: #40AFC0;
}
.TagClassName
{
border-color: #40AFC0;
}
</style>