Shades of Viking #40A8AF
Tints of Viking #40A8AF
RGB
CMYK
RGB Variations
Color information
#40A8AF (or 0x40A8AF) is known color: Viking. HEX triplet: 40, A8 and AF. RGB value is (64,168,175). Sum of RGB (Red+Green+Blue) = 64+168+175=407 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.72% from 407); Green value is 168 (66.02% from 255 or 41.28% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 175 - color contains mainly: blue. Hex color #40A8AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A8AF is #BF5750. Grayscale: #898989. Windows color (decimal): -12539729 or 11511872. OLE color: 11511872.
HSL color Cylindrical-coordinate representation of color #40A8AF: hue angle of 183.78º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40A8AF is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 168 | 175 | - |
| CMYK | 0.63 | 0.04 | 0 | 0.31 |
| HSL | 183.78º | 0.46% | 0.47% | - |
| HSV(B) | 183.78º | 0.63% | 0.69% | - |
| XYZ | 23.85 | 32.19 | 45.51 | - |
| YUV | 137.7 | 149.04 | 75.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 168 | 175 | 0.63 | 0.04 | 0 | 0.31 | 183.78 | 0.46 | 0.47 |
| Hex | 40 | A8 | AF | 3F | 4 | 0 | 1F | B8 | 2E | 2F |
| Octal | 100 | 250 | 257 | 77 | 4 | 0 | 37 | 270 | 56 | 57 |
| Binary | 1000000 | 10101000 | 10101111 | 111111 | 100 | 0 | 11111 | 10111000 | 101110 | 101111 |
Color Harmonies of #40A8AF
Complementary color
Monochromatic Colors of #40A8AF
Black with #40A8AF
Text Example
Text Example
White with #40A8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A8AF; }
p { color: rgb(64,168,175); }
H1.HeaderClassName
{
color: #40A8AF;
}
.AnyTagClassName
{
color: #40A8AF;
}
</style>
background-color css
<style>
a { background-color: #40A8AF; }
a { background-color: rgb(64,168,175); }
div.DivClassName
{
background-color: #40A8AF;
}
.BgClassName
{
background-color: #40A8AF;
}
</style>
border-color css
<style>
span { border-color: #40A8AF; }
span { border-color: rgb(64,168,175); }
td.TdClassName
{
border-color: #40A8AF;
}
.TagClassName
{
border-color: #40A8AF;
}
</style>