Shades of Viking #42AEBA
Tints of Viking #42AEBA
RGB
CMYK
RGB Variations
Color information
#42AEBA (or 0x42AEBA) is known color: Viking. HEX triplet: 42, AE and BA. RGB value is (66,174,186). Sum of RGB (Red+Green+Blue) = 66+174+186=426 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.49% from 426); Green value is 174 (68.36% from 255 or 40.85% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #42AEBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42AEBA is #BD5145. Grayscale: #8E8E8E. Windows color (decimal): -12407110 or 12234306. OLE color: 12234306.
HSL color Cylindrical-coordinate representation of color #42AEBA: hue angle of 186º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42AEBA is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 174 | 186 | - |
| CMYK | 0.65 | 0.06 | 0 | 0.27 |
| HSL | 186º | 0.48% | 0.49% | - |
| HSV(B) | 186º | 0.65% | 0.73% | - |
| XYZ | 26.25 | 34.98 | 51.82 | - |
| YUV | 143.08 | 152.22 | 73.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 174 | 186 | 0.65 | 0.06 | 0 | 0.27 | 186 | 0.48 | 0.49 |
| Hex | 42 | AE | BA | 41 | 6 | 0 | 1B | BA | 30 | 31 |
| Octal | 102 | 256 | 272 | 101 | 6 | 0 | 33 | 272 | 60 | 61 |
| Binary | 1000010 | 10101110 | 10111010 | 1000001 | 110 | 0 | 11011 | 10111010 | 110000 | 110001 |
Color Harmonies of #42AEBA
Complementary color
Monochromatic Colors of #42AEBA
Black with #42AEBA
Text Example
Text Example
White with #42AEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AEBA; }
p { color: rgb(66,174,186); }
H1.HeaderClassName
{
color: #42AEBA;
}
.AnyTagClassName
{
color: #42AEBA;
}
</style>
background-color css
<style>
a { background-color: #42AEBA; }
a { background-color: rgb(66,174,186); }
div.DivClassName
{
background-color: #42AEBA;
}
.BgClassName
{
background-color: #42AEBA;
}
</style>
border-color css
<style>
span { border-color: #42AEBA; }
span { border-color: rgb(66,174,186); }
td.TdClassName
{
border-color: #42AEBA;
}
.TagClassName
{
border-color: #42AEBA;
}
</style>