Shades of Viking #4BBABC
Tints of Viking #4BBABC
RGB
CMYK
RGB Variations
Color information
#4BBABC (or 0x4BBABC) is known color: Viking. HEX triplet: 4B, BA and BC. RGB value is (75,186,188). Sum of RGB (Red+Green+Blue) = 75+186+188=449 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.70% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 188 - color contains mainly: blue. Hex color #4BBABC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BBABC is #B44543. Grayscale: #989898. Windows color (decimal): -11814212 or 12368459. OLE color: 12368459.
HSL color Cylindrical-coordinate representation of color #4BBABC: hue angle of 181.06º 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 #4BBABC is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 186 | 188 | - |
| CMYK | 0.60 | 0.01 | 0 | 0.26 |
| HSL | 181.06º | 0.46% | 0.52% | - |
| HSV(B) | 181.06º | 0.6% | 0.74% | - |
| XYZ | 29.54 | 40.24 | 53.79 | - |
| YUV | 153.04 | 147.73 | 72.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 186 | 188 | 0.60 | 0.01 | 0 | 0.26 | 181.06 | 0.46 | 0.52 |
| Hex | 4B | BA | BC | 3C | 1 | 0 | 1A | B5 | 2E | 34 |
| Octal | 113 | 272 | 274 | 74 | 1 | 0 | 32 | 265 | 56 | 64 |
| Binary | 1001011 | 10111010 | 10111100 | 111100 | 1 | 0 | 11010 | 10110101 | 101110 | 110100 |
Color Harmonies of #4BBABC
Complementary color
Monochromatic Colors of #4BBABC
Black with #4BBABC
Text Example
Text Example
White with #4BBABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBABC; }
p { color: rgb(75,186,188); }
H1.HeaderClassName
{
color: #4BBABC;
}
.AnyTagClassName
{
color: #4BBABC;
}
</style>
background-color css
<style>
a { background-color: #4BBABC; }
a { background-color: rgb(75,186,188); }
div.DivClassName
{
background-color: #4BBABC;
}
.BgClassName
{
background-color: #4BBABC;
}
</style>
border-color css
<style>
span { border-color: #4BBABC; }
span { border-color: rgb(75,186,188); }
td.TdClassName
{
border-color: #4BBABC;
}
.TagClassName
{
border-color: #4BBABC;
}
</style>