Shades of Viking #40AABF
Tints of Viking #40AABF
RGB
CMYK
RGB Variations
Color information
#40AABF (or 0x40AABF) is known color: Viking. HEX triplet: 40, AA and BF. RGB value is (64,170,191). Sum of RGB (Red+Green+Blue) = 64+170+191=425 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.06% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 191 (75% from 255 or 44.94% from 425); Max value from RGB is 191 - color contains mainly: blue. Hex color #40AABF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40AABF is #BF5540. Grayscale: #8C8C8C. Windows color (decimal): -12539201 or 12560960. OLE color: 12560960.
HSL color Cylindrical-coordinate representation of color #40AABF: hue angle of 189.92º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40AABF is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 170 | 191 | - |
| CMYK | 0.66 | 0.11 | 0 | 0.25 |
| HSL | 189.92º | 0.5% | 0.5% | - |
| HSV(B) | 189.92º | 0.66% | 0.75% | - |
| XYZ | 25.89 | 33.6 | 54.41 | - |
| YUV | 140.7 | 156.38 | 73.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 170 | 191 | 0.66 | 0.11 | 0 | 0.25 | 189.92 | 0.5 | 0.5 |
| Hex | 40 | AA | BF | 42 | B | 0 | 19 | BE | 32 | 32 |
| Octal | 100 | 252 | 277 | 102 | 13 | 0 | 31 | 276 | 62 | 62 |
| Binary | 1000000 | 10101010 | 10111111 | 1000010 | 1011 | 0 | 11001 | 10111110 | 110010 | 110010 |
Color Harmonies of #40AABF
Complementary color
Monochromatic Colors of #40AABF
Black with #40AABF
Text Example
Text Example
White with #40AABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AABF; }
p { color: rgb(64,170,191); }
H1.HeaderClassName
{
color: #40AABF;
}
.AnyTagClassName
{
color: #40AABF;
}
</style>
background-color css
<style>
a { background-color: #40AABF; }
a { background-color: rgb(64,170,191); }
div.DivClassName
{
background-color: #40AABF;
}
.BgClassName
{
background-color: #40AABF;
}
</style>
border-color css
<style>
span { border-color: #40AABF; }
span { border-color: rgb(64,170,191); }
td.TdClassName
{
border-color: #40AABF;
}
.TagClassName
{
border-color: #40AABF;
}
</style>