Shades of Viking #4CBABB
Tints of Viking #4CBABB
RGB
CMYK
RGB Variations
Color information
#4CBABB (or 0x4CBABB) is known color: Viking. HEX triplet: 4C, BA and BB. RGB value is (76,186,187). Sum of RGB (Red+Green+Blue) = 76+186+187=449 (59% of max value = 765). Red value is 76 (30.08% from 255 or 16.93% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 187 - color contains mainly: blue. Hex color #4CBABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBABB is #B34544. Grayscale: #999999. Windows color (decimal): -11748677 or 12302924. OLE color: 12302924.
HSL color Cylindrical-coordinate representation of color #4CBABB: hue angle of 180.54º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4CBABB is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 186 | 187 | - |
| CMYK | 0.59 | 0.01 | 0 | 0.27 |
| HSL | 180.54º | 0.45% | 0.52% | - |
| HSV(B) | 180.54º | 0.59% | 0.73% | - |
| XYZ | 29.51 | 40.24 | 53.23 | - |
| YUV | 153.22 | 147.06 | 72.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 186 | 187 | 0.59 | 0.01 | 0 | 0.27 | 180.54 | 0.45 | 0.52 |
| Hex | 4C | BA | BB | 3B | 1 | 0 | 1B | B5 | 2D | 34 |
| Octal | 114 | 272 | 273 | 73 | 1 | 0 | 33 | 265 | 55 | 64 |
| Binary | 1001100 | 10111010 | 10111011 | 111011 | 1 | 0 | 11011 | 10110101 | 101101 | 110100 |
Color Harmonies of #4CBABB
Complementary color
Monochromatic Colors of #4CBABB
Black with #4CBABB
Text Example
Text Example
White with #4CBABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBABB; }
p { color: rgb(76,186,187); }
H1.HeaderClassName
{
color: #4CBABB;
}
.AnyTagClassName
{
color: #4CBABB;
}
</style>
background-color css
<style>
a { background-color: #4CBABB; }
a { background-color: rgb(76,186,187); }
div.DivClassName
{
background-color: #4CBABB;
}
.BgClassName
{
background-color: #4CBABB;
}
</style>
border-color css
<style>
span { border-color: #4CBABB; }
span { border-color: rgb(76,186,187); }
td.TdClassName
{
border-color: #4CBABB;
}
.TagClassName
{
border-color: #4CBABB;
}
</style>