Shades of Dark Cyan #17808B
Tints of Dark Cyan #17808B
RGB
CMYK
RGB Variations
Color information
#17808B (or 0x17808B) is known color: Dark Cyan. HEX triplet: 17, 80 and 8B. RGB value is (23,128,139). Sum of RGB (Red+Green+Blue) = 23+128+139=290 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.93% from 290); Green value is 128 (50.39% from 255 or 44.14% from 290); Blue value is 139 (54.69% from 255 or 47.93% from 290); Max value from RGB is 139 - color contains mainly: blue. Hex color #17808B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #17808B is #E87F74. Grayscale: #616161. Windows color (decimal): -15236981 or 9142295. OLE color: 9142295.
HSL color Cylindrical-coordinate representation of color #17808B: hue angle of 185.69º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #17808B is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 23 | 128 | 139 | - |
| CMYK | 0.83 | 0.08 | 0 | 0.45 |
| HSL | 185.69º | 0.72% | 0.32% | - |
| HSV(B) | 185.69º | 0.83% | 0.55% | - |
| XYZ | 12.73 | 17.48 | 27.13 | - |
| YUV | 97.86 | 151.21 | 74.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 128 | 139 | 0.83 | 0.08 | 0 | 0.45 | 185.69 | 0.72 | 0.32 |
| Hex | 17 | 80 | 8B | 53 | 8 | 0 | 2D | BA | 48 | 20 |
| Octal | 27 | 200 | 213 | 123 | 10 | 0 | 55 | 272 | 110 | 40 |
| Binary | 10111 | 10000000 | 10001011 | 1010011 | 1000 | 0 | 101101 | 10111010 | 1001000 | 100000 |
Color Harmonies of #17808B
Complementary color
Monochromatic Colors of #17808B
Black with #17808B
Text Example
Text Example
White with #17808B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17808B; }
p { color: rgb(23,128,139); }
H1.HeaderClassName
{
color: #17808B;
}
.AnyTagClassName
{
color: #17808B;
}
</style>
background-color css
<style>
a { background-color: #17808B; }
a { background-color: rgb(23,128,139); }
div.DivClassName
{
background-color: #17808B;
}
.BgClassName
{
background-color: #17808B;
}
</style>
border-color css
<style>
span { border-color: #17808B; }
span { border-color: rgb(23,128,139); }
td.TdClassName
{
border-color: #17808B;
}
.TagClassName
{
border-color: #17808B;
}
</style>