Shades of Deep Sea #177F69
Tints of Deep Sea #177F69
RGB
CMYK
RGB Variations
Color information
#177F69 (or 0x177F69) is known color: Deep Sea. HEX triplet: 17, 7F and 69. RGB value is (23,127,105). Sum of RGB (Red+Green+Blue) = 23+127+105=255 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.02% from 255); Green value is 127 (50% from 255 or 49.80% from 255); Blue value is 105 (41.41% from 255 or 41.18% from 255); Max value from RGB is 127 - color contains mainly: green. Hex color #177F69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177F69 is #E88096. Grayscale: #5D5D5D. Windows color (decimal): -15237271 or 6913815. OLE color: 6913815.
HSL color Cylindrical-coordinate representation of color #177F69: hue angle of 167.31º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #177F69 is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 23 | 127 | 105 | - |
| CMYK | 0.82 | 0 | 0.17 | 0.50 |
| HSL | 167.31º | 0.69% | 0.29% | - |
| HSV(B) | 167.31º | 0.82% | 0.5% | - |
| XYZ | 10.49 | 16.38 | 15.97 | - |
| YUV | 93.4 | 134.54 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 127 | 105 | 0.82 | 0 | 0.17 | 0.50 | 167.31 | 0.69 | 0.29 |
| Hex | 17 | 7F | 69 | 52 | 0 | 11 | 32 | A7 | 45 | 1D |
| Octal | 27 | 177 | 151 | 122 | 0 | 21 | 62 | 247 | 105 | 35 |
| Binary | 10111 | 1111111 | 1101001 | 1010010 | 0 | 10001 | 110010 | 10100111 | 1000101 | 11101 |
Color Harmonies of #177F69
Complementary color
Monochromatic Colors of #177F69
Black with #177F69
Text Example
Text Example
White with #177F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177F69; }
p { color: rgb(23,127,105); }
H1.HeaderClassName
{
color: #177F69;
}
.AnyTagClassName
{
color: #177F69;
}
</style>
background-color css
<style>
a { background-color: #177F69; }
a { background-color: rgb(23,127,105); }
div.DivClassName
{
background-color: #177F69;
}
.BgClassName
{
background-color: #177F69;
}
</style>
border-color css
<style>
span { border-color: #177F69; }
span { border-color: rgb(23,127,105); }
td.TdClassName
{
border-color: #177F69;
}
.TagClassName
{
border-color: #177F69;
}
</style>