Shades of Watercourse #008253
Tints of Watercourse #008253
RGB
CMYK
RGB Variations
Color information
#008253 (or 0x008253) is known color: Watercourse. HEX triplet: 00, 82 and 53. RGB value is (0,130,83). Sum of RGB (Red+Green+Blue) = 0+130+83=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 130 (51.17% from 255 or 61.03% from 213); Blue value is 83 (32.81% from 255 or 38.97% from 213); Max value from RGB is 130 - color contains mainly: green. Hex color #008253 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008253 is #FF7DAC. Grayscale: #555555. Windows color (decimal): -16743853 or 5472768. OLE color: 5472768.
HSL color Cylindrical-coordinate representation of color #008253: hue angle of 158.31º 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 #008253 is Cyan = 1, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 130 | 83 | - |
| CMYK | 1 | 0 | 0.36 | 0.49 |
| HSL | 158.31º | 1% | 0.25% | - |
| HSV(B) | 158.31º | 1% | 0.51% | - |
| XYZ | 9.54 | 16.59 | 10.88 | - |
| YUV | 85.77 | 126.43 | 66.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 130 | 83 | 1 | 0 | 0.36 | 0.49 | 158.31 | 1 | 0.25 |
| Hex | 0 | 82 | 53 | 64 | 0 | 24 | 31 | 9E | 64 | 19 |
| Octal | 0 | 202 | 123 | 144 | 0 | 44 | 61 | 236 | 144 | 31 |
| Binary | 0 | 10000010 | 1010011 | 1100100 | 0 | 100100 | 110001 | 10011110 | 1100100 | 11001 |
Color Harmonies of #008253
Complementary color
Monochromatic Colors of #008253
Black with #008253
Text Example
Text Example
White with #008253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008253; }
p { color: rgb(0,130,83); }
H1.HeaderClassName
{
color: #008253;
}
.AnyTagClassName
{
color: #008253;
}
</style>
background-color css
<style>
a { background-color: #008253; }
a { background-color: rgb(0,130,83); }
div.DivClassName
{
background-color: #008253;
}
.BgClassName
{
background-color: #008253;
}
</style>
border-color css
<style>
span { border-color: #008253; }
span { border-color: rgb(0,130,83); }
td.TdClassName
{
border-color: #008253;
}
.TagClassName
{
border-color: #008253;
}
</style>