Shades of Elf Green #138B7D
Tints of Elf Green #138B7D
RGB
CMYK
RGB Variations
Color information
#138B7D (or 0x138B7D) is known color: Elf Green. HEX triplet: 13, 8B and 7D. RGB value is (19,139,125). Sum of RGB (Red+Green+Blue) = 19+139+125=283 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.71% from 283); Green value is 139 (54.69% from 255 or 49.12% from 283); Blue value is 125 (49.22% from 255 or 44.17% from 283); Max value from RGB is 139 - color contains mainly: green. Hex color #138B7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138B7D is #EC7482. Grayscale: #656565. Windows color (decimal): -15496323 or 8227603. OLE color: 8227603.
HSL color Cylindrical-coordinate representation of color #138B7D: hue angle of 173º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138B7D is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 139 | 125 | - |
| CMYK | 0.86 | 0 | 0.10 | 0.45 |
| HSL | 173º | 0.76% | 0.31% | - |
| HSV(B) | 173º | 0.86% | 0.55% | - |
| XYZ | 13.2 | 20.08 | 22.58 | - |
| YUV | 101.52 | 141.24 | 69.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 139 | 125 | 0.86 | 0 | 0.10 | 0.45 | 173 | 0.76 | 0.31 |
| Hex | 13 | 8B | 7D | 56 | 0 | A | 2D | AD | 4C | 1F |
| Octal | 23 | 213 | 175 | 126 | 0 | 12 | 55 | 255 | 114 | 37 |
| Binary | 10011 | 10001011 | 1111101 | 1010110 | 0 | 1010 | 101101 | 10101101 | 1001100 | 11111 |
Color Harmonies of #138B7D
Complementary color
Monochromatic Colors of #138B7D
Black with #138B7D
Text Example
Text Example
White with #138B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138B7D; }
p { color: rgb(19,139,125); }
H1.HeaderClassName
{
color: #138B7D;
}
.AnyTagClassName
{
color: #138B7D;
}
</style>
background-color css
<style>
a { background-color: #138B7D; }
a { background-color: rgb(19,139,125); }
div.DivClassName
{
background-color: #138B7D;
}
.BgClassName
{
background-color: #138B7D;
}
</style>
border-color css
<style>
span { border-color: #138B7D; }
span { border-color: rgb(19,139,125); }
td.TdClassName
{
border-color: #138B7D;
}
.TagClassName
{
border-color: #138B7D;
}
</style>