Shades of Dark Cyan #148190
Tints of Dark Cyan #148190
RGB
CMYK
RGB Variations
Color information
#148190 (or 0x148190) is known color: Dark Cyan. HEX triplet: 14, 81 and 90. RGB value is (20,129,144). Sum of RGB (Red+Green+Blue) = 20+129+144=293 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.83% from 293); Green value is 129 (50.78% from 255 or 44.03% from 293); Blue value is 144 (56.64% from 255 or 49.15% from 293); Max value from RGB is 144 - color contains mainly: blue. Hex color #148190 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148190 is #EB7E6F. Grayscale: #616161. Windows color (decimal): -15433328 or 9470228. OLE color: 9470228.
HSL color Cylindrical-coordinate representation of color #148190: hue angle of 187.26º degrees, saturation: 0.76, 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 #148190 is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 129 | 144 | - |
| CMYK | 0.86 | 0.10 | 0 | 0.44 |
| HSL | 187.26º | 0.76% | 0.32% | - |
| HSV(B) | 187.26º | 0.86% | 0.56% | - |
| XYZ | 13.17 | 17.86 | 29.14 | - |
| YUV | 98.12 | 153.89 | 72.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 129 | 144 | 0.86 | 0.10 | 0 | 0.44 | 187.26 | 0.76 | 0.32 |
| Hex | 14 | 81 | 90 | 56 | A | 0 | 2C | BB | 4C | 20 |
| Octal | 24 | 201 | 220 | 126 | 12 | 0 | 54 | 273 | 114 | 40 |
| Binary | 10100 | 10000001 | 10010000 | 1010110 | 1010 | 0 | 101100 | 10111011 | 1001100 | 100000 |
Color Harmonies of #148190
Complementary color
Monochromatic Colors of #148190
Black with #148190
Text Example
Text Example
White with #148190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148190; }
p { color: rgb(20,129,144); }
H1.HeaderClassName
{
color: #148190;
}
.AnyTagClassName
{
color: #148190;
}
</style>
background-color css
<style>
a { background-color: #148190; }
a { background-color: rgb(20,129,144); }
div.DivClassName
{
background-color: #148190;
}
.BgClassName
{
background-color: #148190;
}
</style>
border-color css
<style>
span { border-color: #148190; }
span { border-color: rgb(20,129,144); }
td.TdClassName
{
border-color: #148190;
}
.TagClassName
{
border-color: #148190;
}
</style>