Shades of Deep Sea #177364
Tints of Deep Sea #177364
RGB
CMYK
RGB Variations
Color information
#177364 (or 0x177364) is known color: Deep Sea. HEX triplet: 17, 73 and 64. RGB value is (23,115,100). Sum of RGB (Red+Green+Blue) = 23+115+100=238 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.66% from 238); Green value is 115 (45.31% from 255 or 48.32% from 238); Blue value is 100 (39.45% from 255 or 42.02% from 238); Max value from RGB is 115 - color contains mainly: green. Hex color #177364 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177364 is #E88C9B. Grayscale: #555555. Windows color (decimal): -15240348 or 6583063. OLE color: 6583063.
HSL color Cylindrical-coordinate representation of color #177364: hue angle of 170.22º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #177364 is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 23 | 115 | 100 | - |
| CMYK | 0.80 | 0 | 0.13 | 0.55 |
| HSL | 170.22º | 0.67% | 0.27% | - |
| HSV(B) | 170.22º | 0.8% | 0.45% | - |
| XYZ | 8.78 | 13.36 | 14.17 | - |
| YUV | 85.78 | 136.02 | 83.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 115 | 100 | 0.80 | 0 | 0.13 | 0.55 | 170.22 | 0.67 | 0.27 |
| Hex | 17 | 73 | 64 | 50 | 0 | D | 37 | AA | 43 | 1B |
| Octal | 27 | 163 | 144 | 120 | 0 | 15 | 67 | 252 | 103 | 33 |
| Binary | 10111 | 1110011 | 1100100 | 1010000 | 0 | 1101 | 110111 | 10101010 | 1000011 | 11011 |
Color Harmonies of #177364
Complementary color
Monochromatic Colors of #177364
Black with #177364
Text Example
Text Example
White with #177364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177364; }
p { color: rgb(23,115,100); }
H1.HeaderClassName
{
color: #177364;
}
.AnyTagClassName
{
color: #177364;
}
</style>
background-color css
<style>
a { background-color: #177364; }
a { background-color: rgb(23,115,100); }
div.DivClassName
{
background-color: #177364;
}
.BgClassName
{
background-color: #177364;
}
</style>
border-color css
<style>
span { border-color: #177364; }
span { border-color: rgb(23,115,100); }
td.TdClassName
{
border-color: #177364;
}
.TagClassName
{
border-color: #177364;
}
</style>