Shades of Java #259998
Tints of Java #259998
RGB
CMYK
RGB Variations
Color information
#259998 (or 0x259998) is known color: Java. HEX triplet: 25, 99 and 98. RGB value is (37,153,152). Sum of RGB (Red+Green+Blue) = 37+153+152=342 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.82% from 342); Green value is 153 (60.16% from 255 or 44.74% from 342); Blue value is 152 (59.77% from 255 or 44.44% from 342); Max value from RGB is 153 - color contains mainly: green. Hex color #259998 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259998 is #DA6667. Grayscale: #767676. Windows color (decimal): -14313064 or 10000677. OLE color: 10000677.
HSL color Cylindrical-coordinate representation of color #259998: hue angle of 179.48º 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 #259998 is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 37 | 153 | 152 | - |
| CMYK | 0.76 | 0 | 0.01 | 0.4 |
| HSL | 179.48º | 0.61% | 0.37% | - |
| HSV(B) | 179.48º | 0.76% | 0.6% | - |
| XYZ | 17.82 | 25.44 | 33.68 | - |
| YUV | 118.2 | 147.07 | 70.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 153 | 152 | 0.76 | 0 | 0.01 | 0.4 | 179.48 | 0.61 | 0.37 |
| Hex | 25 | 99 | 98 | 4C | 0 | 1 | 28 | B3 | 3D | 25 |
| Octal | 45 | 231 | 230 | 114 | 0 | 1 | 50 | 263 | 75 | 45 |
| Binary | 100101 | 10011001 | 10011000 | 1001100 | 0 | 1 | 101000 | 10110011 | 111101 | 100101 |
Color Harmonies of #259998
Complementary color
Monochromatic Colors of #259998
Black with #259998
Text Example
Text Example
White with #259998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259998; }
p { color: rgb(37,153,152); }
H1.HeaderClassName
{
color: #259998;
}
.AnyTagClassName
{
color: #259998;
}
</style>
background-color css
<style>
a { background-color: #259998; }
a { background-color: rgb(37,153,152); }
div.DivClassName
{
background-color: #259998;
}
.BgClassName
{
background-color: #259998;
}
</style>
border-color css
<style>
span { border-color: #259998; }
span { border-color: rgb(37,153,152); }
td.TdClassName
{
border-color: #259998;
}
.TagClassName
{
border-color: #259998;
}
</style>