Shades of Dark Cyan #17828F
Tints of Dark Cyan #17828F
RGB
CMYK
RGB Variations
Color information
#17828F (or 0x17828F) is known color: Dark Cyan. HEX triplet: 17, 82 and 8F. RGB value is (23,130,143). Sum of RGB (Red+Green+Blue) = 23+130+143=296 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.77% from 296); Green value is 130 (51.17% from 255 or 43.92% from 296); Blue value is 143 (56.25% from 255 or 48.31% from 296); Max value from RGB is 143 - color contains mainly: blue. Hex color #17828F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #17828F is #E87D70. Grayscale: #636363. Windows color (decimal): -15236465 or 9404951. OLE color: 9404951.
HSL color Cylindrical-coordinate representation of color #17828F: hue angle of 186.5º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #17828F is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 23 | 130 | 143 | - |
| CMYK | 0.84 | 0.09 | 0 | 0.44 |
| HSL | 186.5º | 0.72% | 0.33% | - |
| HSV(B) | 186.5º | 0.84% | 0.56% | - |
| XYZ | 13.29 | 18.13 | 28.79 | - |
| YUV | 99.49 | 152.55 | 73.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 130 | 143 | 0.84 | 0.09 | 0 | 0.44 | 186.5 | 0.72 | 0.33 |
| Hex | 17 | 82 | 8F | 54 | 9 | 0 | 2C | BA | 48 | 21 |
| Octal | 27 | 202 | 217 | 124 | 11 | 0 | 54 | 272 | 110 | 41 |
| Binary | 10111 | 10000010 | 10001111 | 1010100 | 1001 | 0 | 101100 | 10111010 | 1001000 | 100001 |
Color Harmonies of #17828F
Complementary color
Monochromatic Colors of #17828F
Black with #17828F
Text Example
Text Example
White with #17828F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17828F; }
p { color: rgb(23,130,143); }
H1.HeaderClassName
{
color: #17828F;
}
.AnyTagClassName
{
color: #17828F;
}
</style>
background-color css
<style>
a { background-color: #17828F; }
a { background-color: rgb(23,130,143); }
div.DivClassName
{
background-color: #17828F;
}
.BgClassName
{
background-color: #17828F;
}
</style>
border-color css
<style>
span { border-color: #17828F; }
span { border-color: rgb(23,130,143); }
td.TdClassName
{
border-color: #17828F;
}
.TagClassName
{
border-color: #17828F;
}
</style>