Shades of Viking #42B5BB
Tints of Viking #42B5BB
RGB
CMYK
RGB Variations
Color information
#42B5BB (or 0x42B5BB) is known color: Viking. HEX triplet: 42, B5 and BB. RGB value is (66,181,187). Sum of RGB (Red+Green+Blue) = 66+181+187=434 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.21% from 434); Green value is 181 (71.09% from 255 or 41.71% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 187 - color contains mainly: blue. Hex color #42B5BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42B5BB is #BD4A44. Grayscale: #939393. Windows color (decimal): -12405317 or 12301634. OLE color: 12301634.
HSL color Cylindrical-coordinate representation of color #42B5BB: hue angle of 182.98º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42B5BB is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 181 | 187 | - |
| CMYK | 0.65 | 0.03 | 0 | 0.27 |
| HSL | 182.98º | 0.48% | 0.5% | - |
| HSV(B) | 182.98º | 0.65% | 0.73% | - |
| XYZ | 27.74 | 37.79 | 52.85 | - |
| YUV | 147.3 | 150.4 | 70.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 181 | 187 | 0.65 | 0.03 | 0 | 0.27 | 182.98 | 0.48 | 0.5 |
| Hex | 42 | B5 | BB | 41 | 3 | 0 | 1B | B7 | 30 | 32 |
| Octal | 102 | 265 | 273 | 101 | 3 | 0 | 33 | 267 | 60 | 62 |
| Binary | 1000010 | 10110101 | 10111011 | 1000001 | 11 | 0 | 11011 | 10110111 | 110000 | 110010 |
Color Harmonies of #42B5BB
Complementary color
Monochromatic Colors of #42B5BB
Black with #42B5BB
Text Example
Text Example
White with #42B5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B5BB; }
p { color: rgb(66,181,187); }
H1.HeaderClassName
{
color: #42B5BB;
}
.AnyTagClassName
{
color: #42B5BB;
}
</style>
background-color css
<style>
a { background-color: #42B5BB; }
a { background-color: rgb(66,181,187); }
div.DivClassName
{
background-color: #42B5BB;
}
.BgClassName
{
background-color: #42B5BB;
}
</style>
border-color css
<style>
span { border-color: #42B5BB; }
span { border-color: rgb(66,181,187); }
td.TdClassName
{
border-color: #42B5BB;
}
.TagClassName
{
border-color: #42B5BB;
}
</style>