Shades of Java #15908B
Tints of Java #15908B
RGB
CMYK
RGB Variations
Color information
#15908B (or 0x15908B) is known color: Java. HEX triplet: 15, 90 and 8B. RGB value is (21,144,139). Sum of RGB (Red+Green+Blue) = 21+144+139=304 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.91% from 304); Green value is 144 (56.64% from 255 or 47.37% from 304); Blue value is 139 (54.69% from 255 or 45.72% from 304); Max value from RGB is 144 - color contains mainly: green. Hex color #15908B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15908B is #EA6F74. Grayscale: #6A6A6A. Windows color (decimal): -15363957 or 9146389. OLE color: 9146389.
HSL color Cylindrical-coordinate representation of color #15908B: hue angle of 177.56º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15908B is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 144 | 139 | - |
| CMYK | 0.85 | 0 | 0.03 | 0.44 |
| HSL | 177.56º | 0.75% | 0.32% | - |
| HSV(B) | 177.56º | 0.85% | 0.56% | - |
| XYZ | 14.94 | 21.97 | 27.88 | - |
| YUV | 106.65 | 146.25 | 66.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 144 | 139 | 0.85 | 0 | 0.03 | 0.44 | 177.56 | 0.75 | 0.32 |
| Hex | 15 | 90 | 8B | 55 | 0 | 3 | 2C | B2 | 4B | 20 |
| Octal | 25 | 220 | 213 | 125 | 0 | 3 | 54 | 262 | 113 | 40 |
| Binary | 10101 | 10010000 | 10001011 | 1010101 | 0 | 11 | 101100 | 10110010 | 1001011 | 100000 |
Color Harmonies of #15908B
Complementary color
Monochromatic Colors of #15908B
Black with #15908B
Text Example
Text Example
White with #15908B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15908B; }
p { color: rgb(21,144,139); }
H1.HeaderClassName
{
color: #15908B;
}
.AnyTagClassName
{
color: #15908B;
}
</style>
background-color css
<style>
a { background-color: #15908B; }
a { background-color: rgb(21,144,139); }
div.DivClassName
{
background-color: #15908B;
}
.BgClassName
{
background-color: #15908B;
}
</style>
border-color css
<style>
span { border-color: #15908B; }
span { border-color: rgb(21,144,139); }
td.TdClassName
{
border-color: #15908B;
}
.TagClassName
{
border-color: #15908B;
}
</style>