Shades of Dark Cyan #148687
Tints of Dark Cyan #148687
RGB
CMYK
RGB Variations
Color information
#148687 (or 0x148687) is known color: Dark Cyan. HEX triplet: 14, 86 and 87. RGB value is (20,134,135). Sum of RGB (Red+Green+Blue) = 20+134+135=289 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.92% from 289); Green value is 134 (52.73% from 255 or 46.37% from 289); Blue value is 135 (53.12% from 255 or 46.71% from 289); Max value from RGB is 135 - color contains mainly: blue. Hex color #148687 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148687 is #EB7978. Grayscale: #636363. Windows color (decimal): -15432057 or 8881684. OLE color: 8881684.
HSL color Cylindrical-coordinate representation of color #148687: hue angle of 180.52º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148687 is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 134 | 135 | - |
| CMYK | 0.85 | 0.01 | 0 | 0.47 |
| HSL | 180.52º | 0.74% | 0.3% | - |
| HSV(B) | 180.52º | 0.85% | 0.53% | - |
| XYZ | 13.19 | 18.95 | 25.88 | - |
| YUV | 100.03 | 147.73 | 70.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 134 | 135 | 0.85 | 0.01 | 0 | 0.47 | 180.52 | 0.74 | 0.3 |
| Hex | 14 | 86 | 87 | 55 | 1 | 0 | 2F | B5 | 4A | 1E |
| Octal | 24 | 206 | 207 | 125 | 1 | 0 | 57 | 265 | 112 | 36 |
| Binary | 10100 | 10000110 | 10000111 | 1010101 | 1 | 0 | 101111 | 10110101 | 1001010 | 11110 |
Color Harmonies of #148687
Complementary color
Monochromatic Colors of #148687
Black with #148687
Text Example
Text Example
White with #148687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148687; }
p { color: rgb(20,134,135); }
H1.HeaderClassName
{
color: #148687;
}
.AnyTagClassName
{
color: #148687;
}
</style>
background-color css
<style>
a { background-color: #148687; }
a { background-color: rgb(20,134,135); }
div.DivClassName
{
background-color: #148687;
}
.BgClassName
{
background-color: #148687;
}
</style>
border-color css
<style>
span { border-color: #148687; }
span { border-color: rgb(20,134,135); }
td.TdClassName
{
border-color: #148687;
}
.TagClassName
{
border-color: #148687;
}
</style>