Shades of Viking #42B8BA
Tints of Viking #42B8BA
RGB
CMYK
RGB Variations
Color information
#42B8BA (or 0x42B8BA) is known color: Viking. HEX triplet: 42, B8 and BA. RGB value is (66,184,186). Sum of RGB (Red+Green+Blue) = 66+184+186=436 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.14% from 436); Green value is 184 (72.27% from 255 or 42.20% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #42B8BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42B8BA is #BD4745. Grayscale: #949494. Windows color (decimal): -12404550 or 12236866. OLE color: 12236866.
HSL color Cylindrical-coordinate representation of color #42B8BA: hue angle of 181º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42B8BA is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 184 | 186 | - |
| CMYK | 0.65 | 0.01 | 0 | 0.27 |
| HSL | 181º | 0.48% | 0.49% | - |
| HSV(B) | 181º | 0.65% | 0.73% | - |
| XYZ | 28.25 | 38.98 | 52.49 | - |
| YUV | 148.95 | 148.91 | 68.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 184 | 186 | 0.65 | 0.01 | 0 | 0.27 | 181 | 0.48 | 0.49 |
| Hex | 42 | B8 | BA | 41 | 1 | 0 | 1B | B5 | 30 | 31 |
| Octal | 102 | 270 | 272 | 101 | 1 | 0 | 33 | 265 | 60 | 61 |
| Binary | 1000010 | 10111000 | 10111010 | 1000001 | 1 | 0 | 11011 | 10110101 | 110000 | 110001 |
Color Harmonies of #42B8BA
Complementary color
Monochromatic Colors of #42B8BA
Black with #42B8BA
Text Example
Text Example
White with #42B8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B8BA; }
p { color: rgb(66,184,186); }
H1.HeaderClassName
{
color: #42B8BA;
}
.AnyTagClassName
{
color: #42B8BA;
}
</style>
background-color css
<style>
a { background-color: #42B8BA; }
a { background-color: rgb(66,184,186); }
div.DivClassName
{
background-color: #42B8BA;
}
.BgClassName
{
background-color: #42B8BA;
}
</style>
border-color css
<style>
span { border-color: #42B8BA; }
span { border-color: rgb(66,184,186); }
td.TdClassName
{
border-color: #42B8BA;
}
.TagClassName
{
border-color: #42B8BA;
}
</style>