Shades of Viking #4ABDBB
Tints of Viking #4ABDBB
RGB
CMYK
RGB Variations
Color information
#4ABDBB (or 0x4ABDBB) is known color: Viking. HEX triplet: 4A, BD and BB. RGB value is (74,189,187). Sum of RGB (Red+Green+Blue) = 74+189+187=450 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.44% from 450); Green value is 189 (74.22% from 255 or 42% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 189 - color contains mainly: green. Hex color #4ABDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABDBB is #B54244. Grayscale: #9A9A9A. Windows color (decimal): -11878981 or 12303690. OLE color: 12303690.
HSL color Cylindrical-coordinate representation of color #4ABDBB: hue angle of 178.96º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABDBB is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 189 | 187 | - |
| CMYK | 0.61 | 0 | 0.01 | 0.26 |
| HSL | 178.96º | 0.47% | 0.52% | - |
| HSV(B) | 178.96º | 0.61% | 0.74% | - |
| XYZ | 29.99 | 41.44 | 53.43 | - |
| YUV | 154.39 | 146.4 | 70.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 189 | 187 | 0.61 | 0 | 0.01 | 0.26 | 178.96 | 0.47 | 0.52 |
| Hex | 4A | BD | BB | 3D | 0 | 1 | 1A | B3 | 2F | 34 |
| Octal | 112 | 275 | 273 | 75 | 0 | 1 | 32 | 263 | 57 | 64 |
| Binary | 1001010 | 10111101 | 10111011 | 111101 | 0 | 1 | 11010 | 10110011 | 101111 | 110100 |
Color Harmonies of #4ABDBB
Complementary color
Monochromatic Colors of #4ABDBB
Black with #4ABDBB
Text Example
Text Example
White with #4ABDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABDBB; }
p { color: rgb(74,189,187); }
H1.HeaderClassName
{
color: #4ABDBB;
}
.AnyTagClassName
{
color: #4ABDBB;
}
</style>
background-color css
<style>
a { background-color: #4ABDBB; }
a { background-color: rgb(74,189,187); }
div.DivClassName
{
background-color: #4ABDBB;
}
.BgClassName
{
background-color: #4ABDBB;
}
</style>
border-color css
<style>
span { border-color: #4ABDBB; }
span { border-color: rgb(74,189,187); }
td.TdClassName
{
border-color: #4ABDBB;
}
.TagClassName
{
border-color: #4ABDBB;
}
</style>