Shades of Viking #42BCCB
Tints of Viking #42BCCB
RGB
CMYK
RGB Variations
Color information
#42BCCB (or 0x42BCCB) is known color: Viking. HEX triplet: 42, BC and CB. RGB value is (66,188,203). Sum of RGB (Red+Green+Blue) = 66+188+203=457 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.44% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #42BCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BCCB is #BD4334. Grayscale: #999999. Windows color (decimal): -12403509 or 13352002. OLE color: 13352002.
HSL color Cylindrical-coordinate representation of color #42BCCB: hue angle of 186.57º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42BCCB is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 188 | 203 | - |
| CMYK | 0.67 | 0.07 | 0 | 0.20 |
| HSL | 186.57º | 0.57% | 0.53% | - |
| HSV(B) | 186.57º | 0.67% | 0.8% | - |
| XYZ | 31.01 | 41.44 | 62.86 | - |
| YUV | 153.23 | 156.08 | 65.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 188 | 203 | 0.67 | 0.07 | 0 | 0.20 | 186.57 | 0.57 | 0.53 |
| Hex | 42 | BC | CB | 43 | 7 | 0 | 14 | BB | 39 | 35 |
| Octal | 102 | 274 | 313 | 103 | 7 | 0 | 24 | 273 | 71 | 65 |
| Binary | 1000010 | 10111100 | 11001011 | 1000011 | 111 | 0 | 10100 | 10111011 | 111001 | 110101 |
Color Harmonies of #42BCCB
Complementary color
Monochromatic Colors of #42BCCB
Black with #42BCCB
Text Example
Text Example
White with #42BCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BCCB; }
p { color: rgb(66,188,203); }
H1.HeaderClassName
{
color: #42BCCB;
}
.AnyTagClassName
{
color: #42BCCB;
}
</style>
background-color css
<style>
a { background-color: #42BCCB; }
a { background-color: rgb(66,188,203); }
div.DivClassName
{
background-color: #42BCCB;
}
.BgClassName
{
background-color: #42BCCB;
}
</style>
border-color css
<style>
span { border-color: #42BCCB; }
span { border-color: rgb(66,188,203); }
td.TdClassName
{
border-color: #42BCCB;
}
.TagClassName
{
border-color: #42BCCB;
}
</style>