Shades of Viking #42BABD
Tints of Viking #42BABD
RGB
CMYK
RGB Variations
Color information
#42BABD (or 0x42BABD) is known color: Viking. HEX triplet: 42, BA and BD. RGB value is (66,186,189). Sum of RGB (Red+Green+Blue) = 66+186+189=441 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.97% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 189 - color contains mainly: blue. Hex color #42BABD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BABD is #BD4542. Grayscale: #969696. Windows color (decimal): -12404035 or 12433986. OLE color: 12433986.
HSL color Cylindrical-coordinate representation of color #42BABD: hue angle of 181.46º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BABD is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 186 | 189 | - |
| CMYK | 0.65 | 0.02 | 0 | 0.26 |
| HSL | 181.46º | 0.48% | 0.5% | - |
| HSV(B) | 181.46º | 0.65% | 0.74% | - |
| XYZ | 28.99 | 39.95 | 54.33 | - |
| YUV | 150.46 | 149.74 | 67.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 186 | 189 | 0.65 | 0.02 | 0 | 0.26 | 181.46 | 0.48 | 0.5 |
| Hex | 42 | BA | BD | 41 | 2 | 0 | 1A | B5 | 30 | 32 |
| Octal | 102 | 272 | 275 | 101 | 2 | 0 | 32 | 265 | 60 | 62 |
| Binary | 1000010 | 10111010 | 10111101 | 1000001 | 10 | 0 | 11010 | 10110101 | 110000 | 110010 |
Color Harmonies of #42BABD
Complementary color
Monochromatic Colors of #42BABD
Black with #42BABD
Text Example
Text Example
White with #42BABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BABD; }
p { color: rgb(66,186,189); }
H1.HeaderClassName
{
color: #42BABD;
}
.AnyTagClassName
{
color: #42BABD;
}
</style>
background-color css
<style>
a { background-color: #42BABD; }
a { background-color: rgb(66,186,189); }
div.DivClassName
{
background-color: #42BABD;
}
.BgClassName
{
background-color: #42BABD;
}
</style>
border-color css
<style>
span { border-color: #42BABD; }
span { border-color: rgb(66,186,189); }
td.TdClassName
{
border-color: #42BABD;
}
.TagClassName
{
border-color: #42BABD;
}
</style>