Shades of Viking #42AEBE
Tints of Viking #42AEBE
RGB
CMYK
RGB Variations
Color information
#42AEBE (or 0x42AEBE) is known color: Viking. HEX triplet: 42, AE and BE. RGB value is (66,174,190). Sum of RGB (Red+Green+Blue) = 66+174+190=430 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.35% from 430); Green value is 174 (68.36% from 255 or 40.47% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 190 - color contains mainly: blue. Hex color #42AEBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42AEBE is #BD5141. Grayscale: #8F8F8F. Windows color (decimal): -12407106 or 12496450. OLE color: 12496450.
HSL color Cylindrical-coordinate representation of color #42AEBE: hue angle of 187.74º 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 #42AEBE is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 174 | 190 | - |
| CMYK | 0.65 | 0.08 | 0 | 0.25 |
| HSL | 187.74º | 0.49% | 0.5% | - |
| HSV(B) | 187.74º | 0.65% | 0.75% | - |
| XYZ | 26.68 | 35.15 | 54.09 | - |
| YUV | 143.53 | 154.22 | 72.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 174 | 190 | 0.65 | 0.08 | 0 | 0.25 | 187.74 | 0.49 | 0.5 |
| Hex | 42 | AE | BE | 41 | 8 | 0 | 19 | BC | 31 | 32 |
| Octal | 102 | 256 | 276 | 101 | 10 | 0 | 31 | 274 | 61 | 62 |
| Binary | 1000010 | 10101110 | 10111110 | 1000001 | 1000 | 0 | 11001 | 10111100 | 110001 | 110010 |
Color Harmonies of #42AEBE
Complementary color
Monochromatic Colors of #42AEBE
Black with #42AEBE
Text Example
Text Example
White with #42AEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AEBE; }
p { color: rgb(66,174,190); }
H1.HeaderClassName
{
color: #42AEBE;
}
.AnyTagClassName
{
color: #42AEBE;
}
</style>
background-color css
<style>
a { background-color: #42AEBE; }
a { background-color: rgb(66,174,190); }
div.DivClassName
{
background-color: #42AEBE;
}
.BgClassName
{
background-color: #42AEBE;
}
</style>
border-color css
<style>
span { border-color: #42AEBE; }
span { border-color: rgb(66,174,190); }
td.TdClassName
{
border-color: #42AEBE;
}
.TagClassName
{
border-color: #42AEBE;
}
</style>