Shades of Java #259889
Tints of Java #259889
RGB
CMYK
RGB Variations
Color information
#259889 (or 0x259889) is known color: Java. HEX triplet: 25, 98 and 89. RGB value is (37,152,137). Sum of RGB (Red+Green+Blue) = 37+152+137=326 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.35% from 326); Green value is 152 (59.77% from 255 or 46.63% from 326); Blue value is 137 (53.91% from 255 or 42.02% from 326); Max value from RGB is 152 - color contains mainly: green. Hex color #259889 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259889 is #DA6776. Grayscale: #737373. Windows color (decimal): -14313335 or 9017381. OLE color: 9017381.
HSL color Cylindrical-coordinate representation of color #259889: hue angle of 172.17º 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 #259889 is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 152 | 137 | - |
| CMYK | 0.76 | 0 | 0.10 | 0.40 |
| HSL | 172.17º | 0.61% | 0.37% | - |
| HSV(B) | 172.17º | 0.76% | 0.6% | - |
| XYZ | 16.51 | 24.66 | 27.56 | - |
| YUV | 115.91 | 139.9 | 71.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 152 | 137 | 0.76 | 0 | 0.10 | 0.40 | 172.17 | 0.61 | 0.37 |
| Hex | 25 | 98 | 89 | 4C | 0 | A | 28 | AC | 3D | 25 |
| Octal | 45 | 230 | 211 | 114 | 0 | 12 | 50 | 254 | 75 | 45 |
| Binary | 100101 | 10011000 | 10001001 | 1001100 | 0 | 1010 | 101000 | 10101100 | 111101 | 100101 |
Color Harmonies of #259889
Complementary color
Monochromatic Colors of #259889
Black with #259889
Text Example
Text Example
White with #259889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259889; }
p { color: rgb(37,152,137); }
H1.HeaderClassName
{
color: #259889;
}
.AnyTagClassName
{
color: #259889;
}
</style>
background-color css
<style>
a { background-color: #259889; }
a { background-color: rgb(37,152,137); }
div.DivClassName
{
background-color: #259889;
}
.BgClassName
{
background-color: #259889;
}
</style>
border-color css
<style>
span { border-color: #259889; }
span { border-color: rgb(37,152,137); }
td.TdClassName
{
border-color: #259889;
}
.TagClassName
{
border-color: #259889;
}
</style>