Shades of Viking #3FBCC0
Tints of Viking #3FBCC0
RGB
CMYK
RGB Variations
Color information
#3FBCC0 (or 0x3FBCC0) is known color: Viking. HEX triplet: 3F, BC and C0. RGB value is (63,188,192). Sum of RGB (Red+Green+Blue) = 63+188+192=443 (58% of max value = 765). Red value is 63 (25% from 255 or 14.22% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 192 - color contains mainly: blue. Hex color #3FBCC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBCC0 is #C0433F. Grayscale: #969696. Windows color (decimal): -12600128 or 12631103. OLE color: 12631103.
HSL color Cylindrical-coordinate representation of color #3FBCC0: hue angle of 181.86º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FBCC0 is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 188 | 192 | - |
| CMYK | 0.67 | 0.02 | 0 | 0.25 |
| HSL | 181.86º | 0.51% | 0.5% | - |
| HSV(B) | 181.86º | 0.67% | 0.75% | - |
| XYZ | 29.55 | 40.83 | 56.19 | - |
| YUV | 151.08 | 151.09 | 65.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 188 | 192 | 0.67 | 0.02 | 0 | 0.25 | 181.86 | 0.51 | 0.5 |
| Hex | 3F | BC | C0 | 43 | 2 | 0 | 19 | B6 | 33 | 32 |
| Octal | 77 | 274 | 300 | 103 | 2 | 0 | 31 | 266 | 63 | 62 |
| Binary | 111111 | 10111100 | 11000000 | 1000011 | 10 | 0 | 11001 | 10110110 | 110011 | 110010 |
Color Harmonies of #3FBCC0
Complementary color
Monochromatic Colors of #3FBCC0
Black with #3FBCC0
Text Example
Text Example
White with #3FBCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBCC0; }
p { color: rgb(63,188,192); }
H1.HeaderClassName
{
color: #3FBCC0;
}
.AnyTagClassName
{
color: #3FBCC0;
}
</style>
background-color css
<style>
a { background-color: #3FBCC0; }
a { background-color: rgb(63,188,192); }
div.DivClassName
{
background-color: #3FBCC0;
}
.BgClassName
{
background-color: #3FBCC0;
}
</style>
border-color css
<style>
span { border-color: #3FBCC0; }
span { border-color: rgb(63,188,192); }
td.TdClassName
{
border-color: #3FBCC0;
}
.TagClassName
{
border-color: #3FBCC0;
}
</style>