Shades of Viking #3FBBBC
Tints of Viking #3FBBBC
RGB
CMYK
RGB Variations
Color information
#3FBBBC (or 0x3FBBBC) is known color: Viking. HEX triplet: 3F, BB and BC. RGB value is (63,187,188). Sum of RGB (Red+Green+Blue) = 63+187+188=438 (58% of max value = 765). Red value is 63 (25% from 255 or 14.38% from 438); Green value is 187 (73.44% from 255 or 42.69% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 188 - color contains mainly: blue. Hex color #3FBBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBBBC is #C04443. Grayscale: #959595. Windows color (decimal): -12600388 or 12368703. OLE color: 12368703.
HSL color Cylindrical-coordinate representation of color #3FBBBC: hue angle of 180.48º 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 #3FBBBC is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 187 | 188 | - |
| CMYK | 0.66 | 0.01 | 0 | 0.26 |
| HSL | 180.48º | 0.5% | 0.49% | - |
| HSV(B) | 180.48º | 0.66% | 0.74% | - |
| XYZ | 28.9 | 40.23 | 53.82 | - |
| YUV | 150.04 | 149.42 | 65.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 187 | 188 | 0.66 | 0.01 | 0 | 0.26 | 180.48 | 0.5 | 0.49 |
| Hex | 3F | BB | BC | 42 | 1 | 0 | 1A | B4 | 32 | 31 |
| Octal | 77 | 273 | 274 | 102 | 1 | 0 | 32 | 264 | 62 | 61 |
| Binary | 111111 | 10111011 | 10111100 | 1000010 | 1 | 0 | 11010 | 10110100 | 110010 | 110001 |
Color Harmonies of #3FBBBC
Complementary color
Monochromatic Colors of #3FBBBC
Black with #3FBBBC
Text Example
Text Example
White with #3FBBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBBBC; }
p { color: rgb(63,187,188); }
H1.HeaderClassName
{
color: #3FBBBC;
}
.AnyTagClassName
{
color: #3FBBBC;
}
</style>
background-color css
<style>
a { background-color: #3FBBBC; }
a { background-color: rgb(63,187,188); }
div.DivClassName
{
background-color: #3FBBBC;
}
.BgClassName
{
background-color: #3FBBBC;
}
</style>
border-color css
<style>
span { border-color: #3FBBBC; }
span { border-color: rgb(63,187,188); }
td.TdClassName
{
border-color: #3FBBBC;
}
.TagClassName
{
border-color: #3FBBBC;
}
</style>