Shades of Deep Sea #177665
Tints of Deep Sea #177665
RGB
CMYK
RGB Variations
Color information
#177665 (or 0x177665) is known color: Deep Sea. HEX triplet: 17, 76 and 65. RGB value is (23,118,101). Sum of RGB (Red+Green+Blue) = 23+118+101=242 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.50% from 242); Green value is 118 (46.48% from 255 or 48.76% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 118 - color contains mainly: green. Hex color #177665 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177665 is #E8899A. Grayscale: #575757. Windows color (decimal): -15239579 or 6649367. OLE color: 6649367.
HSL color Cylindrical-coordinate representation of color #177665: hue angle of 169.26º 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 #177665 is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 23 | 118 | 101 | - |
| CMYK | 0.81 | 0 | 0.14 | 0.54 |
| HSL | 169.26º | 0.67% | 0.28% | - |
| HSV(B) | 169.26º | 0.81% | 0.46% | - |
| XYZ | 9.18 | 14.08 | 14.55 | - |
| YUV | 87.66 | 135.53 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 118 | 101 | 0.81 | 0 | 0.14 | 0.54 | 169.26 | 0.67 | 0.28 |
| Hex | 17 | 76 | 65 | 51 | 0 | E | 36 | A9 | 43 | 1C |
| Octal | 27 | 166 | 145 | 121 | 0 | 16 | 66 | 251 | 103 | 34 |
| Binary | 10111 | 1110110 | 1100101 | 1010001 | 0 | 1110 | 110110 | 10101001 | 1000011 | 11100 |
Color Harmonies of #177665
Complementary color
Monochromatic Colors of #177665
Black with #177665
Text Example
Text Example
White with #177665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177665; }
p { color: rgb(23,118,101); }
H1.HeaderClassName
{
color: #177665;
}
.AnyTagClassName
{
color: #177665;
}
</style>
background-color css
<style>
a { background-color: #177665; }
a { background-color: rgb(23,118,101); }
div.DivClassName
{
background-color: #177665;
}
.BgClassName
{
background-color: #177665;
}
</style>
border-color css
<style>
span { border-color: #177665; }
span { border-color: rgb(23,118,101); }
td.TdClassName
{
border-color: #177665;
}
.TagClassName
{
border-color: #177665;
}
</style>