Shades of Dark Cyan #148488
Tints of Dark Cyan #148488
RGB
CMYK
RGB Variations
Color information
#148488 (or 0x148488) is known color: Dark Cyan. HEX triplet: 14, 84 and 88. RGB value is (20,132,136). Sum of RGB (Red+Green+Blue) = 20+132+136=288 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.94% from 288); Green value is 132 (51.95% from 255 or 45.83% from 288); Blue value is 136 (53.52% from 255 or 47.22% from 288); Max value from RGB is 136 - color contains mainly: blue. Hex color #148488 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148488 is #EB7B77. Grayscale: #626262. Windows color (decimal): -15432568 or 8946708. OLE color: 8946708.
HSL color Cylindrical-coordinate representation of color #148488: hue angle of 182.07º 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 #148488 is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 132 | 136 | - |
| CMYK | 0.85 | 0.03 | 0 | 0.47 |
| HSL | 182.07º | 0.74% | 0.31% | - |
| HSV(B) | 182.07º | 0.85% | 0.53% | - |
| XYZ | 12.98 | 18.43 | 26.17 | - |
| YUV | 98.97 | 148.89 | 71.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 132 | 136 | 0.85 | 0.03 | 0 | 0.47 | 182.07 | 0.74 | 0.31 |
| Hex | 14 | 84 | 88 | 55 | 3 | 0 | 2F | B6 | 4A | 1F |
| Octal | 24 | 204 | 210 | 125 | 3 | 0 | 57 | 266 | 112 | 37 |
| Binary | 10100 | 10000100 | 10001000 | 1010101 | 11 | 0 | 101111 | 10110110 | 1001010 | 11111 |
Color Harmonies of #148488
Complementary color
Monochromatic Colors of #148488
Black with #148488
Text Example
Text Example
White with #148488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148488; }
p { color: rgb(20,132,136); }
H1.HeaderClassName
{
color: #148488;
}
.AnyTagClassName
{
color: #148488;
}
</style>
background-color css
<style>
a { background-color: #148488; }
a { background-color: rgb(20,132,136); }
div.DivClassName
{
background-color: #148488;
}
.BgClassName
{
background-color: #148488;
}
</style>
border-color css
<style>
span { border-color: #148488; }
span { border-color: rgb(20,132,136); }
td.TdClassName
{
border-color: #148488;
}
.TagClassName
{
border-color: #148488;
}
</style>