Shades of Java #149C8D
Tints of Java #149C8D
RGB
CMYK
RGB Variations
Color information
#149C8D (or 0x149C8D) is known color: Java. HEX triplet: 14, 9C and 8D. RGB value is (20,156,141). Sum of RGB (Red+Green+Blue) = 20+156+141=317 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.31% from 317); Green value is 156 (61.33% from 255 or 49.21% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 156 - color contains mainly: green. Hex color #149C8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149C8D is #EB6372. Grayscale: #717171. Windows color (decimal): -15426419 or 9280532. OLE color: 9280532.
HSL color Cylindrical-coordinate representation of color #149C8D: hue angle of 173.38º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149C8D is Cyan = 0.87, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 156 | 141 | - |
| CMYK | 0.87 | 0 | 0.10 | 0.39 |
| HSL | 173.38º | 0.77% | 0.35% | - |
| HSV(B) | 173.38º | 0.87% | 0.61% | - |
| XYZ | 16.98 | 25.85 | 29.29 | - |
| YUV | 113.63 | 143.44 | 61.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 156 | 141 | 0.87 | 0 | 0.10 | 0.39 | 173.38 | 0.77 | 0.35 |
| Hex | 14 | 9C | 8D | 57 | 0 | A | 27 | AD | 4D | 23 |
| Octal | 24 | 234 | 215 | 127 | 0 | 12 | 47 | 255 | 115 | 43 |
| Binary | 10100 | 10011100 | 10001101 | 1010111 | 0 | 1010 | 100111 | 10101101 | 1001101 | 100011 |
Color Harmonies of #149C8D
Complementary color
Monochromatic Colors of #149C8D
Black with #149C8D
Text Example
Text Example
White with #149C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149C8D; }
p { color: rgb(20,156,141); }
H1.HeaderClassName
{
color: #149C8D;
}
.AnyTagClassName
{
color: #149C8D;
}
</style>
background-color css
<style>
a { background-color: #149C8D; }
a { background-color: rgb(20,156,141); }
div.DivClassName
{
background-color: #149C8D;
}
.BgClassName
{
background-color: #149C8D;
}
</style>
border-color css
<style>
span { border-color: #149C8D; }
span { border-color: rgb(20,156,141); }
td.TdClassName
{
border-color: #149C8D;
}
.TagClassName
{
border-color: #149C8D;
}
</style>