Shades of Dark Cyan #129183
Tints of Dark Cyan #129183
RGB
CMYK
RGB Variations
Color information
#129183 (or 0x129183) is known color: Dark Cyan. HEX triplet: 12, 91 and 83. RGB value is (18,145,131). Sum of RGB (Red+Green+Blue) = 18+145+131=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 145 (57.03% from 255 or 49.32% from 294); Blue value is 131 (51.56% from 255 or 44.56% from 294); Max value from RGB is 145 - color contains mainly: green. Hex color #129183 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129183 is #ED6E7C. Grayscale: #696969. Windows color (decimal): -15560317 or 8622354. OLE color: 8622354.
HSL color Cylindrical-coordinate representation of color #129183: hue angle of 173.39º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129183 is Cyan = 0.88, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 145 | 131 | - |
| CMYK | 0.88 | 0 | 0.10 | 0.43 |
| HSL | 173.39º | 0.78% | 0.32% | - |
| HSV(B) | 173.39º | 0.88% | 0.57% | - |
| XYZ | 14.47 | 22.02 | 24.96 | - |
| YUV | 105.43 | 142.42 | 65.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 145 | 131 | 0.88 | 0 | 0.10 | 0.43 | 173.39 | 0.78 | 0.32 |
| Hex | 12 | 91 | 83 | 58 | 0 | A | 2B | AD | 4E | 20 |
| Octal | 22 | 221 | 203 | 130 | 0 | 12 | 53 | 255 | 116 | 40 |
| Binary | 10010 | 10010001 | 10000011 | 1011000 | 0 | 1010 | 101011 | 10101101 | 1001110 | 100000 |
Color Harmonies of #129183
Complementary color
Monochromatic Colors of #129183
Black with #129183
Text Example
Text Example
White with #129183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129183; }
p { color: rgb(18,145,131); }
H1.HeaderClassName
{
color: #129183;
}
.AnyTagClassName
{
color: #129183;
}
</style>
background-color css
<style>
a { background-color: #129183; }
a { background-color: rgb(18,145,131); }
div.DivClassName
{
background-color: #129183;
}
.BgClassName
{
background-color: #129183;
}
</style>
border-color css
<style>
span { border-color: #129183; }
span { border-color: rgb(18,145,131); }
td.TdClassName
{
border-color: #129183;
}
.TagClassName
{
border-color: #129183;
}
</style>