Shades of Dark Cyan #149588
Tints of Dark Cyan #149588
RGB
CMYK
RGB Variations
Color information
#149588 (or 0x149588) is known color: Dark Cyan. HEX triplet: 14, 95 and 88. RGB value is (20,149,136). Sum of RGB (Red+Green+Blue) = 20+149+136=305 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.56% from 305); Green value is 149 (58.59% from 255 or 48.85% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 149 - color contains mainly: green. Hex color #149588 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149588 is #EB6A77. Grayscale: #6C6C6C. Windows color (decimal): -15428216 or 8951060. OLE color: 8951060.
HSL color Cylindrical-coordinate representation of color #149588: hue angle of 173.95º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149588 is Cyan = 0.87, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 149 | 136 | - |
| CMYK | 0.87 | 0 | 0.09 | 0.42 |
| HSL | 173.95º | 0.76% | 0.33% | - |
| HSV(B) | 173.95º | 0.87% | 0.58% | - |
| XYZ | 15.48 | 23.42 | 27 | - |
| YUV | 108.95 | 143.26 | 64.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 149 | 136 | 0.87 | 0 | 0.09 | 0.42 | 173.95 | 0.76 | 0.33 |
| Hex | 14 | 95 | 88 | 57 | 0 | 9 | 2A | AE | 4C | 21 |
| Octal | 24 | 225 | 210 | 127 | 0 | 11 | 52 | 256 | 114 | 41 |
| Binary | 10100 | 10010101 | 10001000 | 1010111 | 0 | 1001 | 101010 | 10101110 | 1001100 | 100001 |
Color Harmonies of #149588
Complementary color
Monochromatic Colors of #149588
Black with #149588
Text Example
Text Example
White with #149588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149588; }
p { color: rgb(20,149,136); }
H1.HeaderClassName
{
color: #149588;
}
.AnyTagClassName
{
color: #149588;
}
</style>
background-color css
<style>
a { background-color: #149588; }
a { background-color: rgb(20,149,136); }
div.DivClassName
{
background-color: #149588;
}
.BgClassName
{
background-color: #149588;
}
</style>
border-color css
<style>
span { border-color: #149588; }
span { border-color: rgb(20,149,136); }
td.TdClassName
{
border-color: #149588;
}
.TagClassName
{
border-color: #149588;
}
</style>