Shades of Viking #40ABBF
Tints of Viking #40ABBF
RGB
CMYK
RGB Variations
Color information
#40ABBF (or 0x40ABBF) is known color: Viking. HEX triplet: 40, AB and BF. RGB value is (64,171,191). Sum of RGB (Red+Green+Blue) = 64+171+191=426 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.02% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 191 - color contains mainly: blue. Hex color #40ABBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40ABBF is #BF5440. Grayscale: #8D8D8D. Windows color (decimal): -12538945 or 12561216. OLE color: 12561216.
HSL color Cylindrical-coordinate representation of color #40ABBF: hue angle of 189.45º 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 #40ABBF is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 171 | 191 | - |
| CMYK | 0.66 | 0.10 | 0 | 0.25 |
| HSL | 189.45º | 0.5% | 0.5% | - |
| HSV(B) | 189.45º | 0.66% | 0.75% | - |
| XYZ | 26.08 | 33.98 | 54.47 | - |
| YUV | 141.29 | 156.05 | 72.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 171 | 191 | 0.66 | 0.10 | 0 | 0.25 | 189.45 | 0.5 | 0.5 |
| Hex | 40 | AB | BF | 42 | A | 0 | 19 | BD | 32 | 32 |
| Octal | 100 | 253 | 277 | 102 | 12 | 0 | 31 | 275 | 62 | 62 |
| Binary | 1000000 | 10101011 | 10111111 | 1000010 | 1010 | 0 | 11001 | 10111101 | 110010 | 110010 |
Color Harmonies of #40ABBF
Complementary color
Monochromatic Colors of #40ABBF
Black with #40ABBF
Text Example
Text Example
White with #40ABBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ABBF; }
p { color: rgb(64,171,191); }
H1.HeaderClassName
{
color: #40ABBF;
}
.AnyTagClassName
{
color: #40ABBF;
}
</style>
background-color css
<style>
a { background-color: #40ABBF; }
a { background-color: rgb(64,171,191); }
div.DivClassName
{
background-color: #40ABBF;
}
.BgClassName
{
background-color: #40ABBF;
}
</style>
border-color css
<style>
span { border-color: #40ABBF; }
span { border-color: rgb(64,171,191); }
td.TdClassName
{
border-color: #40ABBF;
}
.TagClassName
{
border-color: #40ABBF;
}
</style>