Shades of Viking #3FBCBE
Tints of Viking #3FBCBE
RGB
CMYK
RGB Variations
Color information
#3FBCBE (or 0x3FBCBE) is known color: Viking. HEX triplet: 3F, BC and BE. RGB value is (63,188,190). Sum of RGB (Red+Green+Blue) = 63+188+190=441 (58% of max value = 765). Red value is 63 (25% from 255 or 14.29% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #3FBCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBCBE is #C04341. Grayscale: #969696. Windows color (decimal): -12600130 or 12500031. OLE color: 12500031.
HSL color Cylindrical-coordinate representation of color #3FBCBE: hue angle of 180.94º degrees, saturation: 0.5, 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 #3FBCBE is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 188 | 190 | - |
| CMYK | 0.67 | 0.01 | 0 | 0.25 |
| HSL | 180.94º | 0.5% | 0.5% | - |
| HSV(B) | 180.94º | 0.67% | 0.75% | - |
| XYZ | 29.33 | 40.74 | 55.03 | - |
| YUV | 150.85 | 150.09 | 65.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 188 | 190 | 0.67 | 0.01 | 0 | 0.25 | 180.94 | 0.5 | 0.5 |
| Hex | 3F | BC | BE | 43 | 1 | 0 | 19 | B5 | 32 | 32 |
| Octal | 77 | 274 | 276 | 103 | 1 | 0 | 31 | 265 | 62 | 62 |
| Binary | 111111 | 10111100 | 10111110 | 1000011 | 1 | 0 | 11001 | 10110101 | 110010 | 110010 |
Color Harmonies of #3FBCBE
Complementary color
Monochromatic Colors of #3FBCBE
Black with #3FBCBE
Text Example
Text Example
White with #3FBCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBCBE; }
p { color: rgb(63,188,190); }
H1.HeaderClassName
{
color: #3FBCBE;
}
.AnyTagClassName
{
color: #3FBCBE;
}
</style>
background-color css
<style>
a { background-color: #3FBCBE; }
a { background-color: rgb(63,188,190); }
div.DivClassName
{
background-color: #3FBCBE;
}
.BgClassName
{
background-color: #3FBCBE;
}
</style>
border-color css
<style>
span { border-color: #3FBCBE; }
span { border-color: rgb(63,188,190); }
td.TdClassName
{
border-color: #3FBCBE;
}
.TagClassName
{
border-color: #3FBCBE;
}
</style>