Shades of Java #259D95
Tints of Java #259D95
RGB
CMYK
RGB Variations
Color information
#259D95 (or 0x259D95) is known color: Java. HEX triplet: 25, 9D and 95. RGB value is (37,157,149). Sum of RGB (Red+Green+Blue) = 37+157+149=343 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.79% from 343); Green value is 157 (61.72% from 255 or 45.77% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 157 - color contains mainly: green. Hex color #259D95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259D95 is #DA626A. Grayscale: #787878. Windows color (decimal): -14312043 or 9805093. OLE color: 9805093.
HSL color Cylindrical-coordinate representation of color #259D95: hue angle of 176º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #259D95 is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 157 | 149 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.38 |
| HSL | 176º | 0.62% | 0.38% | - |
| HSV(B) | 176º | 0.76% | 0.62% | - |
| XYZ | 18.24 | 26.68 | 32.62 | - |
| YUV | 120.21 | 144.24 | 68.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 157 | 149 | 0.76 | 0 | 0.05 | 0.38 | 176 | 0.62 | 0.38 |
| Hex | 25 | 9D | 95 | 4C | 0 | 5 | 26 | B0 | 3E | 26 |
| Octal | 45 | 235 | 225 | 114 | 0 | 5 | 46 | 260 | 76 | 46 |
| Binary | 100101 | 10011101 | 10010101 | 1001100 | 0 | 101 | 100110 | 10110000 | 111110 | 100110 |
Color Harmonies of #259D95
Complementary color
Monochromatic Colors of #259D95
Black with #259D95
Text Example
Text Example
White with #259D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259D95; }
p { color: rgb(37,157,149); }
H1.HeaderClassName
{
color: #259D95;
}
.AnyTagClassName
{
color: #259D95;
}
</style>
background-color css
<style>
a { background-color: #259D95; }
a { background-color: rgb(37,157,149); }
div.DivClassName
{
background-color: #259D95;
}
.BgClassName
{
background-color: #259D95;
}
</style>
border-color css
<style>
span { border-color: #259D95; }
span { border-color: rgb(37,157,149); }
td.TdClassName
{
border-color: #259D95;
}
.TagClassName
{
border-color: #259D95;
}
</style>