Shades of Watercourse #00834B
Tints of Watercourse #00834B
RGB
CMYK
RGB Variations
Color information
#00834B (or 0x00834B) is known color: Watercourse. HEX triplet: 00, 83 and 4B. RGB value is (0,131,75). Sum of RGB (Red+Green+Blue) = 0+131+75=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 131 (51.56% from 255 or 63.59% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 131 - color contains mainly: green. Hex color #00834B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00834B is #FF7CB4. Grayscale: #555555. Windows color (decimal): -16743605 or 4948736. OLE color: 4948736.
HSL color Cylindrical-coordinate representation of color #00834B: hue angle of 154.35º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00834B is Cyan = 1, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 131 | 75 | - |
| CMYK | 1 | 0 | 0.43 | 0.49 |
| HSL | 154.35º | 1% | 0.26% | - |
| HSV(B) | 154.35º | 1% | 0.51% | - |
| XYZ | 9.39 | 16.74 | 9.39 | - |
| YUV | 85.45 | 122.1 | 67.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 131 | 75 | 1 | 0 | 0.43 | 0.49 | 154.35 | 1 | 0.26 |
| Hex | 0 | 83 | 4B | 64 | 0 | 2B | 31 | 9A | 64 | 1A |
| Octal | 0 | 203 | 113 | 144 | 0 | 53 | 61 | 232 | 144 | 32 |
| Binary | 0 | 10000011 | 1001011 | 1100100 | 0 | 101011 | 110001 | 10011010 | 1100100 | 11010 |
Color Harmonies of #00834B
Complementary color
Monochromatic Colors of #00834B
Black with #00834B
Text Example
Text Example
White with #00834B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00834B; }
p { color: rgb(0,131,75); }
H1.HeaderClassName
{
color: #00834B;
}
.AnyTagClassName
{
color: #00834B;
}
</style>
background-color css
<style>
a { background-color: #00834B; }
a { background-color: rgb(0,131,75); }
div.DivClassName
{
background-color: #00834B;
}
.BgClassName
{
background-color: #00834B;
}
</style>
border-color css
<style>
span { border-color: #00834B; }
span { border-color: rgb(0,131,75); }
td.TdClassName
{
border-color: #00834B;
}
.TagClassName
{
border-color: #00834B;
}
</style>