Shades of Viking #42BDBC
Tints of Viking #42BDBC
RGB
CMYK
RGB Variations
Color information
#42BDBC (or 0x42BDBC) is known color: Viking. HEX triplet: 42, BD and BC. RGB value is (66,189,188). Sum of RGB (Red+Green+Blue) = 66+189+188=443 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.90% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 189 - color contains mainly: green. Hex color #42BDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BDBC is #BD4243. Grayscale: #979797. Windows color (decimal): -12403268 or 12369218. OLE color: 12369218.
HSL color Cylindrical-coordinate representation of color #42BDBC: hue angle of 179.51º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BDBC is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 189 | 188 | - |
| CMYK | 0.65 | 0 | 0.01 | 0.26 |
| HSL | 179.51º | 0.48% | 0.5% | - |
| HSV(B) | 179.51º | 0.65% | 0.74% | - |
| XYZ | 29.52 | 41.18 | 53.97 | - |
| YUV | 152.11 | 148.25 | 66.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 189 | 188 | 0.65 | 0 | 0.01 | 0.26 | 179.51 | 0.48 | 0.5 |
| Hex | 42 | BD | BC | 41 | 0 | 1 | 1A | B4 | 30 | 32 |
| Octal | 102 | 275 | 274 | 101 | 0 | 1 | 32 | 264 | 60 | 62 |
| Binary | 1000010 | 10111101 | 10111100 | 1000001 | 0 | 1 | 11010 | 10110100 | 110000 | 110010 |
Color Harmonies of #42BDBC
Complementary color
Monochromatic Colors of #42BDBC
Black with #42BDBC
Text Example
Text Example
White with #42BDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BDBC; }
p { color: rgb(66,189,188); }
H1.HeaderClassName
{
color: #42BDBC;
}
.AnyTagClassName
{
color: #42BDBC;
}
</style>
background-color css
<style>
a { background-color: #42BDBC; }
a { background-color: rgb(66,189,188); }
div.DivClassName
{
background-color: #42BDBC;
}
.BgClassName
{
background-color: #42BDBC;
}
</style>
border-color css
<style>
span { border-color: #42BDBC; }
span { border-color: rgb(66,189,188); }
td.TdClassName
{
border-color: #42BDBC;
}
.TagClassName
{
border-color: #42BDBC;
}
</style>