Shades of Deep Sea #17816D
Tints of Deep Sea #17816D
RGB
CMYK
RGB Variations
Color information
#17816D (or 0x17816D) is known color: Deep Sea. HEX triplet: 17, 81 and 6D. RGB value is (23,129,109). Sum of RGB (Red+Green+Blue) = 23+129+109=261 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.81% from 261); Green value is 129 (50.78% from 255 or 49.43% from 261); Blue value is 109 (42.97% from 255 or 41.76% from 261); Max value from RGB is 129 - color contains mainly: green. Hex color #17816D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #17816D is #E87E92. Grayscale: #5F5F5F. Windows color (decimal): -15236755 or 7176471. OLE color: 7176471.
HSL color Cylindrical-coordinate representation of color #17816D: hue angle of 168.68º 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 #17816D is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 23 | 129 | 109 | - |
| CMYK | 0.82 | 0 | 0.16 | 0.49 |
| HSL | 168.68º | 0.7% | 0.3% | - |
| HSV(B) | 168.68º | 0.82% | 0.51% | - |
| XYZ | 10.96 | 16.99 | 17.17 | - |
| YUV | 95.03 | 135.88 | 76.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 129 | 109 | 0.82 | 0 | 0.16 | 0.49 | 168.68 | 0.7 | 0.3 |
| Hex | 17 | 81 | 6D | 52 | 0 | 10 | 31 | A9 | 46 | 1E |
| Octal | 27 | 201 | 155 | 122 | 0 | 20 | 61 | 251 | 106 | 36 |
| Binary | 10111 | 10000001 | 1101101 | 1010010 | 0 | 10000 | 110001 | 10101001 | 1000110 | 11110 |
Color Harmonies of #17816D
Complementary color
Monochromatic Colors of #17816D
Black with #17816D
Text Example
Text Example
White with #17816D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17816D; }
p { color: rgb(23,129,109); }
H1.HeaderClassName
{
color: #17816D;
}
.AnyTagClassName
{
color: #17816D;
}
</style>
background-color css
<style>
a { background-color: #17816D; }
a { background-color: rgb(23,129,109); }
div.DivClassName
{
background-color: #17816D;
}
.BgClassName
{
background-color: #17816D;
}
</style>
border-color css
<style>
span { border-color: #17816D; }
span { border-color: rgb(23,129,109); }
td.TdClassName
{
border-color: #17816D;
}
.TagClassName
{
border-color: #17816D;
}
</style>