Shades of Dark Cyan #128793
Tints of Dark Cyan #128793
RGB
CMYK
RGB Variations
Color information
#128793 (or 0x128793) is known color: Dark Cyan. HEX triplet: 12, 87 and 93. RGB value is (18,135,147). Sum of RGB (Red+Green+Blue) = 18+135+147=300 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6% from 300); Green value is 135 (53.12% from 255 or 45% from 300); Blue value is 147 (57.81% from 255 or 49% from 300); Max value from RGB is 147 - color contains mainly: blue. Hex color #128793 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128793 is #ED786C. Grayscale: #656565. Windows color (decimal): -15562861 or 9668370. OLE color: 9668370.
HSL color Cylindrical-coordinate representation of color #128793: hue angle of 185.58º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #128793 is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 135 | 147 | - |
| CMYK | 0.88 | 0.08 | 0 | 0.42 |
| HSL | 185.58º | 0.78% | 0.32% | - |
| HSV(B) | 185.58º | 0.88% | 0.58% | - |
| XYZ | 14.18 | 19.56 | 30.63 | - |
| YUV | 101.39 | 153.74 | 68.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 135 | 147 | 0.88 | 0.08 | 0 | 0.42 | 185.58 | 0.78 | 0.32 |
| Hex | 12 | 87 | 93 | 58 | 8 | 0 | 2A | BA | 4E | 20 |
| Octal | 22 | 207 | 223 | 130 | 10 | 0 | 52 | 272 | 116 | 40 |
| Binary | 10010 | 10000111 | 10010011 | 1011000 | 1000 | 0 | 101010 | 10111010 | 1001110 | 100000 |
Color Harmonies of #128793
Complementary color
Monochromatic Colors of #128793
Black with #128793
Text Example
Text Example
White with #128793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128793; }
p { color: rgb(18,135,147); }
H1.HeaderClassName
{
color: #128793;
}
.AnyTagClassName
{
color: #128793;
}
</style>
background-color css
<style>
a { background-color: #128793; }
a { background-color: rgb(18,135,147); }
div.DivClassName
{
background-color: #128793;
}
.BgClassName
{
background-color: #128793;
}
</style>
border-color css
<style>
span { border-color: #128793; }
span { border-color: rgb(18,135,147); }
td.TdClassName
{
border-color: #128793;
}
.TagClassName
{
border-color: #128793;
}
</style>