Shades of Viking #3CACBC
Tints of Viking #3CACBC
RGB
CMYK
RGB Variations
Color information
#3CACBC (or 0x3CACBC) is known color: Viking. HEX triplet: 3C, AC and BC. RGB value is (60,172,188). Sum of RGB (Red+Green+Blue) = 60+172+188=420 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.29% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #3CACBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CACBC is #C35343. Grayscale: #8C8C8C. Windows color (decimal): -12800836 or 12364860. OLE color: 12364860.
HSL color Cylindrical-coordinate representation of color #3CACBC: hue angle of 187.5º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CACBC is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 172 | 188 | - |
| CMYK | 0.68 | 0.09 | 0 | 0.26 |
| HSL | 187.5º | 0.52% | 0.49% | - |
| HSV(B) | 187.5º | 0.68% | 0.74% | - |
| XYZ | 25.69 | 34.1 | 52.8 | - |
| YUV | 140.34 | 154.89 | 70.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 172 | 188 | 0.68 | 0.09 | 0 | 0.26 | 187.5 | 0.52 | 0.49 |
| Hex | 3C | AC | BC | 44 | 9 | 0 | 1A | BC | 34 | 31 |
| Octal | 74 | 254 | 274 | 104 | 11 | 0 | 32 | 274 | 64 | 61 |
| Binary | 111100 | 10101100 | 10111100 | 1000100 | 1001 | 0 | 11010 | 10111100 | 110100 | 110001 |
Color Harmonies of #3CACBC
Complementary color
Monochromatic Colors of #3CACBC
Black with #3CACBC
Text Example
Text Example
White with #3CACBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CACBC; }
p { color: rgb(60,172,188); }
H1.HeaderClassName
{
color: #3CACBC;
}
.AnyTagClassName
{
color: #3CACBC;
}
</style>
background-color css
<style>
a { background-color: #3CACBC; }
a { background-color: rgb(60,172,188); }
div.DivClassName
{
background-color: #3CACBC;
}
.BgClassName
{
background-color: #3CACBC;
}
</style>
border-color css
<style>
span { border-color: #3CACBC; }
span { border-color: rgb(60,172,188); }
td.TdClassName
{
border-color: #3CACBC;
}
.TagClassName
{
border-color: #3CACBC;
}
</style>