Shades of Dark Cyan #18838A
Tints of Dark Cyan #18838A
RGB
CMYK
RGB Variations
Color information
#18838A (or 0x18838A) is known color: Dark Cyan. HEX triplet: 18, 83 and 8A. RGB value is (24,131,138). Sum of RGB (Red+Green+Blue) = 24+131+138=293 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.19% from 293); Green value is 131 (51.56% from 255 or 44.71% 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 #18838A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18838A is #E77C75. Grayscale: #636363. Windows color (decimal): -15170678 or 9077528. OLE color: 9077528.
HSL color Cylindrical-coordinate representation of color #18838A: hue angle of 183.68º degrees, saturation: 0.7, 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 #18838A is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 131 | 138 | - |
| CMYK | 0.83 | 0.05 | 0 | 0.46 |
| HSL | 183.68º | 0.7% | 0.32% | - |
| HSV(B) | 183.68º | 0.83% | 0.54% | - |
| XYZ | 13.08 | 18.26 | 26.88 | - |
| YUV | 99.81 | 149.55 | 73.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 131 | 138 | 0.83 | 0.05 | 0 | 0.46 | 183.68 | 0.7 | 0.32 |
| Hex | 18 | 83 | 8A | 53 | 5 | 0 | 2E | B8 | 46 | 20 |
| Octal | 30 | 203 | 212 | 123 | 5 | 0 | 56 | 270 | 106 | 40 |
| Binary | 11000 | 10000011 | 10001010 | 1010011 | 101 | 0 | 101110 | 10111000 | 1000110 | 100000 |
Color Harmonies of #18838A
Complementary color
Monochromatic Colors of #18838A
Black with #18838A
Text Example
Text Example
White with #18838A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18838A; }
p { color: rgb(24,131,138); }
H1.HeaderClassName
{
color: #18838A;
}
.AnyTagClassName
{
color: #18838A;
}
</style>
background-color css
<style>
a { background-color: #18838A; }
a { background-color: rgb(24,131,138); }
div.DivClassName
{
background-color: #18838A;
}
.BgClassName
{
background-color: #18838A;
}
</style>
border-color css
<style>
span { border-color: #18838A; }
span { border-color: rgb(24,131,138); }
td.TdClassName
{
border-color: #18838A;
}
.TagClassName
{
border-color: #18838A;
}
</style>