Shades of Dark Cyan #149287
Tints of Dark Cyan #149287
RGB
CMYK
RGB Variations
Color information
#149287 (or 0x149287) is known color: Dark Cyan. HEX triplet: 14, 92 and 87. RGB value is (20,146,135). Sum of RGB (Red+Green+Blue) = 20+146+135=301 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.64% from 301); Green value is 146 (57.42% from 255 or 48.50% from 301); Blue value is 135 (53.12% from 255 or 44.85% from 301); Max value from RGB is 146 - color contains mainly: green. Hex color #149287 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149287 is #EB6D78. Grayscale: #6A6A6A. Windows color (decimal): -15428985 or 8884756. OLE color: 8884756.
HSL color Cylindrical-coordinate representation of color #149287: hue angle of 174.76º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149287 is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 146 | 135 | - |
| CMYK | 0.86 | 0 | 0.08 | 0.43 |
| HSL | 174.76º | 0.76% | 0.33% | - |
| HSV(B) | 174.76º | 0.86% | 0.57% | - |
| XYZ | 14.94 | 22.46 | 26.47 | - |
| YUV | 107.07 | 143.76 | 65.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 146 | 135 | 0.86 | 0 | 0.08 | 0.43 | 174.76 | 0.76 | 0.33 |
| Hex | 14 | 92 | 87 | 56 | 0 | 8 | 2B | AF | 4C | 21 |
| Octal | 24 | 222 | 207 | 126 | 0 | 10 | 53 | 257 | 114 | 41 |
| Binary | 10100 | 10010010 | 10000111 | 1010110 | 0 | 1000 | 101011 | 10101111 | 1001100 | 100001 |
Color Harmonies of #149287
Complementary color
Monochromatic Colors of #149287
Black with #149287
Text Example
Text Example
White with #149287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149287; }
p { color: rgb(20,146,135); }
H1.HeaderClassName
{
color: #149287;
}
.AnyTagClassName
{
color: #149287;
}
</style>
background-color css
<style>
a { background-color: #149287; }
a { background-color: rgb(20,146,135); }
div.DivClassName
{
background-color: #149287;
}
.BgClassName
{
background-color: #149287;
}
</style>
border-color css
<style>
span { border-color: #149287; }
span { border-color: rgb(20,146,135); }
td.TdClassName
{
border-color: #149287;
}
.TagClassName
{
border-color: #149287;
}
</style>