Shades of Deep Sea #17755F
Tints of Deep Sea #17755F
RGB
CMYK
RGB Variations
Color information
#17755F (or 0x17755F) is known color: Deep Sea. HEX triplet: 17, 75 and 5F. RGB value is (23,117,95). Sum of RGB (Red+Green+Blue) = 23+117+95=235 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.79% from 235); Green value is 117 (46.09% from 255 or 49.79% from 235); Blue value is 95 (37.5% from 255 or 40.43% from 235); Max value from RGB is 117 - color contains mainly: green. Hex color #17755F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17755F is #E88AA0. Grayscale: #565656. Windows color (decimal): -15239841 or 6255895. OLE color: 6255895.
HSL color Cylindrical-coordinate representation of color #17755F: hue angle of 165.96º 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 #17755F is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 23 | 117 | 95 | - |
| CMYK | 0.80 | 0 | 0.19 | 0.54 |
| HSL | 165.96º | 0.67% | 0.27% | - |
| HSV(B) | 165.96º | 0.8% | 0.46% | - |
| XYZ | 8.78 | 13.73 | 13.01 | - |
| YUV | 86.39 | 132.86 | 82.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 117 | 95 | 0.80 | 0 | 0.19 | 0.54 | 165.96 | 0.67 | 0.27 |
| Hex | 17 | 75 | 5F | 50 | 0 | 13 | 36 | A6 | 43 | 1B |
| Octal | 27 | 165 | 137 | 120 | 0 | 23 | 66 | 246 | 103 | 33 |
| Binary | 10111 | 1110101 | 1011111 | 1010000 | 0 | 10011 | 110110 | 10100110 | 1000011 | 11011 |
Color Harmonies of #17755F
Complementary color
Monochromatic Colors of #17755F
Black with #17755F
Text Example
Text Example
White with #17755F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17755F; }
p { color: rgb(23,117,95); }
H1.HeaderClassName
{
color: #17755F;
}
.AnyTagClassName
{
color: #17755F;
}
</style>
background-color css
<style>
a { background-color: #17755F; }
a { background-color: rgb(23,117,95); }
div.DivClassName
{
background-color: #17755F;
}
.BgClassName
{
background-color: #17755F;
}
</style>
border-color css
<style>
span { border-color: #17755F; }
span { border-color: rgb(23,117,95); }
td.TdClassName
{
border-color: #17755F;
}
.TagClassName
{
border-color: #17755F;
}
</style>