Shades of Dark Cyan #148691
Tints of Dark Cyan #148691
RGB
CMYK
RGB Variations
Color information
#148691 (or 0x148691) is known color: Dark Cyan. HEX triplet: 14, 86 and 91. RGB value is (20,134,145). Sum of RGB (Red+Green+Blue) = 20+134+145=299 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.69% from 299); Green value is 134 (52.73% from 255 or 44.82% from 299); Blue value is 145 (57.03% from 255 or 48.49% from 299); Max value from RGB is 145 - color contains mainly: blue. Hex color #148691 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148691 is #EB796E. Grayscale: #656565. Windows color (decimal): -15432047 or 9537044. OLE color: 9537044.
HSL color Cylindrical-coordinate representation of color #148691: hue angle of 185.28º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #148691 is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 134 | 145 | - |
| CMYK | 0.86 | 0.08 | 0 | 0.43 |
| HSL | 185.28º | 0.76% | 0.32% | - |
| HSV(B) | 185.28º | 0.86% | 0.57% | - |
| XYZ | 13.92 | 19.24 | 29.77 | - |
| YUV | 101.17 | 152.73 | 70.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 134 | 145 | 0.86 | 0.08 | 0 | 0.43 | 185.28 | 0.76 | 0.32 |
| Hex | 14 | 86 | 91 | 56 | 8 | 0 | 2B | B9 | 4C | 20 |
| Octal | 24 | 206 | 221 | 126 | 10 | 0 | 53 | 271 | 114 | 40 |
| Binary | 10100 | 10000110 | 10010001 | 1010110 | 1000 | 0 | 101011 | 10111001 | 1001100 | 100000 |
Color Harmonies of #148691
Complementary color
Monochromatic Colors of #148691
Black with #148691
Text Example
Text Example
White with #148691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148691; }
p { color: rgb(20,134,145); }
H1.HeaderClassName
{
color: #148691;
}
.AnyTagClassName
{
color: #148691;
}
</style>
background-color css
<style>
a { background-color: #148691; }
a { background-color: rgb(20,134,145); }
div.DivClassName
{
background-color: #148691;
}
.BgClassName
{
background-color: #148691;
}
</style>
border-color css
<style>
span { border-color: #148691; }
span { border-color: rgb(20,134,145); }
td.TdClassName
{
border-color: #148691;
}
.TagClassName
{
border-color: #148691;
}
</style>