Shades of Viking #4ABDBD
Tints of Viking #4ABDBD
RGB
CMYK
RGB Variations
Color information
#4ABDBD (or 0x4ABDBD) is known color: Viking. HEX triplet: 4A, BD and BD. RGB value is (74,189,189). Sum of RGB (Red+Green+Blue) = 74+189+189=452 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.37% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #4ABDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABDBD is #B54242. Grayscale: #9A9A9A. Windows color (decimal): -11878979 or 12434762. OLE color: 12434762.
HSL color Cylindrical-coordinate representation of color #4ABDBD: hue angle of 180º 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 #4ABDBD is Cyan = 0.61, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 189 | 189 | - |
| CMYK | 0.61 | 0 | 0 | 0.26 |
| HSL | 180º | 0.47% | 0.52% | - |
| HSV(B) | 180º | 0.61% | 0.74% | - |
| XYZ | 30.21 | 41.53 | 54.57 | - |
| YUV | 154.62 | 147.4 | 70.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 189 | 189 | 0.61 | 0 | 0 | 0.26 | 180 | 0.47 | 0.52 |
| Hex | 4A | BD | BD | 3D | 0 | 0 | 1A | B4 | 2F | 34 |
| Octal | 112 | 275 | 275 | 75 | 0 | 0 | 32 | 264 | 57 | 64 |
| Binary | 1001010 | 10111101 | 10111101 | 111101 | 0 | 0 | 11010 | 10110100 | 101111 | 110100 |
Color Harmonies of #4ABDBD
Complementary color
Monochromatic Colors of #4ABDBD
Black with #4ABDBD
Text Example
Text Example
White with #4ABDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABDBD; }
p { color: rgb(74,189,189); }
H1.HeaderClassName
{
color: #4ABDBD;
}
.AnyTagClassName
{
color: #4ABDBD;
}
</style>
background-color css
<style>
a { background-color: #4ABDBD; }
a { background-color: rgb(74,189,189); }
div.DivClassName
{
background-color: #4ABDBD;
}
.BgClassName
{
background-color: #4ABDBD;
}
</style>
border-color css
<style>
span { border-color: #4ABDBD; }
span { border-color: rgb(74,189,189); }
td.TdClassName
{
border-color: #4ABDBD;
}
.TagClassName
{
border-color: #4ABDBD;
}
</style>