Shades of Dark Cyan #148592
Tints of Dark Cyan #148592
RGB
CMYK
RGB Variations
Color information
#148592 (or 0x148592) is known color: Dark Cyan. HEX triplet: 14, 85 and 92. RGB value is (20,133,146). Sum of RGB (Red+Green+Blue) = 20+133+146=299 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.69% from 299); Green value is 133 (52.34% from 255 or 44.48% from 299); Blue value is 146 (57.42% from 255 or 48.83% from 299); Max value from RGB is 146 - color contains mainly: blue. Hex color #148592 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148592 is #EB7A6D. Grayscale: #646464. Windows color (decimal): -15432302 or 9602324. OLE color: 9602324.
HSL color Cylindrical-coordinate representation of color #148592: hue angle of 186.19º 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 #148592 is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 133 | 146 | - |
| CMYK | 0.86 | 0.09 | 0 | 0.43 |
| HSL | 186.19º | 0.76% | 0.33% | - |
| HSV(B) | 186.19º | 0.86% | 0.57% | - |
| XYZ | 13.86 | 19 | 30.13 | - |
| YUV | 100.7 | 153.56 | 70.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 133 | 146 | 0.86 | 0.09 | 0 | 0.43 | 186.19 | 0.76 | 0.33 |
| Hex | 14 | 85 | 92 | 56 | 9 | 0 | 2B | BA | 4C | 21 |
| Octal | 24 | 205 | 222 | 126 | 11 | 0 | 53 | 272 | 114 | 41 |
| Binary | 10100 | 10000101 | 10010010 | 1010110 | 1001 | 0 | 101011 | 10111010 | 1001100 | 100001 |
Color Harmonies of #148592
Complementary color
Monochromatic Colors of #148592
Black with #148592
Text Example
Text Example
White with #148592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148592; }
p { color: rgb(20,133,146); }
H1.HeaderClassName
{
color: #148592;
}
.AnyTagClassName
{
color: #148592;
}
</style>
background-color css
<style>
a { background-color: #148592; }
a { background-color: rgb(20,133,146); }
div.DivClassName
{
background-color: #148592;
}
.BgClassName
{
background-color: #148592;
}
</style>
border-color css
<style>
span { border-color: #148592; }
span { border-color: rgb(20,133,146); }
td.TdClassName
{
border-color: #148592;
}
.TagClassName
{
border-color: #148592;
}
</style>