Shades of Viking #3FBBB5
Tints of Viking #3FBBB5
RGB
CMYK
RGB Variations
Color information
#3FBBB5 (or 0x3FBBB5) is known color: Viking. HEX triplet: 3F, BB and B5. RGB value is (63,187,181). Sum of RGB (Red+Green+Blue) = 63+187+181=431 (57% of max value = 765). Red value is 63 (25% from 255 or 14.62% from 431); Green value is 187 (73.44% from 255 or 43.39% from 431); Blue value is 181 (71.09% from 255 or 42.00% from 431); Max value from RGB is 187 - color contains mainly: green. Hex color #3FBBB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FBBB5 is #C0444A. Grayscale: #959595. Windows color (decimal): -12600395 or 11909951. OLE color: 11909951.
HSL color Cylindrical-coordinate representation of color #3FBBB5: hue angle of 177.1º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FBBB5 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 187 | 181 | - |
| CMYK | 0.66 | 0 | 0.03 | 0.27 |
| HSL | 177.1º | 0.5% | 0.49% | - |
| HSV(B) | 177.1º | 0.66% | 0.73% | - |
| XYZ | 28.16 | 39.93 | 49.94 | - |
| YUV | 149.24 | 145.92 | 66.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 187 | 181 | 0.66 | 0 | 0.03 | 0.27 | 177.1 | 0.5 | 0.49 |
| Hex | 3F | BB | B5 | 42 | 0 | 3 | 1B | B1 | 32 | 31 |
| Octal | 77 | 273 | 265 | 102 | 0 | 3 | 33 | 261 | 62 | 61 |
| Binary | 111111 | 10111011 | 10110101 | 1000010 | 0 | 11 | 11011 | 10110001 | 110010 | 110001 |
Color Harmonies of #3FBBB5
Complementary color
Monochromatic Colors of #3FBBB5
Black with #3FBBB5
Text Example
Text Example
White with #3FBBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBBB5; }
p { color: rgb(63,187,181); }
H1.HeaderClassName
{
color: #3FBBB5;
}
.AnyTagClassName
{
color: #3FBBB5;
}
</style>
background-color css
<style>
a { background-color: #3FBBB5; }
a { background-color: rgb(63,187,181); }
div.DivClassName
{
background-color: #3FBBB5;
}
.BgClassName
{
background-color: #3FBBB5;
}
</style>
border-color css
<style>
span { border-color: #3FBBB5; }
span { border-color: rgb(63,187,181); }
td.TdClassName
{
border-color: #3FBBB5;
}
.TagClassName
{
border-color: #3FBBB5;
}
</style>