Shades of Dark Cyan #17848A
Tints of Dark Cyan #17848A
RGB
CMYK
RGB Variations
Color information
#17848A (or 0x17848A) is known color: Dark Cyan. HEX triplet: 17, 84 and 8A. RGB value is (23,132,138). Sum of RGB (Red+Green+Blue) = 23+132+138=293 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.85% from 293); Green value is 132 (51.95% from 255 or 45.05% from 293); Blue value is 138 (54.30% from 255 or 47.10% from 293); Max value from RGB is 138 - color contains mainly: blue. Hex color #17848A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #17848A is #E87B75. Grayscale: #636363. Windows color (decimal): -15235958 or 9077783. OLE color: 9077783.
HSL color Cylindrical-coordinate representation of color #17848A: hue angle of 183.13º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #17848A is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 23 | 132 | 138 | - |
| CMYK | 0.83 | 0.04 | 0 | 0.46 |
| HSL | 183.13º | 0.71% | 0.32% | - |
| HSV(B) | 183.13º | 0.83% | 0.54% | - |
| XYZ | 13.19 | 18.52 | 26.92 | - |
| YUV | 100.09 | 149.39 | 73.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 132 | 138 | 0.83 | 0.04 | 0 | 0.46 | 183.13 | 0.71 | 0.32 |
| Hex | 17 | 84 | 8A | 53 | 4 | 0 | 2E | B7 | 47 | 20 |
| Octal | 27 | 204 | 212 | 123 | 4 | 0 | 56 | 267 | 107 | 40 |
| Binary | 10111 | 10000100 | 10001010 | 1010011 | 100 | 0 | 101110 | 10110111 | 1000111 | 100000 |
Color Harmonies of #17848A
Complementary color
Monochromatic Colors of #17848A
Black with #17848A
Text Example
Text Example
White with #17848A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17848A; }
p { color: rgb(23,132,138); }
H1.HeaderClassName
{
color: #17848A;
}
.AnyTagClassName
{
color: #17848A;
}
</style>
background-color css
<style>
a { background-color: #17848A; }
a { background-color: rgb(23,132,138); }
div.DivClassName
{
background-color: #17848A;
}
.BgClassName
{
background-color: #17848A;
}
</style>
border-color css
<style>
span { border-color: #17848A; }
span { border-color: rgb(23,132,138); }
td.TdClassName
{
border-color: #17848A;
}
.TagClassName
{
border-color: #17848A;
}
</style>