Shades of Dark Cyan #17848B
Tints of Dark Cyan #17848B
RGB
CMYK
RGB Variations
Color information
#17848B (or 0x17848B) is known color: Dark Cyan. HEX triplet: 17, 84 and 8B. RGB value is (23,132,139). Sum of RGB (Red+Green+Blue) = 23+132+139=294 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.82% from 294); Green value is 132 (51.95% from 255 or 44.90% from 294); Blue value is 139 (54.69% from 255 or 47.28% from 294); Max value from RGB is 139 - color contains mainly: blue. Hex color #17848B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #17848B is #E87B74. Grayscale: #646464. Windows color (decimal): -15235957 or 9143319. OLE color: 9143319.
HSL color Cylindrical-coordinate representation of color #17848B: hue angle of 183.62º 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 #17848B is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 23 | 132 | 139 | - |
| CMYK | 0.83 | 0.05 | 0 | 0.45 |
| HSL | 183.62º | 0.72% | 0.32% | - |
| HSV(B) | 183.62º | 0.83% | 0.55% | - |
| XYZ | 13.26 | 18.55 | 27.31 | - |
| YUV | 100.21 | 149.89 | 72.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 132 | 139 | 0.83 | 0.05 | 0 | 0.45 | 183.62 | 0.72 | 0.32 |
| Hex | 17 | 84 | 8B | 53 | 5 | 0 | 2D | B8 | 48 | 20 |
| Octal | 27 | 204 | 213 | 123 | 5 | 0 | 55 | 270 | 110 | 40 |
| Binary | 10111 | 10000100 | 10001011 | 1010011 | 101 | 0 | 101101 | 10111000 | 1001000 | 100000 |
Color Harmonies of #17848B
Complementary color
Monochromatic Colors of #17848B
Black with #17848B
Text Example
Text Example
White with #17848B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17848B; }
p { color: rgb(23,132,139); }
H1.HeaderClassName
{
color: #17848B;
}
.AnyTagClassName
{
color: #17848B;
}
</style>
background-color css
<style>
a { background-color: #17848B; }
a { background-color: rgb(23,132,139); }
div.DivClassName
{
background-color: #17848B;
}
.BgClassName
{
background-color: #17848B;
}
</style>
border-color css
<style>
span { border-color: #17848B; }
span { border-color: rgb(23,132,139); }
td.TdClassName
{
border-color: #17848B;
}
.TagClassName
{
border-color: #17848B;
}
</style>