Shades of Blue Stone #146F5E
Tints of Blue Stone #146F5E
RGB
CMYK
RGB Variations
Color information
#146F5E (or 0x146F5E) is known color: Blue Stone. HEX triplet: 14, 6F and 5E. RGB value is (20,111,94). Sum of RGB (Red+Green+Blue) = 20+111+94=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 111 (43.75% from 255 or 49.33% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 111 - color contains mainly: green. Hex color #146F5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146F5E is #EB90A1. Grayscale: #515151. Windows color (decimal): -15437986 or 6188820. OLE color: 6188820.
HSL color Cylindrical-coordinate representation of color #146F5E: hue angle of 168.79º 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 #146F5E is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 111 | 94 | - |
| CMYK | 0.82 | 0 | 0.15 | 0.56 |
| HSL | 168.79º | 0.69% | 0.26% | - |
| HSV(B) | 168.79º | 0.82% | 0.44% | - |
| XYZ | 7.99 | 12.33 | 12.55 | - |
| YUV | 81.85 | 134.85 | 83.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 111 | 94 | 0.82 | 0 | 0.15 | 0.56 | 168.79 | 0.69 | 0.26 |
| Hex | 14 | 6F | 5E | 52 | 0 | F | 38 | A9 | 45 | 1A |
| Octal | 24 | 157 | 136 | 122 | 0 | 17 | 70 | 251 | 105 | 32 |
| Binary | 10100 | 1101111 | 1011110 | 1010010 | 0 | 1111 | 111000 | 10101001 | 1000101 | 11010 |
Color Harmonies of #146F5E
Complementary color
Monochromatic Colors of #146F5E
Black with #146F5E
Text Example
Text Example
White with #146F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146F5E; }
p { color: rgb(20,111,94); }
H1.HeaderClassName
{
color: #146F5E;
}
.AnyTagClassName
{
color: #146F5E;
}
</style>
background-color css
<style>
a { background-color: #146F5E; }
a { background-color: rgb(20,111,94); }
div.DivClassName
{
background-color: #146F5E;
}
.BgClassName
{
background-color: #146F5E;
}
</style>
border-color css
<style>
span { border-color: #146F5E; }
span { border-color: rgb(20,111,94); }
td.TdClassName
{
border-color: #146F5E;
}
.TagClassName
{
border-color: #146F5E;
}
</style>