Shades of Dark Cyan #148889
Tints of Dark Cyan #148889
RGB
CMYK
RGB Variations
Color information
#148889 (or 0x148889) is known color: Dark Cyan. HEX triplet: 14, 88 and 89. RGB value is (20,136,137). Sum of RGB (Red+Green+Blue) = 20+136+137=293 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.83% from 293); Green value is 136 (53.52% from 255 or 46.42% from 293); Blue value is 137 (53.91% from 255 or 46.76% from 293); Max value from RGB is 137 - color contains mainly: blue. Hex color #148889 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148889 is #EB7776. Grayscale: #656565. Windows color (decimal): -15431543 or 9013268. OLE color: 9013268.
HSL color Cylindrical-coordinate representation of color #148889: hue angle of 180.51º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148889 is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 20 | 136 | 137 | - |
| CMYK | 0.85 | 0.01 | 0 | 0.46 |
| HSL | 180.51º | 0.75% | 0.31% | - |
| HSV(B) | 180.51º | 0.85% | 0.54% | - |
| XYZ | 13.61 | 19.56 | 26.73 | - |
| YUV | 101.43 | 148.07 | 69.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 136 | 137 | 0.85 | 0.01 | 0 | 0.46 | 180.51 | 0.75 | 0.31 |
| Hex | 14 | 88 | 89 | 55 | 1 | 0 | 2E | B5 | 4B | 1F |
| Octal | 24 | 210 | 211 | 125 | 1 | 0 | 56 | 265 | 113 | 37 |
| Binary | 10100 | 10001000 | 10001001 | 1010101 | 1 | 0 | 101110 | 10110101 | 1001011 | 11111 |
Color Harmonies of #148889
Complementary color
Monochromatic Colors of #148889
Black with #148889
Text Example
Text Example
White with #148889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148889; }
p { color: rgb(20,136,137); }
H1.HeaderClassName
{
color: #148889;
}
.AnyTagClassName
{
color: #148889;
}
</style>
background-color css
<style>
a { background-color: #148889; }
a { background-color: rgb(20,136,137); }
div.DivClassName
{
background-color: #148889;
}
.BgClassName
{
background-color: #148889;
}
</style>
border-color css
<style>
span { border-color: #148889; }
span { border-color: rgb(20,136,137); }
td.TdClassName
{
border-color: #148889;
}
.TagClassName
{
border-color: #148889;
}
</style>