Shades of Java #15928C
Tints of Java #15928C
RGB
CMYK
RGB Variations
Color information
#15928C (or 0x15928C) is known color: Java. HEX triplet: 15, 92 and 8C. RGB value is (21,146,140). Sum of RGB (Red+Green+Blue) = 21+146+140=307 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.84% from 307); Green value is 146 (57.42% from 255 or 47.56% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 146 - color contains mainly: green. Hex color #15928C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15928C is #EA6D73. Grayscale: #6B6B6B. Windows color (decimal): -15363444 or 9212437. OLE color: 9212437.
HSL color Cylindrical-coordinate representation of color #15928C: hue angle of 177.12º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #15928C is Cyan = 0.86, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 21 | 146 | 140 | - |
| CMYK | 0.86 | 0 | 0.04 | 0.43 |
| HSL | 177.12º | 0.75% | 0.33% | - |
| HSV(B) | 177.12º | 0.86% | 0.57% | - |
| XYZ | 15.32 | 22.61 | 28.37 | - |
| YUV | 107.94 | 146.09 | 65.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 146 | 140 | 0.86 | 0 | 0.04 | 0.43 | 177.12 | 0.75 | 0.33 |
| Hex | 15 | 92 | 8C | 56 | 0 | 4 | 2B | B1 | 4B | 21 |
| Octal | 25 | 222 | 214 | 126 | 0 | 4 | 53 | 261 | 113 | 41 |
| Binary | 10101 | 10010010 | 10001100 | 1010110 | 0 | 100 | 101011 | 10110001 | 1001011 | 100001 |
Color Harmonies of #15928C
Complementary color
Monochromatic Colors of #15928C
Black with #15928C
Text Example
Text Example
White with #15928C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15928C; }
p { color: rgb(21,146,140); }
H1.HeaderClassName
{
color: #15928C;
}
.AnyTagClassName
{
color: #15928C;
}
</style>
background-color css
<style>
a { background-color: #15928C; }
a { background-color: rgb(21,146,140); }
div.DivClassName
{
background-color: #15928C;
}
.BgClassName
{
background-color: #15928C;
}
</style>
border-color css
<style>
span { border-color: #15928C; }
span { border-color: rgb(21,146,140); }
td.TdClassName
{
border-color: #15928C;
}
.TagClassName
{
border-color: #15928C;
}
</style>