Shades of Java #14948C
Tints of Java #14948C
RGB
CMYK
RGB Variations
Color information
#14948C (or 0x14948C) is known color: Java. HEX triplet: 14, 94 and 8C. RGB value is (20,148,140). Sum of RGB (Red+Green+Blue) = 20+148+140=308 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.49% from 308); Green value is 148 (58.20% from 255 or 48.05% from 308); Blue value is 140 (55.08% from 255 or 45.45% from 308); Max value from RGB is 148 - color contains mainly: green. Hex color #14948C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14948C is #EB6B73. Grayscale: #6C6C6C. Windows color (decimal): -15428468 or 9212948. OLE color: 9212948.
HSL color Cylindrical-coordinate representation of color #14948C: hue angle of 176.25º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14948C is Cyan = 0.86, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 148 | 140 | - |
| CMYK | 0.86 | 0 | 0.05 | 0.42 |
| HSL | 176.25º | 0.76% | 0.33% | - |
| HSV(B) | 176.25º | 0.86% | 0.58% | - |
| XYZ | 15.61 | 23.22 | 28.47 | - |
| YUV | 108.82 | 145.59 | 64.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 148 | 140 | 0.86 | 0 | 0.05 | 0.42 | 176.25 | 0.76 | 0.33 |
| Hex | 14 | 94 | 8C | 56 | 0 | 5 | 2A | B0 | 4C | 21 |
| Octal | 24 | 224 | 214 | 126 | 0 | 5 | 52 | 260 | 114 | 41 |
| Binary | 10100 | 10010100 | 10001100 | 1010110 | 0 | 101 | 101010 | 10110000 | 1001100 | 100001 |
Color Harmonies of #14948C
Complementary color
Monochromatic Colors of #14948C
Black with #14948C
Text Example
Text Example
White with #14948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14948C; }
p { color: rgb(20,148,140); }
H1.HeaderClassName
{
color: #14948C;
}
.AnyTagClassName
{
color: #14948C;
}
</style>
background-color css
<style>
a { background-color: #14948C; }
a { background-color: rgb(20,148,140); }
div.DivClassName
{
background-color: #14948C;
}
.BgClassName
{
background-color: #14948C;
}
</style>
border-color css
<style>
span { border-color: #14948C; }
span { border-color: rgb(20,148,140); }
td.TdClassName
{
border-color: #14948C;
}
.TagClassName
{
border-color: #14948C;
}
</style>