Shades of Dark Cyan #148685
Tints of Dark Cyan #148685
RGB
CMYK
RGB Variations
Color information
#148685 (or 0x148685) is known color: Dark Cyan. HEX triplet: 14, 86 and 85. RGB value is (20,134,133). Sum of RGB (Red+Green+Blue) = 20+134+133=287 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.97% from 287); Green value is 134 (52.73% from 255 or 46.69% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 134 - color contains mainly: green. Hex color #148685 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148685 is #EB797A. Grayscale: #636363. Windows color (decimal): -15432059 or 8750612. OLE color: 8750612.
HSL color Cylindrical-coordinate representation of color #148685: hue angle of 179.47º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148685 is Cyan = 0.85, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 134 | 133 | - |
| CMYK | 0.85 | 0 | 0.01 | 0.47 |
| HSL | 179.47º | 0.74% | 0.3% | - |
| HSV(B) | 179.47º | 0.85% | 0.53% | - |
| XYZ | 13.05 | 18.89 | 25.15 | - |
| YUV | 99.8 | 146.73 | 71.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 134 | 133 | 0.85 | 0 | 0.01 | 0.47 | 179.47 | 0.74 | 0.3 |
| Hex | 14 | 86 | 85 | 55 | 0 | 1 | 2F | B3 | 4A | 1E |
| Octal | 24 | 206 | 205 | 125 | 0 | 1 | 57 | 263 | 112 | 36 |
| Binary | 10100 | 10000110 | 10000101 | 1010101 | 0 | 1 | 101111 | 10110011 | 1001010 | 11110 |
Color Harmonies of #148685
Complementary color
Monochromatic Colors of #148685
Black with #148685
Text Example
Text Example
White with #148685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148685; }
p { color: rgb(20,134,133); }
H1.HeaderClassName
{
color: #148685;
}
.AnyTagClassName
{
color: #148685;
}
</style>
background-color css
<style>
a { background-color: #148685; }
a { background-color: rgb(20,134,133); }
div.DivClassName
{
background-color: #148685;
}
.BgClassName
{
background-color: #148685;
}
</style>
border-color css
<style>
span { border-color: #148685; }
span { border-color: rgb(20,134,133); }
td.TdClassName
{
border-color: #148685;
}
.TagClassName
{
border-color: #148685;
}
</style>