Shades of Lochmara #1C789A
Tints of Lochmara #1C789A
RGB
CMYK
RGB Variations
Color information
#1C789A (or 0x1C789A) is known color: Lochmara. HEX triplet: 1C, 78 and 9A. RGB value is (28,120,154). Sum of RGB (Red+Green+Blue) = 28+120+154=302 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.27% from 302); Green value is 120 (47.27% from 255 or 39.74% from 302); Blue value is 154 (60.55% from 255 or 50.99% from 302); Max value from RGB is 154 - color contains mainly: blue. Hex color #1C789A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C789A is #E38765. Grayscale: #606060. Windows color (decimal): -14911334 or 10123292. OLE color: 10123292.
HSL color Cylindrical-coordinate representation of color #1C789A: hue angle of 196.19º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C789A is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 28 | 120 | 154 | - |
| CMYK | 0.82 | 0.22 | 0 | 0.40 |
| HSL | 196.19º | 0.69% | 0.36% | - |
| HSV(B) | 196.19º | 0.82% | 0.6% | - |
| XYZ | 13.03 | 16.01 | 32.98 | - |
| YUV | 96.37 | 160.52 | 79.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 120 | 154 | 0.82 | 0.22 | 0 | 0.40 | 196.19 | 0.69 | 0.36 |
| Hex | 1C | 78 | 9A | 52 | 16 | 0 | 28 | C4 | 45 | 24 |
| Octal | 34 | 170 | 232 | 122 | 26 | 0 | 50 | 304 | 105 | 44 |
| Binary | 11100 | 1111000 | 10011010 | 1010010 | 10110 | 0 | 101000 | 11000100 | 1000101 | 100100 |
Color Harmonies of #1C789A
Complementary color
Monochromatic Colors of #1C789A
Black with #1C789A
Text Example
Text Example
White with #1C789A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C789A; }
p { color: rgb(28,120,154); }
H1.HeaderClassName
{
color: #1C789A;
}
.AnyTagClassName
{
color: #1C789A;
}
</style>
background-color css
<style>
a { background-color: #1C789A; }
a { background-color: rgb(28,120,154); }
div.DivClassName
{
background-color: #1C789A;
}
.BgClassName
{
background-color: #1C789A;
}
</style>
border-color css
<style>
span { border-color: #1C789A; }
span { border-color: rgb(28,120,154); }
td.TdClassName
{
border-color: #1C789A;
}
.TagClassName
{
border-color: #1C789A;
}
</style>