Shades of Viking #3FADC0
Tints of Viking #3FADC0
RGB
CMYK
RGB Variations
Color information
#3FADC0 (or 0x3FADC0) is known color: Viking. HEX triplet: 3F, AD and C0. RGB value is (63,173,192). Sum of RGB (Red+Green+Blue) = 63+173+192=428 (56% of max value = 765). Red value is 63 (25% from 255 or 14.72% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 192 (75.39% from 255 or 44.86% from 428); Max value from RGB is 192 - color contains mainly: blue. Hex color #3FADC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FADC0 is #C0523F. Grayscale: #8E8E8E. Windows color (decimal): -12603968 or 12627263. OLE color: 12627263.
HSL color Cylindrical-coordinate representation of color #3FADC0: hue angle of 188.84º degrees, saturation: 0.51, 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 #3FADC0 is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 173 | 192 | - |
| CMYK | 0.67 | 0.10 | 0 | 0.25 |
| HSL | 188.84º | 0.51% | 0.5% | - |
| HSV(B) | 188.84º | 0.67% | 0.75% | - |
| XYZ | 26.51 | 34.75 | 55.18 | - |
| YUV | 142.28 | 156.06 | 71.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 173 | 192 | 0.67 | 0.10 | 0 | 0.25 | 188.84 | 0.51 | 0.5 |
| Hex | 3F | AD | C0 | 43 | A | 0 | 19 | BD | 33 | 32 |
| Octal | 77 | 255 | 300 | 103 | 12 | 0 | 31 | 275 | 63 | 62 |
| Binary | 111111 | 10101101 | 11000000 | 1000011 | 1010 | 0 | 11001 | 10111101 | 110011 | 110010 |
Color Harmonies of #3FADC0
Complementary color
Monochromatic Colors of #3FADC0
Black with #3FADC0
Text Example
Text Example
White with #3FADC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FADC0; }
p { color: rgb(63,173,192); }
H1.HeaderClassName
{
color: #3FADC0;
}
.AnyTagClassName
{
color: #3FADC0;
}
</style>
background-color css
<style>
a { background-color: #3FADC0; }
a { background-color: rgb(63,173,192); }
div.DivClassName
{
background-color: #3FADC0;
}
.BgClassName
{
background-color: #3FADC0;
}
</style>
border-color css
<style>
span { border-color: #3FADC0; }
span { border-color: rgb(63,173,192); }
td.TdClassName
{
border-color: #3FADC0;
}
.TagClassName
{
border-color: #3FADC0;
}
</style>