Shades of Viking #42BAC3
Tints of Viking #42BAC3
RGB
CMYK
RGB Variations
Color information
#42BAC3 (or 0x42BAC3) is known color: Viking. HEX triplet: 42, BA and C3. RGB value is (66,186,195). Sum of RGB (Red+Green+Blue) = 66+186+195=447 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.77% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 195 (76.56% from 255 or 43.62% from 447); Max value from RGB is 195 - color contains mainly: blue. Hex color #42BAC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BAC3 is #BD453C. Grayscale: #969696. Windows color (decimal): -12404029 or 12827202. OLE color: 12827202.
HSL color Cylindrical-coordinate representation of color #42BAC3: hue angle of 184.19º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42BAC3 is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 186 | 195 | - |
| CMYK | 0.66 | 0.05 | 0 | 0.24 |
| HSL | 184.19º | 0.52% | 0.51% | - |
| HSV(B) | 184.19º | 0.66% | 0.76% | - |
| XYZ | 29.66 | 40.22 | 57.83 | - |
| YUV | 151.15 | 152.74 | 67.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 186 | 195 | 0.66 | 0.05 | 0 | 0.24 | 184.19 | 0.52 | 0.51 |
| Hex | 42 | BA | C3 | 42 | 5 | 0 | 18 | B8 | 34 | 33 |
| Octal | 102 | 272 | 303 | 102 | 5 | 0 | 30 | 270 | 64 | 63 |
| Binary | 1000010 | 10111010 | 11000011 | 1000010 | 101 | 0 | 11000 | 10111000 | 110100 | 110011 |
Color Harmonies of #42BAC3
Complementary color
Monochromatic Colors of #42BAC3
Black with #42BAC3
Text Example
Text Example
White with #42BAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BAC3; }
p { color: rgb(66,186,195); }
H1.HeaderClassName
{
color: #42BAC3;
}
.AnyTagClassName
{
color: #42BAC3;
}
</style>
background-color css
<style>
a { background-color: #42BAC3; }
a { background-color: rgb(66,186,195); }
div.DivClassName
{
background-color: #42BAC3;
}
.BgClassName
{
background-color: #42BAC3;
}
</style>
border-color css
<style>
span { border-color: #42BAC3; }
span { border-color: rgb(66,186,195); }
td.TdClassName
{
border-color: #42BAC3;
}
.TagClassName
{
border-color: #42BAC3;
}
</style>