Shades of Viking #40AAC6
Tints of Viking #40AAC6
RGB
CMYK
RGB Variations
Color information
#40AAC6 (or 0x40AAC6) is known color: Viking. HEX triplet: 40, AA and C6. RGB value is (64,170,198). Sum of RGB (Red+Green+Blue) = 64+170+198=432 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.81% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 198 (77.73% from 255 or 45.83% from 432); Max value from RGB is 198 - color contains mainly: blue. Hex color #40AAC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40AAC6 is #BF5539. Grayscale: #8D8D8D. Windows color (decimal): -12539194 or 13019712. OLE color: 13019712.
HSL color Cylindrical-coordinate representation of color #40AAC6: hue angle of 192.54º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40AAC6 is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 64 | 170 | 198 | - |
| CMYK | 0.68 | 0.14 | 0 | 0.22 |
| HSL | 192.54º | 0.54% | 0.51% | - |
| HSV(B) | 192.54º | 0.68% | 0.78% | - |
| XYZ | 26.68 | 33.92 | 58.57 | - |
| YUV | 141.5 | 159.88 | 72.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 170 | 198 | 0.68 | 0.14 | 0 | 0.22 | 192.54 | 0.54 | 0.51 |
| Hex | 40 | AA | C6 | 44 | E | 0 | 16 | C1 | 36 | 33 |
| Octal | 100 | 252 | 306 | 104 | 16 | 0 | 26 | 301 | 66 | 63 |
| Binary | 1000000 | 10101010 | 11000110 | 1000100 | 1110 | 0 | 10110 | 11000001 | 110110 | 110011 |
Color Harmonies of #40AAC6
Complementary color
Monochromatic Colors of #40AAC6
Black with #40AAC6
Text Example
Text Example
White with #40AAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AAC6; }
p { color: rgb(64,170,198); }
H1.HeaderClassName
{
color: #40AAC6;
}
.AnyTagClassName
{
color: #40AAC6;
}
</style>
background-color css
<style>
a { background-color: #40AAC6; }
a { background-color: rgb(64,170,198); }
div.DivClassName
{
background-color: #40AAC6;
}
.BgClassName
{
background-color: #40AAC6;
}
</style>
border-color css
<style>
span { border-color: #40AAC6; }
span { border-color: rgb(64,170,198); }
td.TdClassName
{
border-color: #40AAC6;
}
.TagClassName
{
border-color: #40AAC6;
}
</style>