Shades of Java #259E97
Tints of Java #259E97
RGB
CMYK
RGB Variations
Color information
#259E97 (or 0x259E97) is known color: Java. HEX triplet: 25, 9E and 97. RGB value is (37,158,151). Sum of RGB (Red+Green+Blue) = 37+158+151=346 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.69% from 346); Green value is 158 (62.11% from 255 or 45.66% from 346); Blue value is 151 (59.38% from 255 or 43.64% from 346); Max value from RGB is 158 - color contains mainly: green. Hex color #259E97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259E97 is #DA6168. Grayscale: #787878. Windows color (decimal): -14311785 or 9936421. OLE color: 9936421.
HSL color Cylindrical-coordinate representation of color #259E97: hue angle of 176.53º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #259E97 is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 37 | 158 | 151 | - |
| CMYK | 0.77 | 0 | 0.04 | 0.38 |
| HSL | 176.53º | 0.62% | 0.38% | - |
| HSV(B) | 176.53º | 0.77% | 0.62% | - |
| XYZ | 18.58 | 27.08 | 33.53 | - |
| YUV | 121.02 | 144.91 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 158 | 151 | 0.77 | 0 | 0.04 | 0.38 | 176.53 | 0.62 | 0.38 |
| Hex | 25 | 9E | 97 | 4D | 0 | 4 | 26 | B1 | 3E | 26 |
| Octal | 45 | 236 | 227 | 115 | 0 | 4 | 46 | 261 | 76 | 46 |
| Binary | 100101 | 10011110 | 10010111 | 1001101 | 0 | 100 | 100110 | 10110001 | 111110 | 100110 |
Color Harmonies of #259E97
Complementary color
Monochromatic Colors of #259E97
Black with #259E97
Text Example
Text Example
White with #259E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259E97; }
p { color: rgb(37,158,151); }
H1.HeaderClassName
{
color: #259E97;
}
.AnyTagClassName
{
color: #259E97;
}
</style>
background-color css
<style>
a { background-color: #259E97; }
a { background-color: rgb(37,158,151); }
div.DivClassName
{
background-color: #259E97;
}
.BgClassName
{
background-color: #259E97;
}
</style>
border-color css
<style>
span { border-color: #259E97; }
span { border-color: rgb(37,158,151); }
td.TdClassName
{
border-color: #259E97;
}
.TagClassName
{
border-color: #259E97;
}
</style>