Shades of Java #15958B
Tints of Java #15958B
RGB
CMYK
RGB Variations
Color information
#15958B (or 0x15958B) is known color: Java. HEX triplet: 15, 95 and 8B. RGB value is (21,149,139). Sum of RGB (Red+Green+Blue) = 21+149+139=309 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.80% from 309); Green value is 149 (58.59% from 255 or 48.22% from 309); Blue value is 139 (54.69% from 255 or 44.98% from 309); Max value from RGB is 149 - color contains mainly: green. Hex color #15958B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15958B is #EA6A74. Grayscale: #6D6D6D. Windows color (decimal): -15362677 or 9147669. OLE color: 9147669.
HSL color Cylindrical-coordinate representation of color #15958B: hue angle of 175.31º 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 #15958B is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 149 | 139 | - |
| CMYK | 0.86 | 0 | 0.07 | 0.42 |
| HSL | 175.31º | 0.75% | 0.33% | - |
| HSV(B) | 175.31º | 0.86% | 0.58% | - |
| XYZ | 15.72 | 23.52 | 28.14 | - |
| YUV | 109.59 | 144.59 | 64.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 149 | 139 | 0.86 | 0 | 0.07 | 0.42 | 175.31 | 0.75 | 0.33 |
| Hex | 15 | 95 | 8B | 56 | 0 | 7 | 2A | AF | 4B | 21 |
| Octal | 25 | 225 | 213 | 126 | 0 | 7 | 52 | 257 | 113 | 41 |
| Binary | 10101 | 10010101 | 10001011 | 1010110 | 0 | 111 | 101010 | 10101111 | 1001011 | 100001 |
Color Harmonies of #15958B
Complementary color
Monochromatic Colors of #15958B
Black with #15958B
Text Example
Text Example
White with #15958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15958B; }
p { color: rgb(21,149,139); }
H1.HeaderClassName
{
color: #15958B;
}
.AnyTagClassName
{
color: #15958B;
}
</style>
background-color css
<style>
a { background-color: #15958B; }
a { background-color: rgb(21,149,139); }
div.DivClassName
{
background-color: #15958B;
}
.BgClassName
{
background-color: #15958B;
}
</style>
border-color css
<style>
span { border-color: #15958B; }
span { border-color: rgb(21,149,139); }
td.TdClassName
{
border-color: #15958B;
}
.TagClassName
{
border-color: #15958B;
}
</style>