Shades of Watercourse #095D4B
Tints of Watercourse #095D4B
RGB
CMYK
RGB Variations
Color information
#095D4B (or 0x095D4B) is known color: Watercourse. HEX triplet: 09, 5D and 4B. RGB value is (9,93,75). Sum of RGB (Red+Green+Blue) = 9+93+75=177 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.08% from 177); Green value is 93 (36.72% from 255 or 52.54% from 177); Blue value is 75 (29.69% from 255 or 42.37% from 177); Max value from RGB is 93 - color contains mainly: green. Hex color #095D4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095D4B is #F6A2B4. Grayscale: #414141. Windows color (decimal): -16163509 or 4939017. OLE color: 4939017.
HSL color Cylindrical-coordinate representation of color #095D4B: hue angle of 167.14º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095D4B is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 93 | 75 | - |
| CMYK | 0.90 | 0 | 0.19 | 0.64 |
| HSL | 167.14º | 0.82% | 0.2% | - |
| HSV(B) | 167.14º | 0.9% | 0.36% | - |
| XYZ | 5.3 | 8.39 | 8 | - |
| YUV | 65.83 | 133.17 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 93 | 75 | 0.90 | 0 | 0.19 | 0.64 | 167.14 | 0.82 | 0.2 |
| Hex | 9 | 5D | 4B | 5A | 0 | 13 | 40 | A7 | 52 | 14 |
| Octal | 11 | 135 | 113 | 132 | 0 | 23 | 100 | 247 | 122 | 24 |
| Binary | 1001 | 1011101 | 1001011 | 1011010 | 0 | 10011 | 1000000 | 10100111 | 1010010 | 10100 |
Color Harmonies of #095D4B
Complementary color
Monochromatic Colors of #095D4B
Black with #095D4B
Text Example
Text Example
White with #095D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095D4B; }
p { color: rgb(9,93,75); }
H1.HeaderClassName
{
color: #095D4B;
}
.AnyTagClassName
{
color: #095D4B;
}
</style>
background-color css
<style>
a { background-color: #095D4B; }
a { background-color: rgb(9,93,75); }
div.DivClassName
{
background-color: #095D4B;
}
.BgClassName
{
background-color: #095D4B;
}
</style>
border-color css
<style>
span { border-color: #095D4B; }
span { border-color: rgb(9,93,75); }
td.TdClassName
{
border-color: #095D4B;
}
.TagClassName
{
border-color: #095D4B;
}
</style>