Shades of Dark Cyan #148D85
Tints of Dark Cyan #148D85
RGB
CMYK
RGB Variations
Color information
#148D85 (or 0x148D85) is known color: Dark Cyan. HEX triplet: 14, 8D and 85. RGB value is (20,141,133). Sum of RGB (Red+Green+Blue) = 20+141+133=294 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.80% from 294); Green value is 141 (55.47% from 255 or 47.96% from 294); Blue value is 133 (52.34% from 255 or 45.24% from 294); Max value from RGB is 141 - color contains mainly: green. Hex color #148D85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148D85 is #EB727A. Grayscale: #676767. Windows color (decimal): -15430267 or 8752404. OLE color: 8752404.
HSL color Cylindrical-coordinate representation of color #148D85: hue angle of 176.03º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #148D85 is Cyan = 0.86, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 141 | 133 | - |
| CMYK | 0.86 | 0 | 0.06 | 0.45 |
| HSL | 176.03º | 0.75% | 0.32% | - |
| HSV(B) | 176.03º | 0.86% | 0.55% | - |
| XYZ | 14.05 | 20.89 | 25.48 | - |
| YUV | 103.91 | 144.41 | 68.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 141 | 133 | 0.86 | 0 | 0.06 | 0.45 | 176.03 | 0.75 | 0.32 |
| Hex | 14 | 8D | 85 | 56 | 0 | 6 | 2D | B0 | 4B | 20 |
| Octal | 24 | 215 | 205 | 126 | 0 | 6 | 55 | 260 | 113 | 40 |
| Binary | 10100 | 10001101 | 10000101 | 1010110 | 0 | 110 | 101101 | 10110000 | 1001011 | 100000 |
Color Harmonies of #148D85
Complementary color
Monochromatic Colors of #148D85
Black with #148D85
Text Example
Text Example
White with #148D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148D85; }
p { color: rgb(20,141,133); }
H1.HeaderClassName
{
color: #148D85;
}
.AnyTagClassName
{
color: #148D85;
}
</style>
background-color css
<style>
a { background-color: #148D85; }
a { background-color: rgb(20,141,133); }
div.DivClassName
{
background-color: #148D85;
}
.BgClassName
{
background-color: #148D85;
}
</style>
border-color css
<style>
span { border-color: #148D85; }
span { border-color: rgb(20,141,133); }
td.TdClassName
{
border-color: #148D85;
}
.TagClassName
{
border-color: #148D85;
}
</style>