Shades of Elf Green #139B6B
Tints of Elf Green #139B6B
RGB
CMYK
RGB Variations
Color information
#139B6B (or 0x139B6B) is known color: Elf Green. HEX triplet: 13, 9B and 6B. RGB value is (19,155,107). Sum of RGB (Red+Green+Blue) = 19+155+107=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 155 (60.94% from 255 or 55.16% from 281); Blue value is 107 (42.19% from 255 or 38.08% from 281); Max value from RGB is 155 - color contains mainly: green. Hex color #139B6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139B6B is #EC6494. Grayscale: #6C6C6C. Windows color (decimal): -15492245 or 7052051. OLE color: 7052051.
HSL color Cylindrical-coordinate representation of color #139B6B: hue angle of 158.82º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139B6B is Cyan = 0.88, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 155 | 107 | - |
| CMYK | 0.88 | 0 | 0.31 | 0.39 |
| HSL | 158.82º | 0.78% | 0.34% | - |
| HSV(B) | 158.82º | 0.88% | 0.61% | - |
| XYZ | 14.64 | 24.64 | 17.89 | - |
| YUV | 108.86 | 126.94 | 63.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 155 | 107 | 0.88 | 0 | 0.31 | 0.39 | 158.82 | 0.78 | 0.34 |
| Hex | 13 | 9B | 6B | 58 | 0 | 1F | 27 | 9F | 4E | 22 |
| Octal | 23 | 233 | 153 | 130 | 0 | 37 | 47 | 237 | 116 | 42 |
| Binary | 10011 | 10011011 | 1101011 | 1011000 | 0 | 11111 | 100111 | 10011111 | 1001110 | 100010 |
Color Harmonies of #139B6B
Complementary color
Monochromatic Colors of #139B6B
Black with #139B6B
Text Example
Text Example
White with #139B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139B6B; }
p { color: rgb(19,155,107); }
H1.HeaderClassName
{
color: #139B6B;
}
.AnyTagClassName
{
color: #139B6B;
}
</style>
background-color css
<style>
a { background-color: #139B6B; }
a { background-color: rgb(19,155,107); }
div.DivClassName
{
background-color: #139B6B;
}
.BgClassName
{
background-color: #139B6B;
}
</style>
border-color css
<style>
span { border-color: #139B6B; }
span { border-color: rgb(19,155,107); }
td.TdClassName
{
border-color: #139B6B;
}
.TagClassName
{
border-color: #139B6B;
}
</style>