Shades of Viking #42B0AF
Tints of Viking #42B0AF
RGB
CMYK
RGB Variations
Color information
#42B0AF (or 0x42B0AF) is known color: Viking. HEX triplet: 42, B0 and AF. RGB value is (66,176,175). Sum of RGB (Red+Green+Blue) = 66+176+175=417 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.83% from 417); Green value is 176 (69.14% from 255 or 42.21% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 176 - color contains mainly: green. Hex color #42B0AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42B0AF is #BD4F50. Grayscale: #8E8E8E. Windows color (decimal): -12406609 or 11513922. OLE color: 11513922.
HSL color Cylindrical-coordinate representation of color #42B0AF: hue angle of 179.45º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42B0AF is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 176 | 175 | - |
| CMYK | 0.62 | 0 | 0.01 | 0.31 |
| HSL | 179.45º | 0.45% | 0.47% | - |
| HSV(B) | 179.45º | 0.63% | 0.69% | - |
| XYZ | 25.51 | 35.3 | 46.03 | - |
| YUV | 143 | 146.06 | 73.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 176 | 175 | 0.62 | 0 | 0.01 | 0.31 | 179.45 | 0.45 | 0.47 |
| Hex | 42 | B0 | AF | 3E | 0 | 1 | 1F | B3 | 2D | 2F |
| Octal | 102 | 260 | 257 | 76 | 0 | 1 | 37 | 263 | 55 | 57 |
| Binary | 1000010 | 10110000 | 10101111 | 111110 | 0 | 1 | 11111 | 10110011 | 101101 | 101111 |
Color Harmonies of #42B0AF
Complementary color
Monochromatic Colors of #42B0AF
Black with #42B0AF
Text Example
Text Example
White with #42B0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B0AF; }
p { color: rgb(66,176,175); }
H1.HeaderClassName
{
color: #42B0AF;
}
.AnyTagClassName
{
color: #42B0AF;
}
</style>
background-color css
<style>
a { background-color: #42B0AF; }
a { background-color: rgb(66,176,175); }
div.DivClassName
{
background-color: #42B0AF;
}
.BgClassName
{
background-color: #42B0AF;
}
</style>
border-color css
<style>
span { border-color: #42B0AF; }
span { border-color: rgb(66,176,175); }
td.TdClassName
{
border-color: #42B0AF;
}
.TagClassName
{
border-color: #42B0AF;
}
</style>