Shades of Blue Stone #146D60
Tints of Blue Stone #146D60
RGB
CMYK
RGB Variations
Color information
#146D60 (or 0x146D60) is known color: Blue Stone. HEX triplet: 14, 6D and 60. RGB value is (20,109,96). Sum of RGB (Red+Green+Blue) = 20+109+96=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 109 (42.97% from 255 or 48.44% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 109 - color contains mainly: green. Hex color #146D60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146D60 is #EB929F. Grayscale: #505050. Windows color (decimal): -15438496 or 6319380. OLE color: 6319380.
HSL color Cylindrical-coordinate representation of color #146D60: hue angle of 171.24º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #146D60 is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 20 | 109 | 96 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.57 |
| HSL | 171.24º | 0.69% | 0.25% | - |
| HSV(B) | 171.24º | 0.82% | 0.43% | - |
| XYZ | 7.87 | 11.93 | 12.95 | - |
| YUV | 80.91 | 136.51 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 109 | 96 | 0.82 | 0 | 0.12 | 0.57 | 171.24 | 0.69 | 0.25 |
| Hex | 14 | 6D | 60 | 52 | 0 | C | 39 | AB | 45 | 19 |
| Octal | 24 | 155 | 140 | 122 | 0 | 14 | 71 | 253 | 105 | 31 |
| Binary | 10100 | 1101101 | 1100000 | 1010010 | 0 | 1100 | 111001 | 10101011 | 1000101 | 11001 |
Color Harmonies of #146D60
Complementary color
Monochromatic Colors of #146D60
Black with #146D60
Text Example
Text Example
White with #146D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146D60; }
p { color: rgb(20,109,96); }
H1.HeaderClassName
{
color: #146D60;
}
.AnyTagClassName
{
color: #146D60;
}
</style>
background-color css
<style>
a { background-color: #146D60; }
a { background-color: rgb(20,109,96); }
div.DivClassName
{
background-color: #146D60;
}
.BgClassName
{
background-color: #146D60;
}
</style>
border-color css
<style>
span { border-color: #146D60; }
span { border-color: rgb(20,109,96); }
td.TdClassName
{
border-color: #146D60;
}
.TagClassName
{
border-color: #146D60;
}
</style>