Shades of Viking #3CBCCB
Tints of Viking #3CBCCB
RGB
CMYK
RGB Variations
Color information
#3CBCCB (or 0x3CBCCB) is known color: Viking. HEX triplet: 3C, BC and CB. RGB value is (60,188,203). Sum of RGB (Red+Green+Blue) = 60+188+203=451 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.30% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #3CBCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBCCB is #C34334. Grayscale: #979797. Windows color (decimal): -12796725 or 13351996. OLE color: 13351996.
HSL color Cylindrical-coordinate representation of color #3CBCCB: hue angle of 186.29º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CBCCB is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 188 | 203 | - |
| CMYK | 0.70 | 0.07 | 0 | 0.20 |
| HSL | 186.29º | 0.58% | 0.52% | - |
| HSV(B) | 186.29º | 0.7% | 0.8% | - |
| XYZ | 30.63 | 41.24 | 62.85 | - |
| YUV | 151.44 | 157.09 | 62.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 188 | 203 | 0.70 | 0.07 | 0 | 0.20 | 186.29 | 0.58 | 0.52 |
| Hex | 3C | BC | CB | 46 | 7 | 0 | 14 | BA | 3A | 34 |
| Octal | 74 | 274 | 313 | 106 | 7 | 0 | 24 | 272 | 72 | 64 |
| Binary | 111100 | 10111100 | 11001011 | 1000110 | 111 | 0 | 10100 | 10111010 | 111010 | 110100 |
Color Harmonies of #3CBCCB
Complementary color
Monochromatic Colors of #3CBCCB
Black with #3CBCCB
Text Example
Text Example
White with #3CBCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBCCB; }
p { color: rgb(60,188,203); }
H1.HeaderClassName
{
color: #3CBCCB;
}
.AnyTagClassName
{
color: #3CBCCB;
}
</style>
background-color css
<style>
a { background-color: #3CBCCB; }
a { background-color: rgb(60,188,203); }
div.DivClassName
{
background-color: #3CBCCB;
}
.BgClassName
{
background-color: #3CBCCB;
}
</style>
border-color css
<style>
span { border-color: #3CBCCB; }
span { border-color: rgb(60,188,203); }
td.TdClassName
{
border-color: #3CBCCB;
}
.TagClassName
{
border-color: #3CBCCB;
}
</style>