Shades of Watercourse #008153
Tints of Watercourse #008153
RGB
CMYK
RGB Variations
Color information
#008153 (or 0x008153) is known color: Watercourse. HEX triplet: 00, 81 and 53. RGB value is (0,129,83). Sum of RGB (Red+Green+Blue) = 0+129+83=212 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 212); Green value is 129 (50.78% from 255 or 60.85% from 212); Blue value is 83 (32.81% from 255 or 39.15% from 212); Max value from RGB is 129 - color contains mainly: green. Hex color #008153 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008153 is #FF7EAC. Grayscale: #555555. Windows color (decimal): -16744109 or 5472512. OLE color: 5472512.
HSL color Cylindrical-coordinate representation of color #008153: hue angle of 158.6º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008153 is Cyan = 1, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 129 | 83 | - |
| CMYK | 1 | 0 | 0.36 | 0.49 |
| HSL | 158.6º | 1% | 0.25% | - |
| HSV(B) | 158.6º | 1% | 0.51% | - |
| XYZ | 9.41 | 16.33 | 10.84 | - |
| YUV | 85.19 | 126.76 | 67.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 129 | 83 | 1 | 0 | 0.36 | 0.49 | 158.6 | 1 | 0.25 |
| Hex | 0 | 81 | 53 | 64 | 0 | 24 | 31 | 9F | 64 | 19 |
| Octal | 0 | 201 | 123 | 144 | 0 | 44 | 61 | 237 | 144 | 31 |
| Binary | 0 | 10000001 | 1010011 | 1100100 | 0 | 100100 | 110001 | 10011111 | 1100100 | 11001 |
Color Harmonies of #008153
Complementary color
Monochromatic Colors of #008153
Black with #008153
Text Example
Text Example
White with #008153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008153; }
p { color: rgb(0,129,83); }
H1.HeaderClassName
{
color: #008153;
}
.AnyTagClassName
{
color: #008153;
}
</style>
background-color css
<style>
a { background-color: #008153; }
a { background-color: rgb(0,129,83); }
div.DivClassName
{
background-color: #008153;
}
.BgClassName
{
background-color: #008153;
}
</style>
border-color css
<style>
span { border-color: #008153; }
span { border-color: rgb(0,129,83); }
td.TdClassName
{
border-color: #008153;
}
.TagClassName
{
border-color: #008153;
}
</style>