Shades of Viking #40B1BA
Tints of Viking #40B1BA
RGB
CMYK
RGB Variations
Color information
#40B1BA (or 0x40B1BA) is known color: Viking. HEX triplet: 40, B1 and BA. RGB value is (64,177,186). Sum of RGB (Red+Green+Blue) = 64+177+186=427 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.99% from 427); Green value is 177 (69.53% from 255 or 41.45% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 186 - color contains mainly: blue. Hex color #40B1BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40B1BA is #BF4E45. Grayscale: #909090. Windows color (decimal): -12537414 or 12235072. OLE color: 12235072.
HSL color Cylindrical-coordinate representation of color #40B1BA: hue angle of 184.43º 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 #40B1BA is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 177 | 186 | - |
| CMYK | 0.66 | 0.05 | 0 | 0.27 |
| HSL | 184.43º | 0.49% | 0.49% | - |
| HSV(B) | 184.43º | 0.66% | 0.73% | - |
| XYZ | 26.7 | 36.08 | 52.01 | - |
| YUV | 144.24 | 151.56 | 70.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 177 | 186 | 0.66 | 0.05 | 0 | 0.27 | 184.43 | 0.49 | 0.49 |
| Hex | 40 | B1 | BA | 42 | 5 | 0 | 1B | B8 | 31 | 31 |
| Octal | 100 | 261 | 272 | 102 | 5 | 0 | 33 | 270 | 61 | 61 |
| Binary | 1000000 | 10110001 | 10111010 | 1000010 | 101 | 0 | 11011 | 10111000 | 110001 | 110001 |
Color Harmonies of #40B1BA
Complementary color
Monochromatic Colors of #40B1BA
Black with #40B1BA
Text Example
Text Example
White with #40B1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B1BA; }
p { color: rgb(64,177,186); }
H1.HeaderClassName
{
color: #40B1BA;
}
.AnyTagClassName
{
color: #40B1BA;
}
</style>
background-color css
<style>
a { background-color: #40B1BA; }
a { background-color: rgb(64,177,186); }
div.DivClassName
{
background-color: #40B1BA;
}
.BgClassName
{
background-color: #40B1BA;
}
</style>
border-color css
<style>
span { border-color: #40B1BA; }
span { border-color: rgb(64,177,186); }
td.TdClassName
{
border-color: #40B1BA;
}
.TagClassName
{
border-color: #40B1BA;
}
</style>