Shades of Dark Cyan #148884
Tints of Dark Cyan #148884
RGB
CMYK
RGB Variations
Color information
#148884 (or 0x148884) is known color: Dark Cyan. HEX triplet: 14, 88 and 84. RGB value is (20,136,132). Sum of RGB (Red+Green+Blue) = 20+136+132=288 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.94% from 288); Green value is 136 (53.52% from 255 or 47.22% from 288); Blue value is 132 (51.95% from 255 or 45.83% from 288); Max value from RGB is 136 - color contains mainly: green. Hex color #148884 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148884 is #EB777B. Grayscale: #646464. Windows color (decimal): -15431548 or 8685588. OLE color: 8685588.
HSL color Cylindrical-coordinate representation of color #148884: hue angle of 177.93º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148884 is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 136 | 132 | - |
| CMYK | 0.85 | 0 | 0.03 | 0.47 |
| HSL | 177.93º | 0.74% | 0.31% | - |
| HSV(B) | 177.93º | 0.85% | 0.53% | - |
| XYZ | 13.26 | 19.42 | 24.88 | - |
| YUV | 100.86 | 145.57 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 136 | 132 | 0.85 | 0 | 0.03 | 0.47 | 177.93 | 0.74 | 0.31 |
| Hex | 14 | 88 | 84 | 55 | 0 | 3 | 2F | B2 | 4A | 1F |
| Octal | 24 | 210 | 204 | 125 | 0 | 3 | 57 | 262 | 112 | 37 |
| Binary | 10100 | 10001000 | 10000100 | 1010101 | 0 | 11 | 101111 | 10110010 | 1001010 | 11111 |
Color Harmonies of #148884
Complementary color
Monochromatic Colors of #148884
Black with #148884
Text Example
Text Example
White with #148884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148884; }
p { color: rgb(20,136,132); }
H1.HeaderClassName
{
color: #148884;
}
.AnyTagClassName
{
color: #148884;
}
</style>
background-color css
<style>
a { background-color: #148884; }
a { background-color: rgb(20,136,132); }
div.DivClassName
{
background-color: #148884;
}
.BgClassName
{
background-color: #148884;
}
</style>
border-color css
<style>
span { border-color: #148884; }
span { border-color: rgb(20,136,132); }
td.TdClassName
{
border-color: #148884;
}
.TagClassName
{
border-color: #148884;
}
</style>