Shades of Viking #4CBCBD
Tints of Viking #4CBCBD
RGB
CMYK
RGB Variations
Color information
#4CBCBD (or 0x4CBCBD) is known color: Viking. HEX triplet: 4C, BC and BD. RGB value is (76,188,189). Sum of RGB (Red+Green+Blue) = 76+188+189=453 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.78% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 189 - color contains mainly: blue. Hex color #4CBCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBCBD is #B34342. Grayscale: #9A9A9A. Windows color (decimal): -11748163 or 12434508. OLE color: 12434508.
HSL color Cylindrical-coordinate representation of color #4CBCBD: hue angle of 180.53º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CBCBD is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 188 | 189 | - |
| CMYK | 0.60 | 0.01 | 0 | 0.26 |
| HSL | 180.53º | 0.46% | 0.52% | - |
| HSV(B) | 180.53º | 0.6% | 0.74% | - |
| XYZ | 30.15 | 41.18 | 54.5 | - |
| YUV | 154.63 | 147.39 | 71.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 188 | 189 | 0.60 | 0.01 | 0 | 0.26 | 180.53 | 0.46 | 0.52 |
| Hex | 4C | BC | BD | 3C | 1 | 0 | 1A | B5 | 2E | 34 |
| Octal | 114 | 274 | 275 | 74 | 1 | 0 | 32 | 265 | 56 | 64 |
| Binary | 1001100 | 10111100 | 10111101 | 111100 | 1 | 0 | 11010 | 10110101 | 101110 | 110100 |
Color Harmonies of #4CBCBD
Complementary color
Monochromatic Colors of #4CBCBD
Black with #4CBCBD
Text Example
Text Example
White with #4CBCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBCBD; }
p { color: rgb(76,188,189); }
H1.HeaderClassName
{
color: #4CBCBD;
}
.AnyTagClassName
{
color: #4CBCBD;
}
</style>
background-color css
<style>
a { background-color: #4CBCBD; }
a { background-color: rgb(76,188,189); }
div.DivClassName
{
background-color: #4CBCBD;
}
.BgClassName
{
background-color: #4CBCBD;
}
</style>
border-color css
<style>
span { border-color: #4CBCBD; }
span { border-color: rgb(76,188,189); }
td.TdClassName
{
border-color: #4CBCBD;
}
.TagClassName
{
border-color: #4CBCBD;
}
</style>