Shades of Dark Cyan #18828C
Tints of Dark Cyan #18828C
RGB
CMYK
RGB Variations
Color information
#18828C (or 0x18828C) is known color: Dark Cyan. HEX triplet: 18, 82 and 8C. RGB value is (24,130,140). Sum of RGB (Red+Green+Blue) = 24+130+140=294 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.16% from 294); Green value is 130 (51.17% from 255 or 44.22% 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 #18828C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18828C is #E77D73. Grayscale: #636363. Windows color (decimal): -15170932 or 9208344. OLE color: 9208344.
HSL color Cylindrical-coordinate representation of color #18828C: hue angle of 185.17º 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 #18828C is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 130 | 140 | - |
| CMYK | 0.83 | 0.07 | 0 | 0.45 |
| HSL | 185.17º | 0.71% | 0.32% | - |
| HSV(B) | 185.17º | 0.83% | 0.55% | - |
| XYZ | 13.09 | 18.05 | 27.61 | - |
| YUV | 99.45 | 150.88 | 74.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 130 | 140 | 0.83 | 0.07 | 0 | 0.45 | 185.17 | 0.71 | 0.32 |
| Hex | 18 | 82 | 8C | 53 | 7 | 0 | 2D | B9 | 47 | 20 |
| Octal | 30 | 202 | 214 | 123 | 7 | 0 | 55 | 271 | 107 | 40 |
| Binary | 11000 | 10000010 | 10001100 | 1010011 | 111 | 0 | 101101 | 10111001 | 1000111 | 100000 |
Color Harmonies of #18828C
Complementary color
Monochromatic Colors of #18828C
Black with #18828C
Text Example
Text Example
White with #18828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18828C; }
p { color: rgb(24,130,140); }
H1.HeaderClassName
{
color: #18828C;
}
.AnyTagClassName
{
color: #18828C;
}
</style>
background-color css
<style>
a { background-color: #18828C; }
a { background-color: rgb(24,130,140); }
div.DivClassName
{
background-color: #18828C;
}
.BgClassName
{
background-color: #18828C;
}
</style>
border-color css
<style>
span { border-color: #18828C; }
span { border-color: rgb(24,130,140); }
td.TdClassName
{
border-color: #18828C;
}
.TagClassName
{
border-color: #18828C;
}
</style>