Shades of Java #15958F
Tints of Java #15958F
RGB
CMYK
RGB Variations
Color information
#15958F (or 0x15958F) is known color: Java. HEX triplet: 15, 95 and 8F. RGB value is (21,149,143). Sum of RGB (Red+Green+Blue) = 21+149+143=313 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.71% from 313); Green value is 149 (58.59% from 255 or 47.60% from 313); Blue value is 143 (56.25% from 255 or 45.69% from 313); Max value from RGB is 149 - color contains mainly: green. Hex color #15958F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15958F is #EA6A70. Grayscale: #6D6D6D. Windows color (decimal): -15362673 or 9409813. OLE color: 9409813.
HSL color Cylindrical-coordinate representation of color #15958F: hue angle of 177.19º 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 #15958F is Cyan = 0.86, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 149 | 143 | - |
| CMYK | 0.86 | 0 | 0.04 | 0.42 |
| HSL | 177.19º | 0.75% | 0.33% | - |
| HSV(B) | 177.19º | 0.86% | 0.58% | - |
| XYZ | 16.01 | 23.64 | 29.71 | - |
| YUV | 110.04 | 146.59 | 64.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 149 | 143 | 0.86 | 0 | 0.04 | 0.42 | 177.19 | 0.75 | 0.33 |
| Hex | 15 | 95 | 8F | 56 | 0 | 4 | 2A | B1 | 4B | 21 |
| Octal | 25 | 225 | 217 | 126 | 0 | 4 | 52 | 261 | 113 | 41 |
| Binary | 10101 | 10010101 | 10001111 | 1010110 | 0 | 100 | 101010 | 10110001 | 1001011 | 100001 |
Color Harmonies of #15958F
Complementary color
Monochromatic Colors of #15958F
Black with #15958F
Text Example
Text Example
White with #15958F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15958F; }
p { color: rgb(21,149,143); }
H1.HeaderClassName
{
color: #15958F;
}
.AnyTagClassName
{
color: #15958F;
}
</style>
background-color css
<style>
a { background-color: #15958F; }
a { background-color: rgb(21,149,143); }
div.DivClassName
{
background-color: #15958F;
}
.BgClassName
{
background-color: #15958F;
}
</style>
border-color css
<style>
span { border-color: #15958F; }
span { border-color: rgb(21,149,143); }
td.TdClassName
{
border-color: #15958F;
}
.TagClassName
{
border-color: #15958F;
}
</style>