Shades of Viking #3FADB9
Tints of Viking #3FADB9
RGB
CMYK
RGB Variations
Color information
#3FADB9 (or 0x3FADB9) is known color: Viking. HEX triplet: 3F, AD and B9. RGB value is (63,173,185). Sum of RGB (Red+Green+Blue) = 63+173+185=421 (55% of max value = 765). Red value is 63 (25% from 255 or 14.96% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 185 (72.66% from 255 or 43.94% from 421); Max value from RGB is 185 - color contains mainly: blue. Hex color #3FADB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FADB9 is #C05246. Grayscale: #8D8D8D. Windows color (decimal): -12603975 or 12168511. OLE color: 12168511.
HSL color Cylindrical-coordinate representation of color #3FADB9: hue angle of 185.9º degrees, saturation: 0.49, 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 #3FADB9 is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 173 | 185 | - |
| CMYK | 0.66 | 0.06 | 0 | 0.27 |
| HSL | 185.9º | 0.49% | 0.49% | - |
| HSV(B) | 185.9º | 0.66% | 0.73% | - |
| XYZ | 25.75 | 34.45 | 51.19 | - |
| YUV | 141.48 | 152.56 | 72.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 173 | 185 | 0.66 | 0.06 | 0 | 0.27 | 185.9 | 0.49 | 0.49 |
| Hex | 3F | AD | B9 | 42 | 6 | 0 | 1B | BA | 31 | 31 |
| Octal | 77 | 255 | 271 | 102 | 6 | 0 | 33 | 272 | 61 | 61 |
| Binary | 111111 | 10101101 | 10111001 | 1000010 | 110 | 0 | 11011 | 10111010 | 110001 | 110001 |
Color Harmonies of #3FADB9
Complementary color
Monochromatic Colors of #3FADB9
Black with #3FADB9
Text Example
Text Example
White with #3FADB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FADB9; }
p { color: rgb(63,173,185); }
H1.HeaderClassName
{
color: #3FADB9;
}
.AnyTagClassName
{
color: #3FADB9;
}
</style>
background-color css
<style>
a { background-color: #3FADB9; }
a { background-color: rgb(63,173,185); }
div.DivClassName
{
background-color: #3FADB9;
}
.BgClassName
{
background-color: #3FADB9;
}
</style>
border-color css
<style>
span { border-color: #3FADB9; }
span { border-color: rgb(63,173,185); }
td.TdClassName
{
border-color: #3FADB9;
}
.TagClassName
{
border-color: #3FADB9;
}
</style>