Shades of Java #15A49D
Tints of Java #15A49D
RGB
CMYK
RGB Variations
Color information
#15A49D (or 0x15A49D) is known color: Java. HEX triplet: 15, A4 and 9D. RGB value is (21,164,157). Sum of RGB (Red+Green+Blue) = 21+164+157=342 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.14% from 342); Green value is 164 (64.45% from 255 or 47.95% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 164 - color contains mainly: green. Hex color #15A49D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15A49D is #EA5B62. Grayscale: #787878. Windows color (decimal): -15358819 or 10331157. OLE color: 10331157.
HSL color Cylindrical-coordinate representation of color #15A49D: hue angle of 177.06º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15A49D is Cyan = 0.87, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 21 | 164 | 157 | - |
| CMYK | 0.87 | 0 | 0.04 | 0.36 |
| HSL | 177.06º | 0.77% | 0.36% | - |
| HSV(B) | 177.06º | 0.87% | 0.64% | - |
| XYZ | 19.67 | 29.14 | 36.49 | - |
| YUV | 120.45 | 148.62 | 57.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 164 | 157 | 0.87 | 0 | 0.04 | 0.36 | 177.06 | 0.77 | 0.36 |
| Hex | 15 | A4 | 9D | 57 | 0 | 4 | 24 | B1 | 4D | 24 |
| Octal | 25 | 244 | 235 | 127 | 0 | 4 | 44 | 261 | 115 | 44 |
| Binary | 10101 | 10100100 | 10011101 | 1010111 | 0 | 100 | 100100 | 10110001 | 1001101 | 100100 |
Color Harmonies of #15A49D
Complementary color
Monochromatic Colors of #15A49D
Black with #15A49D
Text Example
Text Example
White with #15A49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A49D; }
p { color: rgb(21,164,157); }
H1.HeaderClassName
{
color: #15A49D;
}
.AnyTagClassName
{
color: #15A49D;
}
</style>
background-color css
<style>
a { background-color: #15A49D; }
a { background-color: rgb(21,164,157); }
div.DivClassName
{
background-color: #15A49D;
}
.BgClassName
{
background-color: #15A49D;
}
</style>
border-color css
<style>
span { border-color: #15A49D; }
span { border-color: rgb(21,164,157); }
td.TdClassName
{
border-color: #15A49D;
}
.TagClassName
{
border-color: #15A49D;
}
</style>