Shades of Dark Cyan #148A8B
Tints of Dark Cyan #148A8B
RGB
CMYK
RGB Variations
Color information
#148A8B (or 0x148A8B) is known color: Dark Cyan. HEX triplet: 14, 8A and 8B. RGB value is (20,138,139). Sum of RGB (Red+Green+Blue) = 20+138+139=297 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.73% from 297); Green value is 138 (54.30% from 255 or 46.46% from 297); Blue value is 139 (54.69% from 255 or 46.80% from 297); Max value from RGB is 139 - color contains mainly: blue. Hex color #148A8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148A8B is #EB7574. Grayscale: #666666. Windows color (decimal): -15431029 or 9144852. OLE color: 9144852.
HSL color Cylindrical-coordinate representation of color #148A8B: hue angle of 180.5º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #148A8B is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 138 | 139 | - |
| CMYK | 0.86 | 0.01 | 0 | 0.45 |
| HSL | 180.5º | 0.75% | 0.31% | - |
| HSV(B) | 180.5º | 0.86% | 0.55% | - |
| XYZ | 14.04 | 20.19 | 27.58 | - |
| YUV | 102.83 | 148.41 | 68.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 138 | 139 | 0.86 | 0.01 | 0 | 0.45 | 180.5 | 0.75 | 0.31 |
| Hex | 14 | 8A | 8B | 56 | 1 | 0 | 2D | B5 | 4B | 1F |
| Octal | 24 | 212 | 213 | 126 | 1 | 0 | 55 | 265 | 113 | 37 |
| Binary | 10100 | 10001010 | 10001011 | 1010110 | 1 | 0 | 101101 | 10110101 | 1001011 | 11111 |
Color Harmonies of #148A8B
Complementary color
Monochromatic Colors of #148A8B
Black with #148A8B
Text Example
Text Example
White with #148A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148A8B; }
p { color: rgb(20,138,139); }
H1.HeaderClassName
{
color: #148A8B;
}
.AnyTagClassName
{
color: #148A8B;
}
</style>
background-color css
<style>
a { background-color: #148A8B; }
a { background-color: rgb(20,138,139); }
div.DivClassName
{
background-color: #148A8B;
}
.BgClassName
{
background-color: #148A8B;
}
</style>
border-color css
<style>
span { border-color: #148A8B; }
span { border-color: rgb(20,138,139); }
td.TdClassName
{
border-color: #148A8B;
}
.TagClassName
{
border-color: #148A8B;
}
</style>