Shades of Deep Sea #178168
Tints of Deep Sea #178168
RGB
CMYK
RGB Variations
Color information
#178168 (or 0x178168) is known color: Deep Sea. HEX triplet: 17, 81 and 68. RGB value is (23,129,104). Sum of RGB (Red+Green+Blue) = 23+129+104=256 (33% of max value = 765). Red value is 23 (9.38% from 255 or 8.98% from 256); Green value is 129 (50.78% from 255 or 50.39% from 256); Blue value is 104 (41.02% from 255 or 40.62% from 256); Max value from RGB is 129 - color contains mainly: green. Hex color #178168 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #178168 is #E87E97. Grayscale: #5E5E5E. Windows color (decimal): -15236760 or 6848791. OLE color: 6848791.
HSL color Cylindrical-coordinate representation of color #178168: hue angle of 165.85º 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 #178168 is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 23 | 129 | 104 | - |
| CMYK | 0.82 | 0 | 0.19 | 0.49 |
| HSL | 165.85º | 0.7% | 0.3% | - |
| HSV(B) | 165.85º | 0.82% | 0.51% | - |
| XYZ | 10.7 | 16.88 | 15.79 | - |
| YUV | 94.46 | 133.38 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 129 | 104 | 0.82 | 0 | 0.19 | 0.49 | 165.85 | 0.7 | 0.3 |
| Hex | 17 | 81 | 68 | 52 | 0 | 13 | 31 | A6 | 46 | 1E |
| Octal | 27 | 201 | 150 | 122 | 0 | 23 | 61 | 246 | 106 | 36 |
| Binary | 10111 | 10000001 | 1101000 | 1010010 | 0 | 10011 | 110001 | 10100110 | 1000110 | 11110 |
Color Harmonies of #178168
Complementary color
Monochromatic Colors of #178168
Black with #178168
Text Example
Text Example
White with #178168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178168; }
p { color: rgb(23,129,104); }
H1.HeaderClassName
{
color: #178168;
}
.AnyTagClassName
{
color: #178168;
}
</style>
background-color css
<style>
a { background-color: #178168; }
a { background-color: rgb(23,129,104); }
div.DivClassName
{
background-color: #178168;
}
.BgClassName
{
background-color: #178168;
}
</style>
border-color css
<style>
span { border-color: #178168; }
span { border-color: rgb(23,129,104); }
td.TdClassName
{
border-color: #178168;
}
.TagClassName
{
border-color: #178168;
}
</style>