Shades of Blue Stone #146D66
Tints of Blue Stone #146D66
RGB
CMYK
RGB Variations
Color information
#146D66 (or 0x146D66) is known color: Blue Stone. HEX triplet: 14, 6D and 66. RGB value is (20,109,102). Sum of RGB (Red+Green+Blue) = 20+109+102=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 109 (42.97% from 255 or 47.19% from 231); Blue value is 102 (40.23% from 255 or 44.16% from 231); Max value from RGB is 109 - color contains mainly: green. Hex color #146D66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146D66 is #EB9299. Grayscale: #515151. Windows color (decimal): -15438490 or 6712596. OLE color: 6712596.
HSL color Cylindrical-coordinate representation of color #146D66: hue angle of 175.28º 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 #146D66 is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 20 | 109 | 102 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.57 |
| HSL | 175.28º | 0.69% | 0.25% | - |
| HSV(B) | 175.28º | 0.82% | 0.43% | - |
| XYZ | 8.16 | 12.05 | 14.47 | - |
| YUV | 81.59 | 139.51 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 109 | 102 | 0.82 | 0 | 0.06 | 0.57 | 175.28 | 0.69 | 0.25 |
| Hex | 14 | 6D | 66 | 52 | 0 | 6 | 39 | AF | 45 | 19 |
| Octal | 24 | 155 | 146 | 122 | 0 | 6 | 71 | 257 | 105 | 31 |
| Binary | 10100 | 1101101 | 1100110 | 1010010 | 0 | 110 | 111001 | 10101111 | 1000101 | 11001 |
Color Harmonies of #146D66
Complementary color
Monochromatic Colors of #146D66
Black with #146D66
Text Example
Text Example
White with #146D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146D66; }
p { color: rgb(20,109,102); }
H1.HeaderClassName
{
color: #146D66;
}
.AnyTagClassName
{
color: #146D66;
}
</style>
background-color css
<style>
a { background-color: #146D66; }
a { background-color: rgb(20,109,102); }
div.DivClassName
{
background-color: #146D66;
}
.BgClassName
{
background-color: #146D66;
}
</style>
border-color css
<style>
span { border-color: #146D66; }
span { border-color: rgb(20,109,102); }
td.TdClassName
{
border-color: #146D66;
}
.TagClassName
{
border-color: #146D66;
}
</style>