Shades of Dark Cyan #149384
Tints of Dark Cyan #149384
RGB
CMYK
RGB Variations
Color information
#149384 (or 0x149384) is known color: Dark Cyan. HEX triplet: 14, 93 and 84. RGB value is (20,147,132). Sum of RGB (Red+Green+Blue) = 20+147+132=299 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.69% from 299); Green value is 147 (57.81% from 255 or 49.16% from 299); Blue value is 132 (51.95% from 255 or 44.15% from 299); Max value from RGB is 147 - color contains mainly: green. Hex color #149384 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149384 is #EB6C7B. Grayscale: #6B6B6B. Windows color (decimal): -15428732 or 8688404. OLE color: 8688404.
HSL color Cylindrical-coordinate representation of color #149384: hue angle of 172.91º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149384 is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 147 | 132 | - |
| CMYK | 0.86 | 0 | 0.10 | 0.42 |
| HSL | 172.91º | 0.76% | 0.33% | - |
| HSV(B) | 172.91º | 0.86% | 0.58% | - |
| XYZ | 14.89 | 22.68 | 25.42 | - |
| YUV | 107.32 | 141.92 | 65.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 147 | 132 | 0.86 | 0 | 0.10 | 0.42 | 172.91 | 0.76 | 0.33 |
| Hex | 14 | 93 | 84 | 56 | 0 | A | 2A | AD | 4C | 21 |
| Octal | 24 | 223 | 204 | 126 | 0 | 12 | 52 | 255 | 114 | 41 |
| Binary | 10100 | 10010011 | 10000100 | 1010110 | 0 | 1010 | 101010 | 10101101 | 1001100 | 100001 |
Color Harmonies of #149384
Complementary color
Monochromatic Colors of #149384
Black with #149384
Text Example
Text Example
White with #149384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149384; }
p { color: rgb(20,147,132); }
H1.HeaderClassName
{
color: #149384;
}
.AnyTagClassName
{
color: #149384;
}
</style>
background-color css
<style>
a { background-color: #149384; }
a { background-color: rgb(20,147,132); }
div.DivClassName
{
background-color: #149384;
}
.BgClassName
{
background-color: #149384;
}
</style>
border-color css
<style>
span { border-color: #149384; }
span { border-color: rgb(20,147,132); }
td.TdClassName
{
border-color: #149384;
}
.TagClassName
{
border-color: #149384;
}
</style>