Shades of Viking #3CBABE
Tints of Viking #3CBABE
RGB
CMYK
RGB Variations
Color information
#3CBABE (or 0x3CBABE) is known color: Viking. HEX triplet: 3C, BA and BE. RGB value is (60,186,190). Sum of RGB (Red+Green+Blue) = 60+186+190=436 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.76% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #3CBABE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBABE is #C34541. Grayscale: #949494. Windows color (decimal): -12797250 or 12499516. OLE color: 12499516.
HSL color Cylindrical-coordinate representation of color #3CBABE: hue angle of 181.85º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBABE is Cyan = 0.68, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 186 | 190 | - |
| CMYK | 0.68 | 0.02 | 0 | 0.25 |
| HSL | 181.85º | 0.52% | 0.49% | - |
| HSV(B) | 181.85º | 0.68% | 0.75% | - |
| XYZ | 28.72 | 39.8 | 54.88 | - |
| YUV | 148.78 | 151.26 | 64.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 186 | 190 | 0.68 | 0.02 | 0 | 0.25 | 181.85 | 0.52 | 0.49 |
| Hex | 3C | BA | BE | 44 | 2 | 0 | 19 | B6 | 34 | 31 |
| Octal | 74 | 272 | 276 | 104 | 2 | 0 | 31 | 266 | 64 | 61 |
| Binary | 111100 | 10111010 | 10111110 | 1000100 | 10 | 0 | 11001 | 10110110 | 110100 | 110001 |
Color Harmonies of #3CBABE
Complementary color
Monochromatic Colors of #3CBABE
Black with #3CBABE
Text Example
Text Example
White with #3CBABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBABE; }
p { color: rgb(60,186,190); }
H1.HeaderClassName
{
color: #3CBABE;
}
.AnyTagClassName
{
color: #3CBABE;
}
</style>
background-color css
<style>
a { background-color: #3CBABE; }
a { background-color: rgb(60,186,190); }
div.DivClassName
{
background-color: #3CBABE;
}
.BgClassName
{
background-color: #3CBABE;
}
</style>
border-color css
<style>
span { border-color: #3CBABE; }
span { border-color: rgb(60,186,190); }
td.TdClassName
{
border-color: #3CBABE;
}
.TagClassName
{
border-color: #3CBABE;
}
</style>