Shades of Viking #42BBC3
Tints of Viking #42BBC3
RGB
CMYK
RGB Variations
Color information
#42BBC3 (or 0x42BBC3) is known color: Viking. HEX triplet: 42, BB and C3. RGB value is (66,187,195). Sum of RGB (Red+Green+Blue) = 66+187+195=448 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.73% from 448); Green value is 187 (73.44% from 255 or 41.74% from 448); Blue value is 195 (76.56% from 255 or 43.53% from 448); Max value from RGB is 195 - color contains mainly: blue. Hex color #42BBC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BBC3 is #BD443C. Grayscale: #979797. Windows color (decimal): -12403773 or 12827458. OLE color: 12827458.
HSL color Cylindrical-coordinate representation of color #42BBC3: hue angle of 183.72º 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 #42BBC3 is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 187 | 195 | - |
| CMYK | 0.66 | 0.04 | 0 | 0.24 |
| HSL | 183.72º | 0.52% | 0.51% | - |
| HSV(B) | 183.72º | 0.66% | 0.76% | - |
| XYZ | 29.87 | 40.64 | 57.9 | - |
| YUV | 151.73 | 152.41 | 66.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 187 | 195 | 0.66 | 0.04 | 0 | 0.24 | 183.72 | 0.52 | 0.51 |
| Hex | 42 | BB | C3 | 42 | 4 | 0 | 18 | B8 | 34 | 33 |
| Octal | 102 | 273 | 303 | 102 | 4 | 0 | 30 | 270 | 64 | 63 |
| Binary | 1000010 | 10111011 | 11000011 | 1000010 | 100 | 0 | 11000 | 10111000 | 110100 | 110011 |
Color Harmonies of #42BBC3
Complementary color
Monochromatic Colors of #42BBC3
Black with #42BBC3
Text Example
Text Example
White with #42BBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BBC3; }
p { color: rgb(66,187,195); }
H1.HeaderClassName
{
color: #42BBC3;
}
.AnyTagClassName
{
color: #42BBC3;
}
</style>
background-color css
<style>
a { background-color: #42BBC3; }
a { background-color: rgb(66,187,195); }
div.DivClassName
{
background-color: #42BBC3;
}
.BgClassName
{
background-color: #42BBC3;
}
</style>
border-color css
<style>
span { border-color: #42BBC3; }
span { border-color: rgb(66,187,195); }
td.TdClassName
{
border-color: #42BBC3;
}
.TagClassName
{
border-color: #42BBC3;
}
</style>