Shades of Viking #3CBBBF
Tints of Viking #3CBBBF
RGB
CMYK
RGB Variations
Color information
#3CBBBF (or 0x3CBBBF) is known color: Viking. HEX triplet: 3C, BB and BF. RGB value is (60,187,191). Sum of RGB (Red+Green+Blue) = 60+187+191=438 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.70% from 438); Green value is 187 (73.44% from 255 or 42.69% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 191 - color contains mainly: blue. Hex color #3CBBBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBBBF is #C34440. Grayscale: #959595. Windows color (decimal): -12796993 or 12565308. OLE color: 12565308.
HSL color Cylindrical-coordinate representation of color #3CBBBF: hue angle of 181.83º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CBBBF is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 187 | 191 | - |
| CMYK | 0.69 | 0.02 | 0 | 0.25 |
| HSL | 181.83º | 0.52% | 0.49% | - |
| HSV(B) | 181.83º | 0.69% | 0.75% | - |
| XYZ | 29.04 | 40.26 | 55.53 | - |
| YUV | 149.48 | 151.42 | 64.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 187 | 191 | 0.69 | 0.02 | 0 | 0.25 | 181.83 | 0.52 | 0.49 |
| Hex | 3C | BB | BF | 45 | 2 | 0 | 19 | B6 | 34 | 31 |
| Octal | 74 | 273 | 277 | 105 | 2 | 0 | 31 | 266 | 64 | 61 |
| Binary | 111100 | 10111011 | 10111111 | 1000101 | 10 | 0 | 11001 | 10110110 | 110100 | 110001 |
Color Harmonies of #3CBBBF
Complementary color
Monochromatic Colors of #3CBBBF
Black with #3CBBBF
Text Example
Text Example
White with #3CBBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBBBF; }
p { color: rgb(60,187,191); }
H1.HeaderClassName
{
color: #3CBBBF;
}
.AnyTagClassName
{
color: #3CBBBF;
}
</style>
background-color css
<style>
a { background-color: #3CBBBF; }
a { background-color: rgb(60,187,191); }
div.DivClassName
{
background-color: #3CBBBF;
}
.BgClassName
{
background-color: #3CBBBF;
}
</style>
border-color css
<style>
span { border-color: #3CBBBF; }
span { border-color: rgb(60,187,191); }
td.TdClassName
{
border-color: #3CBBBF;
}
.TagClassName
{
border-color: #3CBBBF;
}
</style>