Shades of Java #259A97
Tints of Java #259A97
RGB
CMYK
RGB Variations
Color information
#259A97 (or 0x259A97) is known color: Java. HEX triplet: 25, 9A and 97. RGB value is (37,154,151). Sum of RGB (Red+Green+Blue) = 37+154+151=342 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.82% from 342); Green value is 154 (60.55% from 255 or 45.03% from 342); Blue value is 151 (59.38% from 255 or 44.15% from 342); Max value from RGB is 154 - color contains mainly: green. Hex color #259A97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259A97 is #DA6568. Grayscale: #767676. Windows color (decimal): -14312809 or 9935397. OLE color: 9935397.
HSL color Cylindrical-coordinate representation of color #259A97: hue angle of 178.46º 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 #259A97 is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 154 | 151 | - |
| CMYK | 0.76 | 0 | 0.02 | 0.40 |
| HSL | 178.46º | 0.61% | 0.37% | - |
| HSV(B) | 178.46º | 0.76% | 0.6% | - |
| XYZ | 17.9 | 25.74 | 33.3 | - |
| YUV | 118.68 | 146.24 | 69.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 154 | 151 | 0.76 | 0 | 0.02 | 0.40 | 178.46 | 0.61 | 0.37 |
| Hex | 25 | 9A | 97 | 4C | 0 | 2 | 28 | B2 | 3D | 25 |
| Octal | 45 | 232 | 227 | 114 | 0 | 2 | 50 | 262 | 75 | 45 |
| Binary | 100101 | 10011010 | 10010111 | 1001100 | 0 | 10 | 101000 | 10110010 | 111101 | 100101 |
Color Harmonies of #259A97
Complementary color
Monochromatic Colors of #259A97
Black with #259A97
Text Example
Text Example
White with #259A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259A97; }
p { color: rgb(37,154,151); }
H1.HeaderClassName
{
color: #259A97;
}
.AnyTagClassName
{
color: #259A97;
}
</style>
background-color css
<style>
a { background-color: #259A97; }
a { background-color: rgb(37,154,151); }
div.DivClassName
{
background-color: #259A97;
}
.BgClassName
{
background-color: #259A97;
}
</style>
border-color css
<style>
span { border-color: #259A97; }
span { border-color: rgb(37,154,151); }
td.TdClassName
{
border-color: #259A97;
}
.TagClassName
{
border-color: #259A97;
}
</style>