Shades of Viking #40A1BB
Tints of Viking #40A1BB
RGB
CMYK
RGB Variations
Color information
#40A1BB (or 0x40A1BB) is known color: Viking. HEX triplet: 40, A1 and BB. RGB value is (64,161,187). Sum of RGB (Red+Green+Blue) = 64+161+187=412 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.53% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 187 - color contains mainly: blue. Hex color #40A1BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40A1BB is #BF5E44. Grayscale: #868686. Windows color (decimal): -12541509 or 12296512. OLE color: 12296512.
HSL color Cylindrical-coordinate representation of color #40A1BB: hue angle of 192.68º 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 #40A1BB is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 161 | 187 | - |
| CMYK | 0.66 | 0.14 | 0 | 0.27 |
| HSL | 192.68º | 0.49% | 0.49% | - |
| HSV(B) | 192.68º | 0.66% | 0.73% | - |
| XYZ | 23.83 | 30.17 | 51.58 | - |
| YUV | 134.96 | 157.36 | 77.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 161 | 187 | 0.66 | 0.14 | 0 | 0.27 | 192.68 | 0.49 | 0.49 |
| Hex | 40 | A1 | BB | 42 | E | 0 | 1B | C1 | 31 | 31 |
| Octal | 100 | 241 | 273 | 102 | 16 | 0 | 33 | 301 | 61 | 61 |
| Binary | 1000000 | 10100001 | 10111011 | 1000010 | 1110 | 0 | 11011 | 11000001 | 110001 | 110001 |
Color Harmonies of #40A1BB
Complementary color
Monochromatic Colors of #40A1BB
Black with #40A1BB
Text Example
Text Example
White with #40A1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A1BB; }
p { color: rgb(64,161,187); }
H1.HeaderClassName
{
color: #40A1BB;
}
.AnyTagClassName
{
color: #40A1BB;
}
</style>
background-color css
<style>
a { background-color: #40A1BB; }
a { background-color: rgb(64,161,187); }
div.DivClassName
{
background-color: #40A1BB;
}
.BgClassName
{
background-color: #40A1BB;
}
</style>
border-color css
<style>
span { border-color: #40A1BB; }
span { border-color: rgb(64,161,187); }
td.TdClassName
{
border-color: #40A1BB;
}
.TagClassName
{
border-color: #40A1BB;
}
</style>