Shades of Dark Cyan #148887
Tints of Dark Cyan #148887
RGB
CMYK
RGB Variations
Color information
#148887 (or 0x148887) is known color: Dark Cyan. HEX triplet: 14, 88 and 87. RGB value is (20,136,135). Sum of RGB (Red+Green+Blue) = 20+136+135=291 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.87% from 291); Green value is 136 (53.52% from 255 or 46.74% from 291); Blue value is 135 (53.12% from 255 or 46.39% from 291); Max value from RGB is 136 - color contains mainly: green. Hex color #148887 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148887 is #EB7778. Grayscale: #656565. Windows color (decimal): -15431545 or 8882196. OLE color: 8882196.
HSL color Cylindrical-coordinate representation of color #148887: hue angle of 179.48º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148887 is Cyan = 0.85, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 136 | 135 | - |
| CMYK | 0.85 | 0 | 0.01 | 0.47 |
| HSL | 179.48º | 0.74% | 0.31% | - |
| HSV(B) | 179.48º | 0.85% | 0.53% | - |
| XYZ | 13.47 | 19.51 | 25.98 | - |
| YUV | 101.2 | 147.07 | 70.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 136 | 135 | 0.85 | 0 | 0.01 | 0.47 | 179.48 | 0.74 | 0.31 |
| Hex | 14 | 88 | 87 | 55 | 0 | 1 | 2F | B3 | 4A | 1F |
| Octal | 24 | 210 | 207 | 125 | 0 | 1 | 57 | 263 | 112 | 37 |
| Binary | 10100 | 10001000 | 10000111 | 1010101 | 0 | 1 | 101111 | 10110011 | 1001010 | 11111 |
Color Harmonies of #148887
Complementary color
Monochromatic Colors of #148887
Black with #148887
Text Example
Text Example
White with #148887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148887; }
p { color: rgb(20,136,135); }
H1.HeaderClassName
{
color: #148887;
}
.AnyTagClassName
{
color: #148887;
}
</style>
background-color css
<style>
a { background-color: #148887; }
a { background-color: rgb(20,136,135); }
div.DivClassName
{
background-color: #148887;
}
.BgClassName
{
background-color: #148887;
}
</style>
border-color css
<style>
span { border-color: #148887; }
span { border-color: rgb(20,136,135); }
td.TdClassName
{
border-color: #148887;
}
.TagClassName
{
border-color: #148887;
}
</style>