Shades of Viking #3CBCBD
Tints of Viking #3CBCBD
RGB
CMYK
RGB Variations
Color information
#3CBCBD (or 0x3CBCBD) is known color: Viking. HEX triplet: 3C, BC and BD. RGB value is (60,188,189). Sum of RGB (Red+Green+Blue) = 60+188+189=437 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.73% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 189 - color contains mainly: blue. Hex color #3CBCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBCBD is #C34342. Grayscale: #959595. Windows color (decimal): -12796739 or 12434492. OLE color: 12434492.
HSL color Cylindrical-coordinate representation of color #3CBCBD: hue angle of 180.47º 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 #3CBCBD is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 188 | 189 | - |
| CMYK | 0.68 | 0.01 | 0 | 0.26 |
| HSL | 180.47º | 0.52% | 0.49% | - |
| HSV(B) | 180.47º | 0.68% | 0.74% | - |
| XYZ | 29.03 | 40.6 | 54.45 | - |
| YUV | 149.84 | 150.09 | 63.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 188 | 189 | 0.68 | 0.01 | 0 | 0.26 | 180.47 | 0.52 | 0.49 |
| Hex | 3C | BC | BD | 44 | 1 | 0 | 1A | B4 | 34 | 31 |
| Octal | 74 | 274 | 275 | 104 | 1 | 0 | 32 | 264 | 64 | 61 |
| Binary | 111100 | 10111100 | 10111101 | 1000100 | 1 | 0 | 11010 | 10110100 | 110100 | 110001 |
Color Harmonies of #3CBCBD
Complementary color
Monochromatic Colors of #3CBCBD
Black with #3CBCBD
Text Example
Text Example
White with #3CBCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBCBD; }
p { color: rgb(60,188,189); }
H1.HeaderClassName
{
color: #3CBCBD;
}
.AnyTagClassName
{
color: #3CBCBD;
}
</style>
background-color css
<style>
a { background-color: #3CBCBD; }
a { background-color: rgb(60,188,189); }
div.DivClassName
{
background-color: #3CBCBD;
}
.BgClassName
{
background-color: #3CBCBD;
}
</style>
border-color css
<style>
span { border-color: #3CBCBD; }
span { border-color: rgb(60,188,189); }
td.TdClassName
{
border-color: #3CBCBD;
}
.TagClassName
{
border-color: #3CBCBD;
}
</style>