Shades of Viking #40A0C2
Tints of Viking #40A0C2
RGB
CMYK
RGB Variations
Color information
#40A0C2 (or 0x40A0C2) is known color: Viking. HEX triplet: 40, A0 and C2. RGB value is (64,160,194). Sum of RGB (Red+Green+Blue) = 64+160+194=418 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.31% from 418); Green value is 160 (62.89% from 255 or 38.28% from 418); Blue value is 194 (76.17% from 255 or 46.41% from 418); Max value from RGB is 194 - color contains mainly: blue. Hex color #40A0C2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40A0C2 is #BF5F3D. Grayscale: #868686. Windows color (decimal): -12541758 or 12755008. OLE color: 12755008.
HSL color Cylindrical-coordinate representation of color #40A0C2: hue angle of 195.69º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40A0C2 is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 160 | 194 | - |
| CMYK | 0.67 | 0.18 | 0 | 0.24 |
| HSL | 195.69º | 0.52% | 0.51% | - |
| HSV(B) | 195.69º | 0.67% | 0.76% | - |
| XYZ | 24.42 | 30.13 | 55.57 | - |
| YUV | 135.17 | 161.2 | 77.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 160 | 194 | 0.67 | 0.18 | 0 | 0.24 | 195.69 | 0.52 | 0.51 |
| Hex | 40 | A0 | C2 | 43 | 12 | 0 | 18 | C4 | 34 | 33 |
| Octal | 100 | 240 | 302 | 103 | 22 | 0 | 30 | 304 | 64 | 63 |
| Binary | 1000000 | 10100000 | 11000010 | 1000011 | 10010 | 0 | 11000 | 11000100 | 110100 | 110011 |
Color Harmonies of #40A0C2
Complementary color
Monochromatic Colors of #40A0C2
Black with #40A0C2
Text Example
Text Example
White with #40A0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A0C2; }
p { color: rgb(64,160,194); }
H1.HeaderClassName
{
color: #40A0C2;
}
.AnyTagClassName
{
color: #40A0C2;
}
</style>
background-color css
<style>
a { background-color: #40A0C2; }
a { background-color: rgb(64,160,194); }
div.DivClassName
{
background-color: #40A0C2;
}
.BgClassName
{
background-color: #40A0C2;
}
</style>
border-color css
<style>
span { border-color: #40A0C2; }
span { border-color: rgb(64,160,194); }
td.TdClassName
{
border-color: #40A0C2;
}
.TagClassName
{
border-color: #40A0C2;
}
</style>