Shades of Dark Cyan #18838C
Tints of Dark Cyan #18838C
RGB
CMYK
RGB Variations
Color information
#18838C (or 0x18838C) is known color: Dark Cyan. HEX triplet: 18, 83 and 8C. RGB value is (24,131,140). Sum of RGB (Red+Green+Blue) = 24+131+140=295 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.14% from 295); Green value is 131 (51.56% from 255 or 44.41% from 295); Blue value is 140 (55.08% from 255 or 47.46% from 295); Max value from RGB is 140 - color contains mainly: blue. Hex color #18838C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18838C is #E77C73. Grayscale: #636363. Windows color (decimal): -15170676 or 9208600. OLE color: 9208600.
HSL color Cylindrical-coordinate representation of color #18838C: hue angle of 184.66º 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 #18838C is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 131 | 140 | - |
| CMYK | 0.83 | 0.06 | 0 | 0.45 |
| HSL | 184.66º | 0.71% | 0.32% | - |
| HSV(B) | 184.66º | 0.83% | 0.55% | - |
| XYZ | 13.23 | 18.32 | 27.65 | - |
| YUV | 100.03 | 150.55 | 73.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 131 | 140 | 0.83 | 0.06 | 0 | 0.45 | 184.66 | 0.71 | 0.32 |
| Hex | 18 | 83 | 8C | 53 | 6 | 0 | 2D | B9 | 47 | 20 |
| Octal | 30 | 203 | 214 | 123 | 6 | 0 | 55 | 271 | 107 | 40 |
| Binary | 11000 | 10000011 | 10001100 | 1010011 | 110 | 0 | 101101 | 10111001 | 1000111 | 100000 |
Color Harmonies of #18838C
Complementary color
Monochromatic Colors of #18838C
Black with #18838C
Text Example
Text Example
White with #18838C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18838C; }
p { color: rgb(24,131,140); }
H1.HeaderClassName
{
color: #18838C;
}
.AnyTagClassName
{
color: #18838C;
}
</style>
background-color css
<style>
a { background-color: #18838C; }
a { background-color: rgb(24,131,140); }
div.DivClassName
{
background-color: #18838C;
}
.BgClassName
{
background-color: #18838C;
}
</style>
border-color css
<style>
span { border-color: #18838C; }
span { border-color: rgb(24,131,140); }
td.TdClassName
{
border-color: #18838C;
}
.TagClassName
{
border-color: #18838C;
}
</style>