Shades of Java #15958D
Tints of Java #15958D
RGB
CMYK
RGB Variations
Color information
#15958D (or 0x15958D) is known color: Java. HEX triplet: 15, 95 and 8D. RGB value is (21,149,141). Sum of RGB (Red+Green+Blue) = 21+149+141=311 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.75% from 311); Green value is 149 (58.59% from 255 or 47.91% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 149 - color contains mainly: green. Hex color #15958D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15958D is #EA6A72. Grayscale: #6D6D6D. Windows color (decimal): -15362675 or 9278741. OLE color: 9278741.
HSL color Cylindrical-coordinate representation of color #15958D: hue angle of 176.25º degrees, saturation: 0.75, 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 #15958D is Cyan = 0.86, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 149 | 141 | - |
| CMYK | 0.86 | 0 | 0.05 | 0.42 |
| HSL | 176.25º | 0.75% | 0.33% | - |
| HSV(B) | 176.25º | 0.86% | 0.58% | - |
| XYZ | 15.86 | 23.58 | 28.91 | - |
| YUV | 109.82 | 145.59 | 64.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 149 | 141 | 0.86 | 0 | 0.05 | 0.42 | 176.25 | 0.75 | 0.33 |
| Hex | 15 | 95 | 8D | 56 | 0 | 5 | 2A | B0 | 4B | 21 |
| Octal | 25 | 225 | 215 | 126 | 0 | 5 | 52 | 260 | 113 | 41 |
| Binary | 10101 | 10010101 | 10001101 | 1010110 | 0 | 101 | 101010 | 10110000 | 1001011 | 100001 |
Color Harmonies of #15958D
Complementary color
Monochromatic Colors of #15958D
Black with #15958D
Text Example
Text Example
White with #15958D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15958D; }
p { color: rgb(21,149,141); }
H1.HeaderClassName
{
color: #15958D;
}
.AnyTagClassName
{
color: #15958D;
}
</style>
background-color css
<style>
a { background-color: #15958D; }
a { background-color: rgb(21,149,141); }
div.DivClassName
{
background-color: #15958D;
}
.BgClassName
{
background-color: #15958D;
}
</style>
border-color css
<style>
span { border-color: #15958D; }
span { border-color: rgb(21,149,141); }
td.TdClassName
{
border-color: #15958D;
}
.TagClassName
{
border-color: #15958D;
}
</style>