Shades of Dark Cyan #148F8B
Tints of Dark Cyan #148F8B
RGB
CMYK
RGB Variations
Color information
#148F8B (or 0x148F8B) is known color: Dark Cyan. HEX triplet: 14, 8F and 8B. RGB value is (20,143,139). Sum of RGB (Red+Green+Blue) = 20+143+139=302 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.62% from 302); Green value is 143 (56.25% from 255 or 47.35% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 143 - color contains mainly: green. Hex color #148F8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148F8B is #EB7074. Grayscale: #696969. Windows color (decimal): -15429749 or 9146132. OLE color: 9146132.
HSL color Cylindrical-coordinate representation of color #148F8B: hue angle of 178.05º degrees, saturation: 0.75, 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 #148F8B is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 143 | 139 | - |
| CMYK | 0.86 | 0 | 0.03 | 0.44 |
| HSL | 178.05º | 0.75% | 0.32% | - |
| HSV(B) | 178.05º | 0.86% | 0.56% | - |
| XYZ | 14.77 | 21.66 | 27.83 | - |
| YUV | 105.77 | 146.75 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 143 | 139 | 0.86 | 0 | 0.03 | 0.44 | 178.05 | 0.75 | 0.32 |
| Hex | 14 | 8F | 8B | 56 | 0 | 3 | 2C | B2 | 4B | 20 |
| Octal | 24 | 217 | 213 | 126 | 0 | 3 | 54 | 262 | 113 | 40 |
| Binary | 10100 | 10001111 | 10001011 | 1010110 | 0 | 11 | 101100 | 10110010 | 1001011 | 100000 |
Color Harmonies of #148F8B
Complementary color
Monochromatic Colors of #148F8B
Black with #148F8B
Text Example
Text Example
White with #148F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148F8B; }
p { color: rgb(20,143,139); }
H1.HeaderClassName
{
color: #148F8B;
}
.AnyTagClassName
{
color: #148F8B;
}
</style>
background-color css
<style>
a { background-color: #148F8B; }
a { background-color: rgb(20,143,139); }
div.DivClassName
{
background-color: #148F8B;
}
.BgClassName
{
background-color: #148F8B;
}
</style>
border-color css
<style>
span { border-color: #148F8B; }
span { border-color: rgb(20,143,139); }
td.TdClassName
{
border-color: #148F8B;
}
.TagClassName
{
border-color: #148F8B;
}
</style>