Shades of Viking #40A8BA
Tints of Viking #40A8BA
RGB
CMYK
RGB Variations
Color information
#40A8BA (or 0x40A8BA) is known color: Viking. HEX triplet: 40, A8 and BA. RGB value is (64,168,186). Sum of RGB (Red+Green+Blue) = 64+168+186=418 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.31% from 418); Green value is 168 (66.02% from 255 or 40.19% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #40A8BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40A8BA is #BF5745. Grayscale: #8A8A8A. Windows color (decimal): -12539718 or 12232768. OLE color: 12232768.
HSL color Cylindrical-coordinate representation of color #40A8BA: hue angle of 188.85º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40A8BA is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 168 | 186 | - |
| CMYK | 0.66 | 0.10 | 0 | 0.27 |
| HSL | 188.85º | 0.49% | 0.49% | - |
| HSV(B) | 188.85º | 0.66% | 0.73% | - |
| XYZ | 24.98 | 32.64 | 51.44 | - |
| YUV | 138.96 | 154.54 | 74.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 168 | 186 | 0.66 | 0.10 | 0 | 0.27 | 188.85 | 0.49 | 0.49 |
| Hex | 40 | A8 | BA | 42 | A | 0 | 1B | BD | 31 | 31 |
| Octal | 100 | 250 | 272 | 102 | 12 | 0 | 33 | 275 | 61 | 61 |
| Binary | 1000000 | 10101000 | 10111010 | 1000010 | 1010 | 0 | 11011 | 10111101 | 110001 | 110001 |
Color Harmonies of #40A8BA
Complementary color
Monochromatic Colors of #40A8BA
Black with #40A8BA
Text Example
Text Example
White with #40A8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A8BA; }
p { color: rgb(64,168,186); }
H1.HeaderClassName
{
color: #40A8BA;
}
.AnyTagClassName
{
color: #40A8BA;
}
</style>
background-color css
<style>
a { background-color: #40A8BA; }
a { background-color: rgb(64,168,186); }
div.DivClassName
{
background-color: #40A8BA;
}
.BgClassName
{
background-color: #40A8BA;
}
</style>
border-color css
<style>
span { border-color: #40A8BA; }
span { border-color: rgb(64,168,186); }
td.TdClassName
{
border-color: #40A8BA;
}
.TagClassName
{
border-color: #40A8BA;
}
</style>