Shades of Viking #40ADBA
Tints of Viking #40ADBA
RGB
CMYK
RGB Variations
Color information
#40ADBA (or 0x40ADBA) is known color: Viking. HEX triplet: 40, AD and BA. RGB value is (64,173,186). Sum of RGB (Red+Green+Blue) = 64+173+186=423 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.13% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #40ADBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40ADBA is #BF5245. Grayscale: #8D8D8D. Windows color (decimal): -12538438 or 12234048. OLE color: 12234048.
HSL color Cylindrical-coordinate representation of color #40ADBA: hue angle of 186.39º 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 #40ADBA is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 173 | 186 | - |
| CMYK | 0.66 | 0.07 | 0 | 0.27 |
| HSL | 186.39º | 0.49% | 0.49% | - |
| HSV(B) | 186.39º | 0.66% | 0.73% | - |
| XYZ | 25.92 | 34.52 | 51.75 | - |
| YUV | 141.89 | 152.89 | 72.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 173 | 186 | 0.66 | 0.07 | 0 | 0.27 | 186.39 | 0.49 | 0.49 |
| Hex | 40 | AD | BA | 42 | 7 | 0 | 1B | BA | 31 | 31 |
| Octal | 100 | 255 | 272 | 102 | 7 | 0 | 33 | 272 | 61 | 61 |
| Binary | 1000000 | 10101101 | 10111010 | 1000010 | 111 | 0 | 11011 | 10111010 | 110001 | 110001 |
Color Harmonies of #40ADBA
Complementary color
Monochromatic Colors of #40ADBA
Black with #40ADBA
Text Example
Text Example
White with #40ADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ADBA; }
p { color: rgb(64,173,186); }
H1.HeaderClassName
{
color: #40ADBA;
}
.AnyTagClassName
{
color: #40ADBA;
}
</style>
background-color css
<style>
a { background-color: #40ADBA; }
a { background-color: rgb(64,173,186); }
div.DivClassName
{
background-color: #40ADBA;
}
.BgClassName
{
background-color: #40ADBA;
}
</style>
border-color css
<style>
span { border-color: #40ADBA; }
span { border-color: rgb(64,173,186); }
td.TdClassName
{
border-color: #40ADBA;
}
.TagClassName
{
border-color: #40ADBA;
}
</style>