Shades of Deep Sea #17766C
Tints of Deep Sea #17766C
RGB
CMYK
RGB Variations
Color information
#17766C (or 0x17766C) is known color: Deep Sea. HEX triplet: 17, 76 and 6C. RGB value is (23,118,108). Sum of RGB (Red+Green+Blue) = 23+118+108=249 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.24% from 249); Green value is 118 (46.48% from 255 or 47.39% from 249); Blue value is 108 (42.58% from 255 or 43.37% from 249); Max value from RGB is 118 - color contains mainly: green. Hex color #17766C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17766C is #E88993. Grayscale: #585858. Windows color (decimal): -15239572 or 7108119. OLE color: 7108119.
HSL color Cylindrical-coordinate representation of color #17766C: hue angle of 173.68º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #17766C is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 23 | 118 | 108 | - |
| CMYK | 0.81 | 0 | 0.08 | 0.54 |
| HSL | 173.68º | 0.67% | 0.28% | - |
| HSV(B) | 173.68º | 0.81% | 0.46% | - |
| XYZ | 9.54 | 14.22 | 16.43 | - |
| YUV | 88.46 | 139.03 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 118 | 108 | 0.81 | 0 | 0.08 | 0.54 | 173.68 | 0.67 | 0.28 |
| Hex | 17 | 76 | 6C | 51 | 0 | 8 | 36 | AE | 43 | 1C |
| Octal | 27 | 166 | 154 | 121 | 0 | 10 | 66 | 256 | 103 | 34 |
| Binary | 10111 | 1110110 | 1101100 | 1010001 | 0 | 1000 | 110110 | 10101110 | 1000011 | 11100 |
Color Harmonies of #17766C
Complementary color
Monochromatic Colors of #17766C
Black with #17766C
Text Example
Text Example
White with #17766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17766C; }
p { color: rgb(23,118,108); }
H1.HeaderClassName
{
color: #17766C;
}
.AnyTagClassName
{
color: #17766C;
}
</style>
background-color css
<style>
a { background-color: #17766C; }
a { background-color: rgb(23,118,108); }
div.DivClassName
{
background-color: #17766C;
}
.BgClassName
{
background-color: #17766C;
}
</style>
border-color css
<style>
span { border-color: #17766C; }
span { border-color: rgb(23,118,108); }
td.TdClassName
{
border-color: #17766C;
}
.TagClassName
{
border-color: #17766C;
}
</style>