Shades of Viking #42BCC3
Tints of Viking #42BCC3
RGB
CMYK
RGB Variations
Color information
#42BCC3 (or 0x42BCC3) is known color: Viking. HEX triplet: 42, BC and C3. RGB value is (66,188,195). Sum of RGB (Red+Green+Blue) = 66+188+195=449 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.70% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 195 (76.56% from 255 or 43.43% from 449); Max value from RGB is 195 - color contains mainly: blue. Hex color #42BCC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BCC3 is #BD433C. Grayscale: #989898. Windows color (decimal): -12403517 or 12827714. OLE color: 12827714.
HSL color Cylindrical-coordinate representation of color #42BCC3: hue angle of 183.26º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42BCC3 is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 188 | 195 | - |
| CMYK | 0.66 | 0.04 | 0 | 0.24 |
| HSL | 183.26º | 0.52% | 0.51% | - |
| HSV(B) | 183.26º | 0.66% | 0.76% | - |
| XYZ | 30.08 | 41.06 | 57.97 | - |
| YUV | 152.32 | 152.08 | 66.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 188 | 195 | 0.66 | 0.04 | 0 | 0.24 | 183.26 | 0.52 | 0.51 |
| Hex | 42 | BC | C3 | 42 | 4 | 0 | 18 | B7 | 34 | 33 |
| Octal | 102 | 274 | 303 | 102 | 4 | 0 | 30 | 267 | 64 | 63 |
| Binary | 1000010 | 10111100 | 11000011 | 1000010 | 100 | 0 | 11000 | 10110111 | 110100 | 110011 |
Color Harmonies of #42BCC3
Complementary color
Monochromatic Colors of #42BCC3
Black with #42BCC3
Text Example
Text Example
White with #42BCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BCC3; }
p { color: rgb(66,188,195); }
H1.HeaderClassName
{
color: #42BCC3;
}
.AnyTagClassName
{
color: #42BCC3;
}
</style>
background-color css
<style>
a { background-color: #42BCC3; }
a { background-color: rgb(66,188,195); }
div.DivClassName
{
background-color: #42BCC3;
}
.BgClassName
{
background-color: #42BCC3;
}
</style>
border-color css
<style>
span { border-color: #42BCC3; }
span { border-color: rgb(66,188,195); }
td.TdClassName
{
border-color: #42BCC3;
}
.TagClassName
{
border-color: #42BCC3;
}
</style>