Shades of Viking #3CABB6
Tints of Viking #3CABB6
RGB
CMYK
RGB Variations
Color information
#3CABB6 (or 0x3CABB6) is known color: Viking. HEX triplet: 3C, AB and B6. RGB value is (60,171,182). Sum of RGB (Red+Green+Blue) = 60+171+182=413 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.53% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 182 (71.48% from 255 or 44.07% from 413); Max value from RGB is 182 - color contains mainly: blue. Hex color #3CABB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CABB6 is #C35449. Grayscale: #8A8A8A. Windows color (decimal): -12801098 or 11971388. OLE color: 11971388.
HSL color Cylindrical-coordinate representation of color #3CABB6: hue angle of 185.41º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CABB6 is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 171 | 182 | - |
| CMYK | 0.67 | 0.06 | 0 | 0.29 |
| HSL | 185.41º | 0.5% | 0.47% | - |
| HSV(B) | 185.41º | 0.67% | 0.71% | - |
| XYZ | 24.87 | 33.46 | 49.4 | - |
| YUV | 139.07 | 152.23 | 71.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 171 | 182 | 0.67 | 0.06 | 0 | 0.29 | 185.41 | 0.5 | 0.47 |
| Hex | 3C | AB | B6 | 43 | 6 | 0 | 1D | B9 | 32 | 2F |
| Octal | 74 | 253 | 266 | 103 | 6 | 0 | 35 | 271 | 62 | 57 |
| Binary | 111100 | 10101011 | 10110110 | 1000011 | 110 | 0 | 11101 | 10111001 | 110010 | 101111 |
Color Harmonies of #3CABB6
Complementary color
Monochromatic Colors of #3CABB6
Black with #3CABB6
Text Example
Text Example
White with #3CABB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CABB6; }
p { color: rgb(60,171,182); }
H1.HeaderClassName
{
color: #3CABB6;
}
.AnyTagClassName
{
color: #3CABB6;
}
</style>
background-color css
<style>
a { background-color: #3CABB6; }
a { background-color: rgb(60,171,182); }
div.DivClassName
{
background-color: #3CABB6;
}
.BgClassName
{
background-color: #3CABB6;
}
</style>
border-color css
<style>
span { border-color: #3CABB6; }
span { border-color: rgb(60,171,182); }
td.TdClassName
{
border-color: #3CABB6;
}
.TagClassName
{
border-color: #3CABB6;
}
</style>