Shades of Dark Cyan #148992
Tints of Dark Cyan #148992
RGB
CMYK
RGB Variations
Color information
#148992 (or 0x148992) is known color: Dark Cyan. HEX triplet: 14, 89 and 92. RGB value is (20,137,146). Sum of RGB (Red+Green+Blue) = 20+137+146=303 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.60% from 303); Green value is 137 (53.91% from 255 or 45.21% from 303); Blue value is 146 (57.42% from 255 or 48.18% from 303); Max value from RGB is 146 - color contains mainly: blue. Hex color #148992 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148992 is #EB766D. Grayscale: #666666. Windows color (decimal): -15431278 or 9603348. OLE color: 9603348.
HSL color Cylindrical-coordinate representation of color #148992: hue angle of 184.29º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #148992 is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 137 | 146 | - |
| CMYK | 0.86 | 0.06 | 0 | 0.43 |
| HSL | 184.29º | 0.76% | 0.33% | - |
| HSV(B) | 184.29º | 0.86% | 0.57% | - |
| XYZ | 14.42 | 20.12 | 30.32 | - |
| YUV | 103.04 | 152.24 | 68.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 137 | 146 | 0.86 | 0.06 | 0 | 0.43 | 184.29 | 0.76 | 0.33 |
| Hex | 14 | 89 | 92 | 56 | 6 | 0 | 2B | B8 | 4C | 21 |
| Octal | 24 | 211 | 222 | 126 | 6 | 0 | 53 | 270 | 114 | 41 |
| Binary | 10100 | 10001001 | 10010010 | 1010110 | 110 | 0 | 101011 | 10111000 | 1001100 | 100001 |
Color Harmonies of #148992
Complementary color
Monochromatic Colors of #148992
Black with #148992
Text Example
Text Example
White with #148992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148992; }
p { color: rgb(20,137,146); }
H1.HeaderClassName
{
color: #148992;
}
.AnyTagClassName
{
color: #148992;
}
</style>
background-color css
<style>
a { background-color: #148992; }
a { background-color: rgb(20,137,146); }
div.DivClassName
{
background-color: #148992;
}
.BgClassName
{
background-color: #148992;
}
</style>
border-color css
<style>
span { border-color: #148992; }
span { border-color: rgb(20,137,146); }
td.TdClassName
{
border-color: #148992;
}
.TagClassName
{
border-color: #148992;
}
</style>