Shades of Viking #42BDC0
Tints of Viking #42BDC0
RGB
CMYK
RGB Variations
Color information
#42BDC0 (or 0x42BDC0) is known color: Viking. HEX triplet: 42, BD and C0. RGB value is (66,189,192). Sum of RGB (Red+Green+Blue) = 66+189+192=447 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.77% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 192 (75.39% from 255 or 42.95% from 447); Max value from RGB is 192 - color contains mainly: blue. Hex color #42BDC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BDC0 is #BD423F. Grayscale: #989898. Windows color (decimal): -12403264 or 12631362. OLE color: 12631362.
HSL color Cylindrical-coordinate representation of color #42BDC0: hue angle of 181.43º 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 #42BDC0 is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 189 | 192 | - |
| CMYK | 0.66 | 0.02 | 0 | 0.25 |
| HSL | 181.43º | 0.5% | 0.51% | - |
| HSV(B) | 181.43º | 0.66% | 0.75% | - |
| XYZ | 29.96 | 41.36 | 56.27 | - |
| YUV | 152.57 | 150.25 | 66.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 189 | 192 | 0.66 | 0.02 | 0 | 0.25 | 181.43 | 0.5 | 0.51 |
| Hex | 42 | BD | C0 | 42 | 2 | 0 | 19 | B5 | 32 | 33 |
| Octal | 102 | 275 | 300 | 102 | 2 | 0 | 31 | 265 | 62 | 63 |
| Binary | 1000010 | 10111101 | 11000000 | 1000010 | 10 | 0 | 11001 | 10110101 | 110010 | 110011 |
Color Harmonies of #42BDC0
Complementary color
Monochromatic Colors of #42BDC0
Black with #42BDC0
Text Example
Text Example
White with #42BDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BDC0; }
p { color: rgb(66,189,192); }
H1.HeaderClassName
{
color: #42BDC0;
}
.AnyTagClassName
{
color: #42BDC0;
}
</style>
background-color css
<style>
a { background-color: #42BDC0; }
a { background-color: rgb(66,189,192); }
div.DivClassName
{
background-color: #42BDC0;
}
.BgClassName
{
background-color: #42BDC0;
}
</style>
border-color css
<style>
span { border-color: #42BDC0; }
span { border-color: rgb(66,189,192); }
td.TdClassName
{
border-color: #42BDC0;
}
.TagClassName
{
border-color: #42BDC0;
}
</style>