Shades of Viking #3FADBF
Tints of Viking #3FADBF
RGB
CMYK
RGB Variations
Color information
#3FADBF (or 0x3FADBF) is known color: Viking. HEX triplet: 3F, AD and BF. RGB value is (63,173,191). Sum of RGB (Red+Green+Blue) = 63+173+191=427 (56% of max value = 765). Red value is 63 (25% from 255 or 14.75% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 191 - color contains mainly: blue. Hex color #3FADBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FADBF is #C05240. Grayscale: #8D8D8D. Windows color (decimal): -12603969 or 12561727. OLE color: 12561727.
HSL color Cylindrical-coordinate representation of color #3FADBF: hue angle of 188.44º 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 #3FADBF is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 173 | 191 | - |
| CMYK | 0.67 | 0.09 | 0 | 0.25 |
| HSL | 188.44º | 0.5% | 0.5% | - |
| HSV(B) | 188.44º | 0.67% | 0.75% | - |
| XYZ | 26.4 | 34.71 | 54.6 | - |
| YUV | 142.16 | 155.56 | 71.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 173 | 191 | 0.67 | 0.09 | 0 | 0.25 | 188.44 | 0.5 | 0.5 |
| Hex | 3F | AD | BF | 43 | 9 | 0 | 19 | BC | 32 | 32 |
| Octal | 77 | 255 | 277 | 103 | 11 | 0 | 31 | 274 | 62 | 62 |
| Binary | 111111 | 10101101 | 10111111 | 1000011 | 1001 | 0 | 11001 | 10111100 | 110010 | 110010 |
Color Harmonies of #3FADBF
Complementary color
Monochromatic Colors of #3FADBF
Black with #3FADBF
Text Example
Text Example
White with #3FADBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FADBF; }
p { color: rgb(63,173,191); }
H1.HeaderClassName
{
color: #3FADBF;
}
.AnyTagClassName
{
color: #3FADBF;
}
</style>
background-color css
<style>
a { background-color: #3FADBF; }
a { background-color: rgb(63,173,191); }
div.DivClassName
{
background-color: #3FADBF;
}
.BgClassName
{
background-color: #3FADBF;
}
</style>
border-color css
<style>
span { border-color: #3FADBF; }
span { border-color: rgb(63,173,191); }
td.TdClassName
{
border-color: #3FADBF;
}
.TagClassName
{
border-color: #3FADBF;
}
</style>