Shades of Viking #3FB6BC
Tints of Viking #3FB6BC
RGB
CMYK
RGB Variations
Color information
#3FB6BC (or 0x3FB6BC) is known color: Viking. HEX triplet: 3F, B6 and BC. RGB value is (63,182,188). Sum of RGB (Red+Green+Blue) = 63+182+188=433 (57% of max value = 765). Red value is 63 (25% from 255 or 14.55% from 433); Green value is 182 (71.48% from 255 or 42.03% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 188 - color contains mainly: blue. Hex color #3FB6BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FB6BC is #C04943. Grayscale: #929292. Windows color (decimal): -12601668 or 12367423. OLE color: 12367423.
HSL color Cylindrical-coordinate representation of color #3FB6BC: hue angle of 182.88º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FB6BC is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 182 | 188 | - |
| CMYK | 0.66 | 0.03 | 0 | 0.26 |
| HSL | 182.88º | 0.5% | 0.49% | - |
| HSV(B) | 182.88º | 0.66% | 0.74% | - |
| XYZ | 27.85 | 38.14 | 53.47 | - |
| YUV | 147.1 | 151.08 | 68.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 182 | 188 | 0.66 | 0.03 | 0 | 0.26 | 182.88 | 0.5 | 0.49 |
| Hex | 3F | B6 | BC | 42 | 3 | 0 | 1A | B7 | 32 | 31 |
| Octal | 77 | 266 | 274 | 102 | 3 | 0 | 32 | 267 | 62 | 61 |
| Binary | 111111 | 10110110 | 10111100 | 1000010 | 11 | 0 | 11010 | 10110111 | 110010 | 110001 |
Color Harmonies of #3FB6BC
Complementary color
Monochromatic Colors of #3FB6BC
Black with #3FB6BC
Text Example
Text Example
White with #3FB6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB6BC; }
p { color: rgb(63,182,188); }
H1.HeaderClassName
{
color: #3FB6BC;
}
.AnyTagClassName
{
color: #3FB6BC;
}
</style>
background-color css
<style>
a { background-color: #3FB6BC; }
a { background-color: rgb(63,182,188); }
div.DivClassName
{
background-color: #3FB6BC;
}
.BgClassName
{
background-color: #3FB6BC;
}
</style>
border-color css
<style>
span { border-color: #3FB6BC; }
span { border-color: rgb(63,182,188); }
td.TdClassName
{
border-color: #3FB6BC;
}
.TagClassName
{
border-color: #3FB6BC;
}
</style>