Shades of Dark Cyan #14828F
Tints of Dark Cyan #14828F
RGB
CMYK
RGB Variations
Color information
#14828F (or 0x14828F) is known color: Dark Cyan. HEX triplet: 14, 82 and 8F. RGB value is (20,130,143). Sum of RGB (Red+Green+Blue) = 20+130+143=293 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.83% from 293); Green value is 130 (51.17% from 255 or 44.37% from 293); Blue value is 143 (56.25% from 255 or 48.81% from 293); Max value from RGB is 143 - color contains mainly: blue. Hex color #14828F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14828F is #EB7D70. Grayscale: #626262. Windows color (decimal): -15433073 or 9404948. OLE color: 9404948.
HSL color Cylindrical-coordinate representation of color #14828F: hue angle of 186.34º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14828F is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 130 | 143 | - |
| CMYK | 0.86 | 0.09 | 0 | 0.44 |
| HSL | 186.34º | 0.75% | 0.32% | - |
| HSV(B) | 186.34º | 0.86% | 0.56% | - |
| XYZ | 13.23 | 18.1 | 28.78 | - |
| YUV | 98.59 | 153.06 | 71.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 130 | 143 | 0.86 | 0.09 | 0 | 0.44 | 186.34 | 0.75 | 0.32 |
| Hex | 14 | 82 | 8F | 56 | 9 | 0 | 2C | BA | 4B | 20 |
| Octal | 24 | 202 | 217 | 126 | 11 | 0 | 54 | 272 | 113 | 40 |
| Binary | 10100 | 10000010 | 10001111 | 1010110 | 1001 | 0 | 101100 | 10111010 | 1001011 | 100000 |
Color Harmonies of #14828F
Complementary color
Monochromatic Colors of #14828F
Black with #14828F
Text Example
Text Example
White with #14828F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14828F; }
p { color: rgb(20,130,143); }
H1.HeaderClassName
{
color: #14828F;
}
.AnyTagClassName
{
color: #14828F;
}
</style>
background-color css
<style>
a { background-color: #14828F; }
a { background-color: rgb(20,130,143); }
div.DivClassName
{
background-color: #14828F;
}
.BgClassName
{
background-color: #14828F;
}
</style>
border-color css
<style>
span { border-color: #14828F; }
span { border-color: rgb(20,130,143); }
td.TdClassName
{
border-color: #14828F;
}
.TagClassName
{
border-color: #14828F;
}
</style>