Shades of Java #1A9590
Tints of Java #1A9590
RGB
CMYK
RGB Variations
Color information
#1A9590 (or 0x1A9590) is known color: Java. HEX triplet: 1A, 95 and 90. RGB value is (26,149,144). Sum of RGB (Red+Green+Blue) = 26+149+144=319 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.15% from 319); Green value is 149 (58.59% from 255 or 46.71% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 149 - color contains mainly: green. Hex color #1A9590 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A9590 is #E56A6F. Grayscale: #6F6F6F. Windows color (decimal): -15034992 or 9475354. OLE color: 9475354.
HSL color Cylindrical-coordinate representation of color #1A9590: hue angle of 177.56º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A9590 is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 26 | 149 | 144 | - |
| CMYK | 0.83 | 0 | 0.03 | 0.42 |
| HSL | 177.56º | 0.7% | 0.34% | - |
| HSV(B) | 177.56º | 0.83% | 0.58% | - |
| XYZ | 16.21 | 23.73 | 30.11 | - |
| YUV | 111.65 | 146.25 | 66.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 149 | 144 | 0.83 | 0 | 0.03 | 0.42 | 177.56 | 0.7 | 0.34 |
| Hex | 1A | 95 | 90 | 53 | 0 | 3 | 2A | B2 | 46 | 22 |
| Octal | 32 | 225 | 220 | 123 | 0 | 3 | 52 | 262 | 106 | 42 |
| Binary | 11010 | 10010101 | 10010000 | 1010011 | 0 | 11 | 101010 | 10110010 | 1000110 | 100010 |
Color Harmonies of #1A9590
Complementary color
Monochromatic Colors of #1A9590
Black with #1A9590
Text Example
Text Example
White with #1A9590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9590; }
p { color: rgb(26,149,144); }
H1.HeaderClassName
{
color: #1A9590;
}
.AnyTagClassName
{
color: #1A9590;
}
</style>
background-color css
<style>
a { background-color: #1A9590; }
a { background-color: rgb(26,149,144); }
div.DivClassName
{
background-color: #1A9590;
}
.BgClassName
{
background-color: #1A9590;
}
</style>
border-color css
<style>
span { border-color: #1A9590; }
span { border-color: rgb(26,149,144); }
td.TdClassName
{
border-color: #1A9590;
}
.TagClassName
{
border-color: #1A9590;
}
</style>