Shades of Java #158F90
Tints of Java #158F90
RGB
CMYK
RGB Variations
Color information
#158F90 (or 0x158F90) is known color: Java. HEX triplet: 15, 8F and 90. RGB value is (21,143,144). Sum of RGB (Red+Green+Blue) = 21+143+144=308 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.82% from 308); Green value is 143 (56.25% from 255 or 46.43% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 144 - color contains mainly: blue. Hex color #158F90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158F90 is #EA706F. Grayscale: #6A6A6A. Windows color (decimal): -15364208 or 9473813. OLE color: 9473813.
HSL color Cylindrical-coordinate representation of color #158F90: hue angle of 180.49º 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 #158F90 is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 143 | 144 | - |
| CMYK | 0.85 | 0.01 | 0 | 0.44 |
| HSL | 180.49º | 0.75% | 0.32% | - |
| HSV(B) | 180.49º | 0.85% | 0.56% | - |
| XYZ | 15.17 | 21.82 | 29.8 | - |
| YUV | 106.64 | 149.08 | 66.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 143 | 144 | 0.85 | 0.01 | 0 | 0.44 | 180.49 | 0.75 | 0.32 |
| Hex | 15 | 8F | 90 | 55 | 1 | 0 | 2C | B4 | 4B | 20 |
| Octal | 25 | 217 | 220 | 125 | 1 | 0 | 54 | 264 | 113 | 40 |
| Binary | 10101 | 10001111 | 10010000 | 1010101 | 1 | 0 | 101100 | 10110100 | 1001011 | 100000 |
Color Harmonies of #158F90
Complementary color
Monochromatic Colors of #158F90
Black with #158F90
Text Example
Text Example
White with #158F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158F90; }
p { color: rgb(21,143,144); }
H1.HeaderClassName
{
color: #158F90;
}
.AnyTagClassName
{
color: #158F90;
}
</style>
background-color css
<style>
a { background-color: #158F90; }
a { background-color: rgb(21,143,144); }
div.DivClassName
{
background-color: #158F90;
}
.BgClassName
{
background-color: #158F90;
}
</style>
border-color css
<style>
span { border-color: #158F90; }
span { border-color: rgb(21,143,144); }
td.TdClassName
{
border-color: #158F90;
}
.TagClassName
{
border-color: #158F90;
}
</style>