Shades of Viking #42BCBB
Tints of Viking #42BCBB
RGB
CMYK
RGB Variations
Color information
#42BCBB (or 0x42BCBB) is known color: Viking. HEX triplet: 42, BC and BB. RGB value is (66,188,187). Sum of RGB (Red+Green+Blue) = 66+188+187=441 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.97% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 188 - color contains mainly: green. Hex color #42BCBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BCBB is #BD4344. Grayscale: #979797. Windows color (decimal): -12403525 or 12303426. OLE color: 12303426.
HSL color Cylindrical-coordinate representation of color #42BCBB: 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 #42BCBB is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 188 | 187 | - |
| 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.2 | 40.71 | 53.33 | - |
| YUV | 151.41 | 148.08 | 67.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 188 | 187 | 0.65 | 0 | 0.01 | 0.26 | 179.51 | 0.48 | 0.5 |
| Hex | 42 | BC | BB | 41 | 0 | 1 | 1A | B4 | 30 | 32 |
| Octal | 102 | 274 | 273 | 101 | 0 | 1 | 32 | 264 | 60 | 62 |
| Binary | 1000010 | 10111100 | 10111011 | 1000001 | 0 | 1 | 11010 | 10110100 | 110000 | 110010 |
Color Harmonies of #42BCBB
Complementary color
Monochromatic Colors of #42BCBB
Black with #42BCBB
Text Example
Text Example
White with #42BCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BCBB; }
p { color: rgb(66,188,187); }
H1.HeaderClassName
{
color: #42BCBB;
}
.AnyTagClassName
{
color: #42BCBB;
}
</style>
background-color css
<style>
a { background-color: #42BCBB; }
a { background-color: rgb(66,188,187); }
div.DivClassName
{
background-color: #42BCBB;
}
.BgClassName
{
background-color: #42BCBB;
}
</style>
border-color css
<style>
span { border-color: #42BCBB; }
span { border-color: rgb(66,188,187); }
td.TdClassName
{
border-color: #42BCBB;
}
.TagClassName
{
border-color: #42BCBB;
}
</style>