Shades of Viking #42BDBE
Tints of Viking #42BDBE
RGB
CMYK
RGB Variations
Color information
#42BDBE (or 0x42BDBE) is known color: Viking. HEX triplet: 42, BD and BE. RGB value is (66,189,190). Sum of RGB (Red+Green+Blue) = 66+189+190=445 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.83% from 445); Green value is 189 (74.22% from 255 or 42.47% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #42BDBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BDBE is #BD4241. Grayscale: #989898. Windows color (decimal): -12403266 or 12500290. OLE color: 12500290.
HSL color Cylindrical-coordinate representation of color #42BDBE: hue angle of 180.48º 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 #42BDBE is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 189 | 190 | - |
| CMYK | 0.65 | 0.01 | 0 | 0.25 |
| HSL | 180.48º | 0.49% | 0.5% | - |
| HSV(B) | 180.48º | 0.65% | 0.75% | - |
| XYZ | 29.74 | 41.27 | 55.11 | - |
| YUV | 152.34 | 149.25 | 66.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 189 | 190 | 0.65 | 0.01 | 0 | 0.25 | 180.48 | 0.49 | 0.5 |
| Hex | 42 | BD | BE | 41 | 1 | 0 | 19 | B4 | 31 | 32 |
| Octal | 102 | 275 | 276 | 101 | 1 | 0 | 31 | 264 | 61 | 62 |
| Binary | 1000010 | 10111101 | 10111110 | 1000001 | 1 | 0 | 11001 | 10110100 | 110001 | 110010 |
Color Harmonies of #42BDBE
Complementary color
Monochromatic Colors of #42BDBE
Black with #42BDBE
Text Example
Text Example
White with #42BDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BDBE; }
p { color: rgb(66,189,190); }
H1.HeaderClassName
{
color: #42BDBE;
}
.AnyTagClassName
{
color: #42BDBE;
}
</style>
background-color css
<style>
a { background-color: #42BDBE; }
a { background-color: rgb(66,189,190); }
div.DivClassName
{
background-color: #42BDBE;
}
.BgClassName
{
background-color: #42BDBE;
}
</style>
border-color css
<style>
span { border-color: #42BDBE; }
span { border-color: rgb(66,189,190); }
td.TdClassName
{
border-color: #42BDBE;
}
.TagClassName
{
border-color: #42BDBE;
}
</style>