Shades of Viking #3FACB6
Tints of Viking #3FACB6
RGB
CMYK
RGB Variations
Color information
#3FACB6 (or 0x3FACB6) is known color: Viking. HEX triplet: 3F, AC and B6. RGB value is (63,172,182). Sum of RGB (Red+Green+Blue) = 63+172+182=417 (55% of max value = 765). Red value is 63 (25% from 255 or 15.11% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 182 (71.48% from 255 or 43.65% from 417); Max value from RGB is 182 - color contains mainly: blue. Hex color #3FACB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FACB6 is #C05349. Grayscale: #8C8C8C. Windows color (decimal): -12604234 or 11971647. OLE color: 11971647.
HSL color Cylindrical-coordinate representation of color #3FACB6: hue angle of 185.04º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3FACB6 is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 63 | 172 | 182 | - |
| CMYK | 0.65 | 0.05 | 0 | 0.29 |
| HSL | 185.04º | 0.49% | 0.48% | - |
| HSV(B) | 185.04º | 0.65% | 0.71% | - |
| XYZ | 25.25 | 33.94 | 49.48 | - |
| YUV | 140.55 | 151.39 | 72.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 172 | 182 | 0.65 | 0.05 | 0 | 0.29 | 185.04 | 0.49 | 0.48 |
| Hex | 3F | AC | B6 | 41 | 5 | 0 | 1D | B9 | 31 | 30 |
| Octal | 77 | 254 | 266 | 101 | 5 | 0 | 35 | 271 | 61 | 60 |
| Binary | 111111 | 10101100 | 10110110 | 1000001 | 101 | 0 | 11101 | 10111001 | 110001 | 110000 |
Color Harmonies of #3FACB6
Complementary color
Monochromatic Colors of #3FACB6
Black with #3FACB6
Text Example
Text Example
White with #3FACB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FACB6; }
p { color: rgb(63,172,182); }
H1.HeaderClassName
{
color: #3FACB6;
}
.AnyTagClassName
{
color: #3FACB6;
}
</style>
background-color css
<style>
a { background-color: #3FACB6; }
a { background-color: rgb(63,172,182); }
div.DivClassName
{
background-color: #3FACB6;
}
.BgClassName
{
background-color: #3FACB6;
}
</style>
border-color css
<style>
span { border-color: #3FACB6; }
span { border-color: rgb(63,172,182); }
td.TdClassName
{
border-color: #3FACB6;
}
.TagClassName
{
border-color: #3FACB6;
}
</style>