Shades of Jewel #146F4D
Tints of Jewel #146F4D
RGB
CMYK
RGB Variations
Color information
#146F4D (or 0x146F4D) is known color: Jewel. HEX triplet: 14, 6F and 4D. RGB value is (20,111,77). Sum of RGB (Red+Green+Blue) = 20+111+77=208 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.62% from 208); Green value is 111 (43.75% from 255 or 53.37% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 111 - color contains mainly: green. Hex color #146F4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146F4D is #EB90B2. Grayscale: #4F4F4F. Windows color (decimal): -15438003 or 5074708. OLE color: 5074708.
HSL color Cylindrical-coordinate representation of color #146F4D: hue angle of 157.58º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #146F4D is Cyan = 0.82, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 111 | 77 | - |
| CMYK | 0.82 | 0 | 0.31 | 0.56 |
| HSL | 157.58º | 0.69% | 0.26% | - |
| HSV(B) | 157.58º | 0.82% | 0.44% | - |
| XYZ | 7.31 | 12.05 | 8.96 | - |
| YUV | 79.92 | 126.35 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 111 | 77 | 0.82 | 0 | 0.31 | 0.56 | 157.58 | 0.69 | 0.26 |
| Hex | 14 | 6F | 4D | 52 | 0 | 1F | 38 | 9E | 45 | 1A |
| Octal | 24 | 157 | 115 | 122 | 0 | 37 | 70 | 236 | 105 | 32 |
| Binary | 10100 | 1101111 | 1001101 | 1010010 | 0 | 11111 | 111000 | 10011110 | 1000101 | 11010 |
Color Harmonies of #146F4D
Complementary color
Monochromatic Colors of #146F4D
Black with #146F4D
Text Example
Text Example
White with #146F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146F4D; }
p { color: rgb(20,111,77); }
H1.HeaderClassName
{
color: #146F4D;
}
.AnyTagClassName
{
color: #146F4D;
}
</style>
background-color css
<style>
a { background-color: #146F4D; }
a { background-color: rgb(20,111,77); }
div.DivClassName
{
background-color: #146F4D;
}
.BgClassName
{
background-color: #146F4D;
}
</style>
border-color css
<style>
span { border-color: #146F4D; }
span { border-color: rgb(20,111,77); }
td.TdClassName
{
border-color: #146F4D;
}
.TagClassName
{
border-color: #146F4D;
}
</style>