Shades of Java #259A90
Tints of Java #259A90
RGB
CMYK
RGB Variations
Color information
#259A90 (or 0x259A90) is known color: Java. HEX triplet: 25, 9A and 90. RGB value is (37,154,144). Sum of RGB (Red+Green+Blue) = 37+154+144=335 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.04% from 335); Green value is 154 (60.55% from 255 or 45.97% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 154 - color contains mainly: green. Hex color #259A90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259A90 is #DA656F. Grayscale: #757575. Windows color (decimal): -14312816 or 9476645. OLE color: 9476645.
HSL color Cylindrical-coordinate representation of color #259A90: hue angle of 174.87º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #259A90 is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 154 | 144 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.40 |
| HSL | 174.87º | 0.61% | 0.37% | - |
| HSV(B) | 174.87º | 0.76% | 0.6% | - |
| XYZ | 17.35 | 25.52 | 30.4 | - |
| YUV | 117.88 | 142.74 | 70.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 154 | 144 | 0.76 | 0 | 0.06 | 0.40 | 174.87 | 0.61 | 0.37 |
| Hex | 25 | 9A | 90 | 4C | 0 | 6 | 28 | AF | 3D | 25 |
| Octal | 45 | 232 | 220 | 114 | 0 | 6 | 50 | 257 | 75 | 45 |
| Binary | 100101 | 10011010 | 10010000 | 1001100 | 0 | 110 | 101000 | 10101111 | 111101 | 100101 |
Color Harmonies of #259A90
Complementary color
Monochromatic Colors of #259A90
Black with #259A90
Text Example
Text Example
White with #259A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259A90; }
p { color: rgb(37,154,144); }
H1.HeaderClassName
{
color: #259A90;
}
.AnyTagClassName
{
color: #259A90;
}
</style>
background-color css
<style>
a { background-color: #259A90; }
a { background-color: rgb(37,154,144); }
div.DivClassName
{
background-color: #259A90;
}
.BgClassName
{
background-color: #259A90;
}
</style>
border-color css
<style>
span { border-color: #259A90; }
span { border-color: rgb(37,154,144); }
td.TdClassName
{
border-color: #259A90;
}
.TagClassName
{
border-color: #259A90;
}
</style>