Shades of Deep Sea #177F74
Tints of Deep Sea #177F74
RGB
CMYK
RGB Variations
Color information
#177F74 (or 0x177F74) is known color: Deep Sea. HEX triplet: 17, 7F and 74. RGB value is (23,127,116). Sum of RGB (Red+Green+Blue) = 23+127+116=266 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.65% from 266); Green value is 127 (50% from 255 or 47.74% from 266); Blue value is 116 (45.70% from 255 or 43.61% from 266); Max value from RGB is 127 - color contains mainly: green. Hex color #177F74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177F74 is #E8808B. Grayscale: #5E5E5E. Windows color (decimal): -15237260 or 7634711. OLE color: 7634711.
HSL color Cylindrical-coordinate representation of color #177F74: hue angle of 173.65º 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 #177F74 is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 23 | 127 | 116 | - |
| CMYK | 0.82 | 0 | 0.09 | 0.50 |
| HSL | 173.65º | 0.69% | 0.29% | - |
| HSV(B) | 173.65º | 0.82% | 0.5% | - |
| XYZ | 11.1 | 16.62 | 19.15 | - |
| YUV | 94.65 | 140.04 | 76.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 127 | 116 | 0.82 | 0 | 0.09 | 0.50 | 173.65 | 0.69 | 0.29 |
| Hex | 17 | 7F | 74 | 52 | 0 | 9 | 32 | AE | 45 | 1D |
| Octal | 27 | 177 | 164 | 122 | 0 | 11 | 62 | 256 | 105 | 35 |
| Binary | 10111 | 1111111 | 1110100 | 1010010 | 0 | 1001 | 110010 | 10101110 | 1000101 | 11101 |
Color Harmonies of #177F74
Complementary color
Monochromatic Colors of #177F74
Black with #177F74
Text Example
Text Example
White with #177F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177F74; }
p { color: rgb(23,127,116); }
H1.HeaderClassName
{
color: #177F74;
}
.AnyTagClassName
{
color: #177F74;
}
</style>
background-color css
<style>
a { background-color: #177F74; }
a { background-color: rgb(23,127,116); }
div.DivClassName
{
background-color: #177F74;
}
.BgClassName
{
background-color: #177F74;
}
</style>
border-color css
<style>
span { border-color: #177F74; }
span { border-color: rgb(23,127,116); }
td.TdClassName
{
border-color: #177F74;
}
.TagClassName
{
border-color: #177F74;
}
</style>