Shades of Dark Cyan #18848C
Tints of Dark Cyan #18848C
RGB
CMYK
RGB Variations
Color information
#18848C (or 0x18848C) is known color: Dark Cyan. HEX triplet: 18, 84 and 8C. RGB value is (24,132,140). Sum of RGB (Red+Green+Blue) = 24+132+140=296 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.11% from 296); Green value is 132 (51.95% from 255 or 44.59% from 296); Blue value is 140 (55.08% from 255 or 47.30% from 296); Max value from RGB is 140 - color contains mainly: blue. Hex color #18848C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18848C is #E77B73. Grayscale: #646464. Windows color (decimal): -15170420 or 9208856. OLE color: 9208856.
HSL color Cylindrical-coordinate representation of color #18848C: hue angle of 184.14º degrees, saturation: 0.71, 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 #18848C is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 132 | 140 | - |
| CMYK | 0.83 | 0.06 | 0 | 0.45 |
| HSL | 184.14º | 0.71% | 0.32% | - |
| HSV(B) | 184.14º | 0.83% | 0.55% | - |
| XYZ | 13.36 | 18.59 | 27.69 | - |
| YUV | 100.62 | 150.22 | 73.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 132 | 140 | 0.83 | 0.06 | 0 | 0.45 | 184.14 | 0.71 | 0.32 |
| Hex | 18 | 84 | 8C | 53 | 6 | 0 | 2D | B8 | 47 | 20 |
| Octal | 30 | 204 | 214 | 123 | 6 | 0 | 55 | 270 | 107 | 40 |
| Binary | 11000 | 10000100 | 10001100 | 1010011 | 110 | 0 | 101101 | 10111000 | 1000111 | 100000 |
Color Harmonies of #18848C
Complementary color
Monochromatic Colors of #18848C
Black with #18848C
Text Example
Text Example
White with #18848C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18848C; }
p { color: rgb(24,132,140); }
H1.HeaderClassName
{
color: #18848C;
}
.AnyTagClassName
{
color: #18848C;
}
</style>
background-color css
<style>
a { background-color: #18848C; }
a { background-color: rgb(24,132,140); }
div.DivClassName
{
background-color: #18848C;
}
.BgClassName
{
background-color: #18848C;
}
</style>
border-color css
<style>
span { border-color: #18848C; }
span { border-color: rgb(24,132,140); }
td.TdClassName
{
border-color: #18848C;
}
.TagClassName
{
border-color: #18848C;
}
</style>