Shades of Dark Cyan #17838C
Tints of Dark Cyan #17838C
RGB
CMYK
RGB Variations
Color information
#17838C (or 0x17838C) is known color: Dark Cyan. HEX triplet: 17, 83 and 8C. RGB value is (23,131,140). Sum of RGB (Red+Green+Blue) = 23+131+140=294 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.82% from 294); Green value is 131 (51.56% from 255 or 44.56% from 294); Blue value is 140 (55.08% from 255 or 47.62% from 294); Max value from RGB is 140 - color contains mainly: blue. Hex color #17838C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #17838C is #E87C73. Grayscale: #636363. Windows color (decimal): -15236212 or 9208599. OLE color: 9208599.
HSL color Cylindrical-coordinate representation of color #17838C: hue angle of 184.62º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #17838C is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 23 | 131 | 140 | - |
| CMYK | 0.84 | 0.06 | 0 | 0.45 |
| HSL | 184.62º | 0.72% | 0.32% | - |
| HSV(B) | 184.62º | 0.84% | 0.55% | - |
| XYZ | 13.2 | 18.31 | 27.65 | - |
| YUV | 99.73 | 150.72 | 73.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 131 | 140 | 0.84 | 0.06 | 0 | 0.45 | 184.62 | 0.72 | 0.32 |
| Hex | 17 | 83 | 8C | 54 | 6 | 0 | 2D | B9 | 48 | 20 |
| Octal | 27 | 203 | 214 | 124 | 6 | 0 | 55 | 271 | 110 | 40 |
| Binary | 10111 | 10000011 | 10001100 | 1010100 | 110 | 0 | 101101 | 10111001 | 1001000 | 100000 |
Color Harmonies of #17838C
Complementary color
Monochromatic Colors of #17838C
Black with #17838C
Text Example
Text Example
White with #17838C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17838C; }
p { color: rgb(23,131,140); }
H1.HeaderClassName
{
color: #17838C;
}
.AnyTagClassName
{
color: #17838C;
}
</style>
background-color css
<style>
a { background-color: #17838C; }
a { background-color: rgb(23,131,140); }
div.DivClassName
{
background-color: #17838C;
}
.BgClassName
{
background-color: #17838C;
}
</style>
border-color css
<style>
span { border-color: #17838C; }
span { border-color: rgb(23,131,140); }
td.TdClassName
{
border-color: #17838C;
}
.TagClassName
{
border-color: #17838C;
}
</style>