Shades of Viking #42B8C0
Tints of Viking #42B8C0
RGB
CMYK
RGB Variations
Color information
#42B8C0 (or 0x42B8C0) is known color: Viking. HEX triplet: 42, B8 and C0. RGB value is (66,184,192). Sum of RGB (Red+Green+Blue) = 66+184+192=442 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.93% from 442); Green value is 184 (72.27% from 255 or 41.63% from 442); Blue value is 192 (75.39% from 255 or 43.44% from 442); Max value from RGB is 192 - color contains mainly: blue. Hex color #42B8C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42B8C0 is #BD473F. Grayscale: #959595. Windows color (decimal): -12404544 or 12630082. OLE color: 12630082.
HSL color Cylindrical-coordinate representation of color #42B8C0: hue angle of 183.81º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42B8C0 is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 184 | 192 | - |
| CMYK | 0.66 | 0.04 | 0 | 0.25 |
| HSL | 183.81º | 0.5% | 0.51% | - |
| HSV(B) | 183.81º | 0.66% | 0.75% | - |
| XYZ | 28.9 | 39.25 | 55.92 | - |
| YUV | 149.63 | 151.91 | 68.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 184 | 192 | 0.66 | 0.04 | 0 | 0.25 | 183.81 | 0.5 | 0.51 |
| Hex | 42 | B8 | C0 | 42 | 4 | 0 | 19 | B8 | 32 | 33 |
| Octal | 102 | 270 | 300 | 102 | 4 | 0 | 31 | 270 | 62 | 63 |
| Binary | 1000010 | 10111000 | 11000000 | 1000010 | 100 | 0 | 11001 | 10111000 | 110010 | 110011 |
Color Harmonies of #42B8C0
Complementary color
Monochromatic Colors of #42B8C0
Black with #42B8C0
Text Example
Text Example
White with #42B8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B8C0; }
p { color: rgb(66,184,192); }
H1.HeaderClassName
{
color: #42B8C0;
}
.AnyTagClassName
{
color: #42B8C0;
}
</style>
background-color css
<style>
a { background-color: #42B8C0; }
a { background-color: rgb(66,184,192); }
div.DivClassName
{
background-color: #42B8C0;
}
.BgClassName
{
background-color: #42B8C0;
}
</style>
border-color css
<style>
span { border-color: #42B8C0; }
span { border-color: rgb(66,184,192); }
td.TdClassName
{
border-color: #42B8C0;
}
.TagClassName
{
border-color: #42B8C0;
}
</style>