Shades of Dark Cyan #148B8B
Tints of Dark Cyan #148B8B
RGB
CMYK
RGB Variations
Color information
#148B8B (or 0x148B8B) is known color: Dark Cyan. HEX triplet: 14, 8B and 8B. RGB value is (20,139,139). Sum of RGB (Red+Green+Blue) = 20+139+139=298 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.71% from 298); Green value is 139 (54.69% from 255 or 46.64% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 139 - color contains mainly: green, blue. Hex color #148B8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148B8B is #EB7474. Grayscale: #676767. Windows color (decimal): -15430773 or 9145108. OLE color: 9145108.
HSL color Cylindrical-coordinate representation of color #148B8B: hue angle of 180º 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 #148B8B is Cyan = 0.86, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 139 | 139 | - |
| CMYK | 0.86 | 0 | 0 | 0.45 |
| HSL | 180º | 0.75% | 0.31% | - |
| HSV(B) | 180º | 0.86% | 0.55% | - |
| XYZ | 14.18 | 20.48 | 27.63 | - |
| YUV | 103.42 | 148.08 | 68.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 139 | 139 | 0.86 | 0 | 0 | 0.45 | 180 | 0.75 | 0.31 |
| Hex | 14 | 8B | 8B | 56 | 0 | 0 | 2D | B4 | 4B | 1F |
| Octal | 24 | 213 | 213 | 126 | 0 | 0 | 55 | 264 | 113 | 37 |
| Binary | 10100 | 10001011 | 10001011 | 1010110 | 0 | 0 | 101101 | 10110100 | 1001011 | 11111 |
Color Harmonies of #148B8B
Complementary color
Monochromatic Colors of #148B8B
Black with #148B8B
Text Example
Text Example
White with #148B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148B8B; }
p { color: rgb(20,139,139); }
H1.HeaderClassName
{
color: #148B8B;
}
.AnyTagClassName
{
color: #148B8B;
}
</style>
background-color css
<style>
a { background-color: #148B8B; }
a { background-color: rgb(20,139,139); }
div.DivClassName
{
background-color: #148B8B;
}
.BgClassName
{
background-color: #148B8B;
}
</style>
border-color css
<style>
span { border-color: #148B8B; }
span { border-color: rgb(20,139,139); }
td.TdClassName
{
border-color: #148B8B;
}
.TagClassName
{
border-color: #148B8B;
}
</style>