Shades of Dark Cyan #148E89
Tints of Dark Cyan #148E89
RGB
CMYK
RGB Variations
Color information
#148E89 (or 0x148E89) is known color: Dark Cyan. HEX triplet: 14, 8E and 89. RGB value is (20,142,137). Sum of RGB (Red+Green+Blue) = 20+142+137=299 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.69% from 299); Green value is 142 (55.86% from 255 or 47.49% from 299); Blue value is 137 (53.91% from 255 or 45.82% from 299); Max value from RGB is 142 - color contains mainly: green. Hex color #148E89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148E89 is #EB7176. Grayscale: #686868. Windows color (decimal): -15430007 or 9014804. OLE color: 9014804.
HSL color Cylindrical-coordinate representation of color #148E89: hue angle of 177.54º 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 #148E89 is Cyan = 0.86, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 142 | 137 | - |
| CMYK | 0.86 | 0 | 0.04 | 0.44 |
| HSL | 177.54º | 0.75% | 0.32% | - |
| HSV(B) | 177.54º | 0.86% | 0.56% | - |
| XYZ | 14.48 | 21.3 | 27.02 | - |
| YUV | 104.95 | 146.08 | 67.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 142 | 137 | 0.86 | 0 | 0.04 | 0.44 | 177.54 | 0.75 | 0.32 |
| Hex | 14 | 8E | 89 | 56 | 0 | 4 | 2C | B2 | 4B | 20 |
| Octal | 24 | 216 | 211 | 126 | 0 | 4 | 54 | 262 | 113 | 40 |
| Binary | 10100 | 10001110 | 10001001 | 1010110 | 0 | 100 | 101100 | 10110010 | 1001011 | 100000 |
Color Harmonies of #148E89
Complementary color
Monochromatic Colors of #148E89
Black with #148E89
Text Example
Text Example
White with #148E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148E89; }
p { color: rgb(20,142,137); }
H1.HeaderClassName
{
color: #148E89;
}
.AnyTagClassName
{
color: #148E89;
}
</style>
background-color css
<style>
a { background-color: #148E89; }
a { background-color: rgb(20,142,137); }
div.DivClassName
{
background-color: #148E89;
}
.BgClassName
{
background-color: #148E89;
}
</style>
border-color css
<style>
span { border-color: #148E89; }
span { border-color: rgb(20,142,137); }
td.TdClassName
{
border-color: #148E89;
}
.TagClassName
{
border-color: #148E89;
}
</style>