Shades of Java #259895
Tints of Java #259895
RGB
CMYK
RGB Variations
Color information
#259895 (or 0x259895) is known color: Java. HEX triplet: 25, 98 and 95. RGB value is (37,152,149). Sum of RGB (Red+Green+Blue) = 37+152+149=338 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.95% from 338); Green value is 152 (59.77% from 255 or 44.97% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 152 - color contains mainly: green. Hex color #259895 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259895 is #DA676A. Grayscale: #757575. Windows color (decimal): -14313323 or 9803813. OLE color: 9803813.
HSL color Cylindrical-coordinate representation of color #259895: hue angle of 178.43º 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 #259895 is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 152 | 149 | - |
| CMYK | 0.76 | 0 | 0.02 | 0.40 |
| HSL | 178.43º | 0.61% | 0.37% | - |
| HSV(B) | 178.43º | 0.76% | 0.6% | - |
| XYZ | 17.42 | 25.02 | 32.35 | - |
| YUV | 117.27 | 145.9 | 70.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 152 | 149 | 0.76 | 0 | 0.02 | 0.40 | 178.43 | 0.61 | 0.37 |
| Hex | 25 | 98 | 95 | 4C | 0 | 2 | 28 | B2 | 3D | 25 |
| Octal | 45 | 230 | 225 | 114 | 0 | 2 | 50 | 262 | 75 | 45 |
| Binary | 100101 | 10011000 | 10010101 | 1001100 | 0 | 10 | 101000 | 10110010 | 111101 | 100101 |
Color Harmonies of #259895
Complementary color
Monochromatic Colors of #259895
Black with #259895
Text Example
Text Example
White with #259895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259895; }
p { color: rgb(37,152,149); }
H1.HeaderClassName
{
color: #259895;
}
.AnyTagClassName
{
color: #259895;
}
</style>
background-color css
<style>
a { background-color: #259895; }
a { background-color: rgb(37,152,149); }
div.DivClassName
{
background-color: #259895;
}
.BgClassName
{
background-color: #259895;
}
</style>
border-color css
<style>
span { border-color: #259895; }
span { border-color: rgb(37,152,149); }
td.TdClassName
{
border-color: #259895;
}
.TagClassName
{
border-color: #259895;
}
</style>