Shades of Viking #4ABEBE
Tints of Viking #4ABEBE
RGB
CMYK
RGB Variations
Color information
#4ABEBE (or 0x4ABEBE) is known color: Viking. HEX triplet: 4A, BE and BE. RGB value is (74,190,190). Sum of RGB (Red+Green+Blue) = 74+190+190=454 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.30% from 454); Green value is 190 (74.61% from 255 or 41.85% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #4ABEBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABEBE is #B54141. Grayscale: #9B9B9B. Windows color (decimal): -11878722 or 12500554. OLE color: 12500554.
HSL color Cylindrical-coordinate representation of color #4ABEBE: hue angle of 180º degrees, saturation: 0.47, 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 #4ABEBE is Cyan = 0.61, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 74 | 190 | 190 | - |
| CMYK | 0.61 | 0 | 0 | 0.25 |
| HSL | 180º | 0.47% | 0.52% | - |
| HSV(B) | 180º | 0.61% | 0.75% | - |
| XYZ | 30.53 | 42 | 55.21 | - |
| YUV | 155.32 | 147.57 | 70 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 190 | 190 | 0.61 | 0 | 0 | 0.25 | 180 | 0.47 | 0.52 |
| Hex | 4A | BE | BE | 3D | 0 | 0 | 19 | B4 | 2F | 34 |
| Octal | 112 | 276 | 276 | 75 | 0 | 0 | 31 | 264 | 57 | 64 |
| Binary | 1001010 | 10111110 | 10111110 | 111101 | 0 | 0 | 11001 | 10110100 | 101111 | 110100 |
Color Harmonies of #4ABEBE
Complementary color
Monochromatic Colors of #4ABEBE
Black with #4ABEBE
Text Example
Text Example
White with #4ABEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABEBE; }
p { color: rgb(74,190,190); }
H1.HeaderClassName
{
color: #4ABEBE;
}
.AnyTagClassName
{
color: #4ABEBE;
}
</style>
background-color css
<style>
a { background-color: #4ABEBE; }
a { background-color: rgb(74,190,190); }
div.DivClassName
{
background-color: #4ABEBE;
}
.BgClassName
{
background-color: #4ABEBE;
}
</style>
border-color css
<style>
span { border-color: #4ABEBE; }
span { border-color: rgb(74,190,190); }
td.TdClassName
{
border-color: #4ABEBE;
}
.TagClassName
{
border-color: #4ABEBE;
}
</style>