Shades of Viking #42AAC5
Tints of Viking #42AAC5
RGB
CMYK
RGB Variations
Color information
#42AAC5 (or 0x42AAC5) is known color: Viking. HEX triplet: 42, AA and C5. RGB value is (66,170,197). Sum of RGB (Red+Green+Blue) = 66+170+197=433 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.24% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 197 (77.34% from 255 or 45.50% from 433); Max value from RGB is 197 - color contains mainly: blue. Hex color #42AAC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42AAC5 is #BD553A. Grayscale: #8D8D8D. Windows color (decimal): -12408123 or 12954178. OLE color: 12954178.
HSL color Cylindrical-coordinate representation of color #42AAC5: hue angle of 192.37º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42AAC5 is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 66 | 170 | 197 | - |
| CMYK | 0.66 | 0.14 | 0 | 0.23 |
| HSL | 192.37º | 0.53% | 0.52% | - |
| HSV(B) | 192.37º | 0.66% | 0.77% | - |
| XYZ | 26.7 | 33.94 | 57.97 | - |
| YUV | 141.98 | 159.04 | 73.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 170 | 197 | 0.66 | 0.14 | 0 | 0.23 | 192.37 | 0.53 | 0.52 |
| Hex | 42 | AA | C5 | 42 | E | 0 | 17 | C0 | 35 | 34 |
| Octal | 102 | 252 | 305 | 102 | 16 | 0 | 27 | 300 | 65 | 64 |
| Binary | 1000010 | 10101010 | 11000101 | 1000010 | 1110 | 0 | 10111 | 11000000 | 110101 | 110100 |
Color Harmonies of #42AAC5
Complementary color
Monochromatic Colors of #42AAC5
Black with #42AAC5
Text Example
Text Example
White with #42AAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AAC5; }
p { color: rgb(66,170,197); }
H1.HeaderClassName
{
color: #42AAC5;
}
.AnyTagClassName
{
color: #42AAC5;
}
</style>
background-color css
<style>
a { background-color: #42AAC5; }
a { background-color: rgb(66,170,197); }
div.DivClassName
{
background-color: #42AAC5;
}
.BgClassName
{
background-color: #42AAC5;
}
</style>
border-color css
<style>
span { border-color: #42AAC5; }
span { border-color: rgb(66,170,197); }
td.TdClassName
{
border-color: #42AAC5;
}
.TagClassName
{
border-color: #42AAC5;
}
</style>