Shades of Java #259898
Tints of Java #259898
RGB
CMYK
RGB Variations
Color information
#259898 (or 0x259898) is known color: Java. HEX triplet: 25, 98 and 98. RGB value is (37,152,152). Sum of RGB (Red+Green+Blue) = 37+152+152=341 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.85% from 341); Green value is 152 (59.77% from 255 or 44.57% from 341); Blue value is 152 (59.77% from 255 or 44.57% from 341); Max value from RGB is 152 - color contains mainly: green, blue. Hex color #259898 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259898 is #DA6767. Grayscale: #757575. Windows color (decimal): -14313320 or 10000421. OLE color: 10000421.
HSL color Cylindrical-coordinate representation of color #259898: hue angle of 180º 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 #259898 is Cyan = 0.76, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 152 | 152 | - |
| CMYK | 0.76 | 0 | 0 | 0.40 |
| HSL | 180º | 0.61% | 0.37% | - |
| HSV(B) | 180º | 0.76% | 0.6% | - |
| XYZ | 17.66 | 25.12 | 33.62 | - |
| YUV | 117.62 | 147.4 | 70.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 152 | 152 | 0.76 | 0 | 0 | 0.40 | 180 | 0.61 | 0.37 |
| Hex | 25 | 98 | 98 | 4C | 0 | 0 | 28 | B4 | 3D | 25 |
| Octal | 45 | 230 | 230 | 114 | 0 | 0 | 50 | 264 | 75 | 45 |
| Binary | 100101 | 10011000 | 10011000 | 1001100 | 0 | 0 | 101000 | 10110100 | 111101 | 100101 |
Color Harmonies of #259898
Complementary color
Monochromatic Colors of #259898
Black with #259898
Text Example
Text Example
White with #259898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259898; }
p { color: rgb(37,152,152); }
H1.HeaderClassName
{
color: #259898;
}
.AnyTagClassName
{
color: #259898;
}
</style>
background-color css
<style>
a { background-color: #259898; }
a { background-color: rgb(37,152,152); }
div.DivClassName
{
background-color: #259898;
}
.BgClassName
{
background-color: #259898;
}
</style>
border-color css
<style>
span { border-color: #259898; }
span { border-color: rgb(37,152,152); }
td.TdClassName
{
border-color: #259898;
}
.TagClassName
{
border-color: #259898;
}
</style>