Shades of Java #15A09B
Tints of Java #15A09B
RGB
CMYK
RGB Variations
Color information
#15A09B (or 0x15A09B) is known color: Java. HEX triplet: 15, A0 and 9B. RGB value is (21,160,155). Sum of RGB (Red+Green+Blue) = 21+160+155=336 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.25% from 336); Green value is 160 (62.89% from 255 or 47.62% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 160 - color contains mainly: green. Hex color #15A09B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15A09B is #EA5F64. Grayscale: #757575. Windows color (decimal): -15359845 or 10199061. OLE color: 10199061.
HSL color Cylindrical-coordinate representation of color #15A09B: hue angle of 177.84º 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 #15A09B is Cyan = 0.87, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 21 | 160 | 155 | - |
| CMYK | 0.87 | 0 | 0.03 | 0.37 |
| HSL | 177.84º | 0.77% | 0.35% | - |
| HSV(B) | 177.84º | 0.87% | 0.63% | - |
| XYZ | 18.8 | 27.67 | 35.36 | - |
| YUV | 117.87 | 148.95 | 58.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 160 | 155 | 0.87 | 0 | 0.03 | 0.37 | 177.84 | 0.77 | 0.35 |
| Hex | 15 | A0 | 9B | 57 | 0 | 3 | 25 | B2 | 4D | 23 |
| Octal | 25 | 240 | 233 | 127 | 0 | 3 | 45 | 262 | 115 | 43 |
| Binary | 10101 | 10100000 | 10011011 | 1010111 | 0 | 11 | 100101 | 10110010 | 1001101 | 100011 |
Color Harmonies of #15A09B
Complementary color
Monochromatic Colors of #15A09B
Black with #15A09B
Text Example
Text Example
White with #15A09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A09B; }
p { color: rgb(21,160,155); }
H1.HeaderClassName
{
color: #15A09B;
}
.AnyTagClassName
{
color: #15A09B;
}
</style>
background-color css
<style>
a { background-color: #15A09B; }
a { background-color: rgb(21,160,155); }
div.DivClassName
{
background-color: #15A09B;
}
.BgClassName
{
background-color: #15A09B;
}
</style>
border-color css
<style>
span { border-color: #15A09B; }
span { border-color: rgb(21,160,155); }
td.TdClassName
{
border-color: #15A09B;
}
.TagClassName
{
border-color: #15A09B;
}
</style>