Shades of Dark Cyan #17858B
Tints of Dark Cyan #17858B
RGB
CMYK
RGB Variations
Color information
#17858B (or 0x17858B) is known color: Dark Cyan. HEX triplet: 17, 85 and 8B. RGB value is (23,133,139). Sum of RGB (Red+Green+Blue) = 23+133+139=295 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.80% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 139 (54.69% from 255 or 47.12% from 295); Max value from RGB is 139 - color contains mainly: blue. Hex color #17858B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #17858B is #E87A74. Grayscale: #646464. Windows color (decimal): -15235701 or 9143575. OLE color: 9143575.
HSL color Cylindrical-coordinate representation of color #17858B: hue angle of 183.1º 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 #17858B is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 23 | 133 | 139 | - |
| CMYK | 0.83 | 0.04 | 0 | 0.45 |
| HSL | 183.1º | 0.72% | 0.32% | - |
| HSV(B) | 183.1º | 0.83% | 0.55% | - |
| XYZ | 13.4 | 18.82 | 27.35 | - |
| YUV | 100.79 | 149.56 | 72.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 133 | 139 | 0.83 | 0.04 | 0 | 0.45 | 183.1 | 0.72 | 0.32 |
| Hex | 17 | 85 | 8B | 53 | 4 | 0 | 2D | B7 | 48 | 20 |
| Octal | 27 | 205 | 213 | 123 | 4 | 0 | 55 | 267 | 110 | 40 |
| Binary | 10111 | 10000101 | 10001011 | 1010011 | 100 | 0 | 101101 | 10110111 | 1001000 | 100000 |
Color Harmonies of #17858B
Complementary color
Monochromatic Colors of #17858B
Black with #17858B
Text Example
Text Example
White with #17858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17858B; }
p { color: rgb(23,133,139); }
H1.HeaderClassName
{
color: #17858B;
}
.AnyTagClassName
{
color: #17858B;
}
</style>
background-color css
<style>
a { background-color: #17858B; }
a { background-color: rgb(23,133,139); }
div.DivClassName
{
background-color: #17858B;
}
.BgClassName
{
background-color: #17858B;
}
</style>
border-color css
<style>
span { border-color: #17858B; }
span { border-color: rgb(23,133,139); }
td.TdClassName
{
border-color: #17858B;
}
.TagClassName
{
border-color: #17858B;
}
</style>