Shades of Deep Sea #17755C
Tints of Deep Sea #17755C
RGB
CMYK
RGB Variations
Color information
#17755C (or 0x17755C) is known color: Deep Sea. HEX triplet: 17, 75 and 5C. RGB value is (23,117,92). Sum of RGB (Red+Green+Blue) = 23+117+92=232 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.91% from 232); Green value is 117 (46.09% from 255 or 50.43% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 117 - color contains mainly: green. Hex color #17755C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17755C is #E88AA3. Grayscale: #565656. Windows color (decimal): -15239844 or 6059287. OLE color: 6059287.
HSL color Cylindrical-coordinate representation of color #17755C: hue angle of 164.04º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #17755C is Cyan = 0.80, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 23 | 117 | 92 | - |
| CMYK | 0.80 | 0 | 0.21 | 0.54 |
| HSL | 164.04º | 0.67% | 0.27% | - |
| HSV(B) | 164.04º | 0.8% | 0.46% | - |
| XYZ | 8.65 | 13.68 | 12.31 | - |
| YUV | 86.04 | 131.36 | 83.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 117 | 92 | 0.80 | 0 | 0.21 | 0.54 | 164.04 | 0.67 | 0.27 |
| Hex | 17 | 75 | 5C | 50 | 0 | 15 | 36 | A4 | 43 | 1B |
| Octal | 27 | 165 | 134 | 120 | 0 | 25 | 66 | 244 | 103 | 33 |
| Binary | 10111 | 1110101 | 1011100 | 1010000 | 0 | 10101 | 110110 | 10100100 | 1000011 | 11011 |
Color Harmonies of #17755C
Complementary color
Monochromatic Colors of #17755C
Black with #17755C
Text Example
Text Example
White with #17755C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17755C; }
p { color: rgb(23,117,92); }
H1.HeaderClassName
{
color: #17755C;
}
.AnyTagClassName
{
color: #17755C;
}
</style>
background-color css
<style>
a { background-color: #17755C; }
a { background-color: rgb(23,117,92); }
div.DivClassName
{
background-color: #17755C;
}
.BgClassName
{
background-color: #17755C;
}
</style>
border-color css
<style>
span { border-color: #17755C; }
span { border-color: rgb(23,117,92); }
td.TdClassName
{
border-color: #17755C;
}
.TagClassName
{
border-color: #17755C;
}
</style>