Shades of Viking #3FADBB
Tints of Viking #3FADBB
RGB
CMYK
RGB Variations
Color information
#3FADBB (or 0x3FADBB) is known color: Viking. HEX triplet: 3F, AD and BB. RGB value is (63,173,187). Sum of RGB (Red+Green+Blue) = 63+173+187=423 (56% of max value = 765). Red value is 63 (25% from 255 or 14.89% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 187 - color contains mainly: blue. Hex color #3FADBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FADBB is #C05244. Grayscale: #8D8D8D. Windows color (decimal): -12603973 or 12299583. OLE color: 12299583.
HSL color Cylindrical-coordinate representation of color #3FADBB: hue angle of 186.77º 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 #3FADBB is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 173 | 187 | - |
| CMYK | 0.66 | 0.07 | 0 | 0.27 |
| HSL | 186.77º | 0.5% | 0.49% | - |
| HSV(B) | 186.77º | 0.66% | 0.73% | - |
| XYZ | 25.96 | 34.53 | 52.31 | - |
| YUV | 141.71 | 153.56 | 71.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 173 | 187 | 0.66 | 0.07 | 0 | 0.27 | 186.77 | 0.5 | 0.49 |
| Hex | 3F | AD | BB | 42 | 7 | 0 | 1B | BB | 32 | 31 |
| Octal | 77 | 255 | 273 | 102 | 7 | 0 | 33 | 273 | 62 | 61 |
| Binary | 111111 | 10101101 | 10111011 | 1000010 | 111 | 0 | 11011 | 10111011 | 110010 | 110001 |
Color Harmonies of #3FADBB
Complementary color
Monochromatic Colors of #3FADBB
Black with #3FADBB
Text Example
Text Example
White with #3FADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FADBB; }
p { color: rgb(63,173,187); }
H1.HeaderClassName
{
color: #3FADBB;
}
.AnyTagClassName
{
color: #3FADBB;
}
</style>
background-color css
<style>
a { background-color: #3FADBB; }
a { background-color: rgb(63,173,187); }
div.DivClassName
{
background-color: #3FADBB;
}
.BgClassName
{
background-color: #3FADBB;
}
</style>
border-color css
<style>
span { border-color: #3FADBB; }
span { border-color: rgb(63,173,187); }
td.TdClassName
{
border-color: #3FADBB;
}
.TagClassName
{
border-color: #3FADBB;
}
</style>