Shades of Java #15968F
Tints of Java #15968F
RGB
CMYK
RGB Variations
Color information
#15968F (or 0x15968F) is known color: Java. HEX triplet: 15, 96 and 8F. RGB value is (21,150,143). Sum of RGB (Red+Green+Blue) = 21+150+143=314 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.69% from 314); Green value is 150 (58.98% from 255 or 47.77% from 314); Blue value is 143 (56.25% from 255 or 45.54% from 314); Max value from RGB is 150 - color contains mainly: green. Hex color #15968F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15968F is #EA6970. Grayscale: #6E6E6E. Windows color (decimal): -15362417 or 9410069. OLE color: 9410069.
HSL color Cylindrical-coordinate representation of color #15968F: hue angle of 176.74º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #15968F is Cyan = 0.86, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 21 | 150 | 143 | - |
| CMYK | 0.86 | 0 | 0.05 | 0.41 |
| HSL | 176.74º | 0.75% | 0.34% | - |
| HSV(B) | 176.74º | 0.86% | 0.59% | - |
| XYZ | 16.17 | 23.96 | 29.76 | - |
| YUV | 110.63 | 146.26 | 64.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 150 | 143 | 0.86 | 0 | 0.05 | 0.41 | 176.74 | 0.75 | 0.34 |
| Hex | 15 | 96 | 8F | 56 | 0 | 5 | 29 | B1 | 4B | 22 |
| Octal | 25 | 226 | 217 | 126 | 0 | 5 | 51 | 261 | 113 | 42 |
| Binary | 10101 | 10010110 | 10001111 | 1010110 | 0 | 101 | 101001 | 10110001 | 1001011 | 100010 |
Color Harmonies of #15968F
Complementary color
Monochromatic Colors of #15968F
Black with #15968F
Text Example
Text Example
White with #15968F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15968F; }
p { color: rgb(21,150,143); }
H1.HeaderClassName
{
color: #15968F;
}
.AnyTagClassName
{
color: #15968F;
}
</style>
background-color css
<style>
a { background-color: #15968F; }
a { background-color: rgb(21,150,143); }
div.DivClassName
{
background-color: #15968F;
}
.BgClassName
{
background-color: #15968F;
}
</style>
border-color css
<style>
span { border-color: #15968F; }
span { border-color: rgb(21,150,143); }
td.TdClassName
{
border-color: #15968F;
}
.TagClassName
{
border-color: #15968F;
}
</style>