Shades of Deep Sea #178165
Tints of Deep Sea #178165
RGB
CMYK
RGB Variations
Color information
#178165 (or 0x178165) is known color: Deep Sea. HEX triplet: 17, 81 and 65. RGB value is (23,129,101). Sum of RGB (Red+Green+Blue) = 23+129+101=253 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.09% from 253); Green value is 129 (50.78% from 255 or 50.99% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 129 - color contains mainly: green. Hex color #178165 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #178165 is #E87E9A. Grayscale: #5E5E5E. Windows color (decimal): -15236763 or 6652183. OLE color: 6652183.
HSL color Cylindrical-coordinate representation of color #178165: hue angle of 164.15º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #178165 is Cyan = 0.82, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 23 | 129 | 101 | - |
| CMYK | 0.82 | 0 | 0.22 | 0.49 |
| HSL | 164.15º | 0.7% | 0.3% | - |
| HSV(B) | 164.15º | 0.82% | 0.51% | - |
| XYZ | 10.55 | 16.82 | 15 | - |
| YUV | 94.11 | 131.88 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 129 | 101 | 0.82 | 0 | 0.22 | 0.49 | 164.15 | 0.7 | 0.3 |
| Hex | 17 | 81 | 65 | 52 | 0 | 16 | 31 | A4 | 46 | 1E |
| Octal | 27 | 201 | 145 | 122 | 0 | 26 | 61 | 244 | 106 | 36 |
| Binary | 10111 | 10000001 | 1100101 | 1010010 | 0 | 10110 | 110001 | 10100100 | 1000110 | 11110 |
Color Harmonies of #178165
Complementary color
Monochromatic Colors of #178165
Black with #178165
Text Example
Text Example
White with #178165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178165; }
p { color: rgb(23,129,101); }
H1.HeaderClassName
{
color: #178165;
}
.AnyTagClassName
{
color: #178165;
}
</style>
background-color css
<style>
a { background-color: #178165; }
a { background-color: rgb(23,129,101); }
div.DivClassName
{
background-color: #178165;
}
.BgClassName
{
background-color: #178165;
}
</style>
border-color css
<style>
span { border-color: #178165; }
span { border-color: rgb(23,129,101); }
td.TdClassName
{
border-color: #178165;
}
.TagClassName
{
border-color: #178165;
}
</style>