Shades of Java #15A090
Tints of Java #15A090
RGB
CMYK
RGB Variations
Color information
#15A090 (or 0x15A090) is known color: Java. HEX triplet: 15, A0 and 90. RGB value is (21,160,144). Sum of RGB (Red+Green+Blue) = 21+160+144=325 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.46% from 325); Green value is 160 (62.89% from 255 or 49.23% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 160 - color contains mainly: green. Hex color #15A090 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15A090 is #EA5F6F. Grayscale: #747474. Windows color (decimal): -15359856 or 9478165. OLE color: 9478165.
HSL color Cylindrical-coordinate representation of color #15A090: hue angle of 173.09º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15A090 is Cyan = 0.87, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 21 | 160 | 144 | - |
| CMYK | 0.87 | 0 | 0.1 | 0.37 |
| HSL | 173.09º | 0.77% | 0.35% | - |
| HSV(B) | 173.09º | 0.87% | 0.63% | - |
| XYZ | 17.91 | 27.31 | 30.71 | - |
| YUV | 116.62 | 143.45 | 59.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 160 | 144 | 0.87 | 0 | 0.1 | 0.37 | 173.09 | 0.77 | 0.35 |
| Hex | 15 | A0 | 90 | 57 | 0 | A | 25 | AD | 4D | 23 |
| Octal | 25 | 240 | 220 | 127 | 0 | 12 | 45 | 255 | 115 | 43 |
| Binary | 10101 | 10100000 | 10010000 | 1010111 | 0 | 1010 | 100101 | 10101101 | 1001101 | 100011 |
Color Harmonies of #15A090
Complementary color
Monochromatic Colors of #15A090
Black with #15A090
Text Example
Text Example
White with #15A090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A090; }
p { color: rgb(21,160,144); }
H1.HeaderClassName
{
color: #15A090;
}
.AnyTagClassName
{
color: #15A090;
}
</style>
background-color css
<style>
a { background-color: #15A090; }
a { background-color: rgb(21,160,144); }
div.DivClassName
{
background-color: #15A090;
}
.BgClassName
{
background-color: #15A090;
}
</style>
border-color css
<style>
span { border-color: #15A090; }
span { border-color: rgb(21,160,144); }
td.TdClassName
{
border-color: #15A090;
}
.TagClassName
{
border-color: #15A090;
}
</style>