Shades of Java #15938B
Tints of Java #15938B
RGB
CMYK
RGB Variations
Color information
#15938B (or 0x15938B) is known color: Java. HEX triplet: 15, 93 and 8B. RGB value is (21,147,139). Sum of RGB (Red+Green+Blue) = 21+147+139=307 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.84% from 307); Green value is 147 (57.81% from 255 or 47.88% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 147 - color contains mainly: green. Hex color #15938B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15938B is #EA6C74. Grayscale: #6C6C6C. Windows color (decimal): -15363189 or 9147157. OLE color: 9147157.
HSL color Cylindrical-coordinate representation of color #15938B: hue angle of 176.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 #15938B is Cyan = 0.86, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 147 | 139 | - |
| CMYK | 0.86 | 0 | 0.05 | 0.42 |
| HSL | 176.19º | 0.75% | 0.33% | - |
| HSV(B) | 176.19º | 0.86% | 0.58% | - |
| XYZ | 15.4 | 22.89 | 28.03 | - |
| YUV | 108.41 | 145.26 | 65.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 147 | 139 | 0.86 | 0 | 0.05 | 0.42 | 176.19 | 0.75 | 0.33 |
| Hex | 15 | 93 | 8B | 56 | 0 | 5 | 2A | B0 | 4B | 21 |
| Octal | 25 | 223 | 213 | 126 | 0 | 5 | 52 | 260 | 113 | 41 |
| Binary | 10101 | 10010011 | 10001011 | 1010110 | 0 | 101 | 101010 | 10110000 | 1001011 | 100001 |
Color Harmonies of #15938B
Complementary color
Monochromatic Colors of #15938B
Black with #15938B
Text Example
Text Example
White with #15938B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15938B; }
p { color: rgb(21,147,139); }
H1.HeaderClassName
{
color: #15938B;
}
.AnyTagClassName
{
color: #15938B;
}
</style>
background-color css
<style>
a { background-color: #15938B; }
a { background-color: rgb(21,147,139); }
div.DivClassName
{
background-color: #15938B;
}
.BgClassName
{
background-color: #15938B;
}
</style>
border-color css
<style>
span { border-color: #15938B; }
span { border-color: rgb(21,147,139); }
td.TdClassName
{
border-color: #15938B;
}
.TagClassName
{
border-color: #15938B;
}
</style>