Shades of Viking #42ACBE
Tints of Viking #42ACBE
RGB
CMYK
RGB Variations
Color information
#42ACBE (or 0x42ACBE) is known color: Viking. HEX triplet: 42, AC and BE. RGB value is (66,172,190). Sum of RGB (Red+Green+Blue) = 66+172+190=428 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.42% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 190 - color contains mainly: blue. Hex color #42ACBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42ACBE is #BD5341. Grayscale: #8E8E8E. Windows color (decimal): -12407618 or 12495938. OLE color: 12495938.
HSL color Cylindrical-coordinate representation of color #42ACBE: hue angle of 188.71º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42ACBE is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 172 | 190 | - |
| CMYK | 0.65 | 0.09 | 0 | 0.25 |
| HSL | 188.71º | 0.49% | 0.5% | - |
| HSV(B) | 188.71º | 0.65% | 0.75% | - |
| XYZ | 26.29 | 34.38 | 53.97 | - |
| YUV | 142.36 | 154.88 | 73.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 172 | 190 | 0.65 | 0.09 | 0 | 0.25 | 188.71 | 0.49 | 0.5 |
| Hex | 42 | AC | BE | 41 | 9 | 0 | 19 | BD | 31 | 32 |
| Octal | 102 | 254 | 276 | 101 | 11 | 0 | 31 | 275 | 61 | 62 |
| Binary | 1000010 | 10101100 | 10111110 | 1000001 | 1001 | 0 | 11001 | 10111101 | 110001 | 110010 |
Color Harmonies of #42ACBE
Complementary color
Monochromatic Colors of #42ACBE
Black with #42ACBE
Text Example
Text Example
White with #42ACBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42ACBE; }
p { color: rgb(66,172,190); }
H1.HeaderClassName
{
color: #42ACBE;
}
.AnyTagClassName
{
color: #42ACBE;
}
</style>
background-color css
<style>
a { background-color: #42ACBE; }
a { background-color: rgb(66,172,190); }
div.DivClassName
{
background-color: #42ACBE;
}
.BgClassName
{
background-color: #42ACBE;
}
</style>
border-color css
<style>
span { border-color: #42ACBE; }
span { border-color: rgb(66,172,190); }
td.TdClassName
{
border-color: #42ACBE;
}
.TagClassName
{
border-color: #42ACBE;
}
</style>