Shades of Viking #4BBABF
Tints of Viking #4BBABF
RGB
CMYK
RGB Variations
Color information
#4BBABF (or 0x4BBABF) is known color: Viking. HEX triplet: 4B, BA and BF. RGB value is (75,186,191). Sum of RGB (Red+Green+Blue) = 75+186+191=452 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.59% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 191 - color contains mainly: blue. Hex color #4BBABF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BBABF is #B44540. Grayscale: #999999. Windows color (decimal): -11814209 or 12565067. OLE color: 12565067.
HSL color Cylindrical-coordinate representation of color #4BBABF: hue angle of 182.59º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BBABF is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 75 | 186 | 191 | - |
| CMYK | 0.61 | 0.03 | 0 | 0.25 |
| HSL | 182.59º | 0.48% | 0.52% | - |
| HSV(B) | 182.59º | 0.61% | 0.75% | - |
| XYZ | 29.86 | 40.38 | 55.51 | - |
| YUV | 153.38 | 149.23 | 72.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 186 | 191 | 0.61 | 0.03 | 0 | 0.25 | 182.59 | 0.48 | 0.52 |
| Hex | 4B | BA | BF | 3D | 3 | 0 | 19 | B7 | 30 | 34 |
| Octal | 113 | 272 | 277 | 75 | 3 | 0 | 31 | 267 | 60 | 64 |
| Binary | 1001011 | 10111010 | 10111111 | 111101 | 11 | 0 | 11001 | 10110111 | 110000 | 110100 |
Color Harmonies of #4BBABF
Complementary color
Monochromatic Colors of #4BBABF
Black with #4BBABF
Text Example
Text Example
White with #4BBABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBABF; }
p { color: rgb(75,186,191); }
H1.HeaderClassName
{
color: #4BBABF;
}
.AnyTagClassName
{
color: #4BBABF;
}
</style>
background-color css
<style>
a { background-color: #4BBABF; }
a { background-color: rgb(75,186,191); }
div.DivClassName
{
background-color: #4BBABF;
}
.BgClassName
{
background-color: #4BBABF;
}
</style>
border-color css
<style>
span { border-color: #4BBABF; }
span { border-color: rgb(75,186,191); }
td.TdClassName
{
border-color: #4BBABF;
}
.TagClassName
{
border-color: #4BBABF;
}
</style>