Shades of Dark Cyan #148C8D
Tints of Dark Cyan #148C8D
RGB
CMYK
RGB Variations
Color information
#148C8D (or 0x148C8D) is known color: Dark Cyan. HEX triplet: 14, 8C and 8D. RGB value is (20,140,141). Sum of RGB (Red+Green+Blue) = 20+140+141=301 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.64% from 301); Green value is 140 (55.08% from 255 or 46.51% from 301); Blue value is 141 (55.47% from 255 or 46.84% from 301); Max value from RGB is 141 - color contains mainly: blue. Hex color #148C8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148C8D is #EB7372. Grayscale: #686868. Windows color (decimal): -15430515 or 9276436. OLE color: 9276436.
HSL color Cylindrical-coordinate representation of color #148C8D: hue angle of 180.5º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #148C8D is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 140 | 141 | - |
| CMYK | 0.86 | 0.01 | 0 | 0.45 |
| HSL | 180.5º | 0.75% | 0.32% | - |
| HSV(B) | 180.5º | 0.86% | 0.55% | - |
| XYZ | 14.47 | 20.83 | 28.46 | - |
| YUV | 104.23 | 148.74 | 67.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 140 | 141 | 0.86 | 0.01 | 0 | 0.45 | 180.5 | 0.75 | 0.32 |
| Hex | 14 | 8C | 8D | 56 | 1 | 0 | 2D | B4 | 4B | 20 |
| Octal | 24 | 214 | 215 | 126 | 1 | 0 | 55 | 264 | 113 | 40 |
| Binary | 10100 | 10001100 | 10001101 | 1010110 | 1 | 0 | 101101 | 10110100 | 1001011 | 100000 |
Color Harmonies of #148C8D
Complementary color
Monochromatic Colors of #148C8D
Black with #148C8D
Text Example
Text Example
White with #148C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148C8D; }
p { color: rgb(20,140,141); }
H1.HeaderClassName
{
color: #148C8D;
}
.AnyTagClassName
{
color: #148C8D;
}
</style>
background-color css
<style>
a { background-color: #148C8D; }
a { background-color: rgb(20,140,141); }
div.DivClassName
{
background-color: #148C8D;
}
.BgClassName
{
background-color: #148C8D;
}
</style>
border-color css
<style>
span { border-color: #148C8D; }
span { border-color: rgb(20,140,141); }
td.TdClassName
{
border-color: #148C8D;
}
.TagClassName
{
border-color: #148C8D;
}
</style>