Shades of Java #15938E
Tints of Java #15938E
RGB
CMYK
RGB Variations
Color information
#15938E (or 0x15938E) is known color: Java. HEX triplet: 15, 93 and 8E. RGB value is (21,147,142). Sum of RGB (Red+Green+Blue) = 21+147+142=310 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.77% from 310); Green value is 147 (57.81% from 255 or 47.42% from 310); Blue value is 142 (55.86% from 255 or 45.81% from 310); Max value from RGB is 147 - color contains mainly: green. Hex color #15938E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15938E is #EA6C71. Grayscale: #6C6C6C. Windows color (decimal): -15363186 or 9343765. OLE color: 9343765.
HSL color Cylindrical-coordinate representation of color #15938E: hue angle of 177.62º 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 #15938E is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 147 | 142 | - |
| CMYK | 0.86 | 0 | 0.03 | 0.42 |
| HSL | 177.62º | 0.75% | 0.33% | - |
| HSV(B) | 177.62º | 0.86% | 0.58% | - |
| XYZ | 15.63 | 22.98 | 29.2 | - |
| YUV | 108.76 | 146.76 | 65.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 147 | 142 | 0.86 | 0 | 0.03 | 0.42 | 177.62 | 0.75 | 0.33 |
| Hex | 15 | 93 | 8E | 56 | 0 | 3 | 2A | B2 | 4B | 21 |
| Octal | 25 | 223 | 216 | 126 | 0 | 3 | 52 | 262 | 113 | 41 |
| Binary | 10101 | 10010011 | 10001110 | 1010110 | 0 | 11 | 101010 | 10110010 | 1001011 | 100001 |
Color Harmonies of #15938E
Complementary color
Monochromatic Colors of #15938E
Black with #15938E
Text Example
Text Example
White with #15938E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15938E; }
p { color: rgb(21,147,142); }
H1.HeaderClassName
{
color: #15938E;
}
.AnyTagClassName
{
color: #15938E;
}
</style>
background-color css
<style>
a { background-color: #15938E; }
a { background-color: rgb(21,147,142); }
div.DivClassName
{
background-color: #15938E;
}
.BgClassName
{
background-color: #15938E;
}
</style>
border-color css
<style>
span { border-color: #15938E; }
span { border-color: rgb(21,147,142); }
td.TdClassName
{
border-color: #15938E;
}
.TagClassName
{
border-color: #15938E;
}
</style>