Shades of Viking #42ABC3
Tints of Viking #42ABC3
RGB
CMYK
RGB Variations
Color information
#42ABC3 (or 0x42ABC3) is known color: Viking. HEX triplet: 42, AB and C3. RGB value is (66,171,195). Sum of RGB (Red+Green+Blue) = 66+171+195=432 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.28% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 195 (76.56% from 255 or 45.14% from 432); Max value from RGB is 195 - color contains mainly: blue. Hex color #42ABC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42ABC3 is #BD543C. Grayscale: #8E8E8E. Windows color (decimal): -12407869 or 12823362. OLE color: 12823362.
HSL color Cylindrical-coordinate representation of color #42ABC3: hue angle of 191.16º 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 #42ABC3 is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 171 | 195 | - |
| CMYK | 0.66 | 0.12 | 0 | 0.24 |
| HSL | 191.16º | 0.52% | 0.51% | - |
| HSV(B) | 191.16º | 0.66% | 0.76% | - |
| XYZ | 26.66 | 34.22 | 56.83 | - |
| YUV | 142.34 | 157.71 | 73.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 171 | 195 | 0.66 | 0.12 | 0 | 0.24 | 191.16 | 0.52 | 0.51 |
| Hex | 42 | AB | C3 | 42 | C | 0 | 18 | BF | 34 | 33 |
| Octal | 102 | 253 | 303 | 102 | 14 | 0 | 30 | 277 | 64 | 63 |
| Binary | 1000010 | 10101011 | 11000011 | 1000010 | 1100 | 0 | 11000 | 10111111 | 110100 | 110011 |
Color Harmonies of #42ABC3
Complementary color
Monochromatic Colors of #42ABC3
Black with #42ABC3
Text Example
Text Example
White with #42ABC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42ABC3; }
p { color: rgb(66,171,195); }
H1.HeaderClassName
{
color: #42ABC3;
}
.AnyTagClassName
{
color: #42ABC3;
}
</style>
background-color css
<style>
a { background-color: #42ABC3; }
a { background-color: rgb(66,171,195); }
div.DivClassName
{
background-color: #42ABC3;
}
.BgClassName
{
background-color: #42ABC3;
}
</style>
border-color css
<style>
span { border-color: #42ABC3; }
span { border-color: rgb(66,171,195); }
td.TdClassName
{
border-color: #42ABC3;
}
.TagClassName
{
border-color: #42ABC3;
}
</style>