Shades of Viking #3CBCBE
Tints of Viking #3CBCBE
RGB
CMYK
RGB Variations
Color information
#3CBCBE (or 0x3CBCBE) is known color: Viking. HEX triplet: 3C, BC and BE. RGB value is (60,188,190). Sum of RGB (Red+Green+Blue) = 60+188+190=438 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.70% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #3CBCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBCBE is #C34341. Grayscale: #959595. Windows color (decimal): -12796738 or 12500028. OLE color: 12500028.
HSL color Cylindrical-coordinate representation of color #3CBCBE: hue angle of 180.92º 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 #3CBCBE is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 188 | 190 | - |
| CMYK | 0.68 | 0.01 | 0 | 0.25 |
| HSL | 180.92º | 0.52% | 0.49% | - |
| HSV(B) | 180.92º | 0.68% | 0.75% | - |
| XYZ | 29.14 | 40.64 | 55.02 | - |
| YUV | 149.96 | 150.59 | 63.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 188 | 190 | 0.68 | 0.01 | 0 | 0.25 | 180.92 | 0.52 | 0.49 |
| Hex | 3C | BC | BE | 44 | 1 | 0 | 19 | B5 | 34 | 31 |
| Octal | 74 | 274 | 276 | 104 | 1 | 0 | 31 | 265 | 64 | 61 |
| Binary | 111100 | 10111100 | 10111110 | 1000100 | 1 | 0 | 11001 | 10110101 | 110100 | 110001 |
Color Harmonies of #3CBCBE
Complementary color
Monochromatic Colors of #3CBCBE
Black with #3CBCBE
Text Example
Text Example
White with #3CBCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBCBE; }
p { color: rgb(60,188,190); }
H1.HeaderClassName
{
color: #3CBCBE;
}
.AnyTagClassName
{
color: #3CBCBE;
}
</style>
background-color css
<style>
a { background-color: #3CBCBE; }
a { background-color: rgb(60,188,190); }
div.DivClassName
{
background-color: #3CBCBE;
}
.BgClassName
{
background-color: #3CBCBE;
}
</style>
border-color css
<style>
span { border-color: #3CBCBE; }
span { border-color: rgb(60,188,190); }
td.TdClassName
{
border-color: #3CBCBE;
}
.TagClassName
{
border-color: #3CBCBE;
}
</style>