Shades of Watercourse #006C53
Tints of Watercourse #006C53
RGB
CMYK
RGB Variations
Color information
#006C53 (or 0x006C53) is known color: Watercourse. HEX triplet: 00, 6C and 53. RGB value is (0,108,83). Sum of RGB (Red+Green+Blue) = 0+108+83=191 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 191); Green value is 108 (42.58% from 255 or 56.54% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 108 - color contains mainly: green. Hex color #006C53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006C53 is #FF93AC. Grayscale: #484848. Windows color (decimal): -16749485 or 5467136. OLE color: 5467136.
HSL color Cylindrical-coordinate representation of color #006C53: hue angle of 166.11º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006C53 is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 0 | 108 | 83 | - |
| CMYK | 1 | 0 | 0.23 | 0.58 |
| HSL | 166.11º | 1% | 0.21% | - |
| HSV(B) | 166.11º | 1% | 0.42% | - |
| XYZ | 6.92 | 11.35 | 10.01 | - |
| YUV | 72.86 | 133.72 | 76.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 108 | 83 | 1 | 0 | 0.23 | 0.58 | 166.11 | 1 | 0.21 |
| Hex | 0 | 6C | 53 | 64 | 0 | 17 | 3A | A6 | 64 | 15 |
| Octal | 0 | 154 | 123 | 144 | 0 | 27 | 72 | 246 | 144 | 25 |
| Binary | 0 | 1101100 | 1010011 | 1100100 | 0 | 10111 | 111010 | 10100110 | 1100100 | 10101 |
Color Harmonies of #006C53
Complementary color
Monochromatic Colors of #006C53
Black with #006C53
Text Example
Text Example
White with #006C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006C53; }
p { color: rgb(0,108,83); }
H1.HeaderClassName
{
color: #006C53;
}
.AnyTagClassName
{
color: #006C53;
}
</style>
background-color css
<style>
a { background-color: #006C53; }
a { background-color: rgb(0,108,83); }
div.DivClassName
{
background-color: #006C53;
}
.BgClassName
{
background-color: #006C53;
}
</style>
border-color css
<style>
span { border-color: #006C53; }
span { border-color: rgb(0,108,83); }
td.TdClassName
{
border-color: #006C53;
}
.TagClassName
{
border-color: #006C53;
}
</style>