Shades of Observatory #128E7D
Tints of Observatory #128E7D
RGB
CMYK
RGB Variations
Color information
#128E7D (or 0x128E7D) is known color: Observatory. HEX triplet: 12, 8E and 7D. RGB value is (18,142,125). Sum of RGB (Red+Green+Blue) = 18+142+125=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 142 (55.86% from 255 or 49.82% from 285); Blue value is 125 (49.22% from 255 or 43.86% from 285); Max value from RGB is 142 - color contains mainly: green. Hex color #128E7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128E7D is #ED7182. Grayscale: #666666. Windows color (decimal): -15561091 or 8228370. OLE color: 8228370.
HSL color Cylindrical-coordinate representation of color #128E7D: hue angle of 171.77º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128E7D is Cyan = 0.87, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 142 | 125 | - |
| CMYK | 0.87 | 0 | 0.12 | 0.44 |
| HSL | 171.77º | 0.78% | 0.31% | - |
| HSV(B) | 171.77º | 0.87% | 0.56% | - |
| XYZ | 13.62 | 20.96 | 22.73 | - |
| YUV | 102.99 | 140.42 | 67.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 142 | 125 | 0.87 | 0 | 0.12 | 0.44 | 171.77 | 0.78 | 0.31 |
| Hex | 12 | 8E | 7D | 57 | 0 | C | 2C | AC | 4E | 1F |
| Octal | 22 | 216 | 175 | 127 | 0 | 14 | 54 | 254 | 116 | 37 |
| Binary | 10010 | 10001110 | 1111101 | 1010111 | 0 | 1100 | 101100 | 10101100 | 1001110 | 11111 |
Color Harmonies of #128E7D
Complementary color
Monochromatic Colors of #128E7D
Black with #128E7D
Text Example
Text Example
White with #128E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128E7D; }
p { color: rgb(18,142,125); }
H1.HeaderClassName
{
color: #128E7D;
}
.AnyTagClassName
{
color: #128E7D;
}
</style>
background-color css
<style>
a { background-color: #128E7D; }
a { background-color: rgb(18,142,125); }
div.DivClassName
{
background-color: #128E7D;
}
.BgClassName
{
background-color: #128E7D;
}
</style>
border-color css
<style>
span { border-color: #128E7D; }
span { border-color: rgb(18,142,125); }
td.TdClassName
{
border-color: #128E7D;
}
.TagClassName
{
border-color: #128E7D;
}
</style>