Shades of Java #259994
Tints of Java #259994
RGB
CMYK
RGB Variations
Color information
#259994 (or 0x259994) is known color: Java. HEX triplet: 25, 99 and 94. RGB value is (37,153,148). Sum of RGB (Red+Green+Blue) = 37+153+148=338 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.95% from 338); Green value is 153 (60.16% from 255 or 45.27% from 338); Blue value is 148 (58.20% from 255 or 43.79% from 338); Max value from RGB is 153 - color contains mainly: green. Hex color #259994 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259994 is #DA666B. Grayscale: #757575. Windows color (decimal): -14313068 or 9738533. OLE color: 9738533.
HSL color Cylindrical-coordinate representation of color #259994: hue angle of 177.41º 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 #259994 is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 37 | 153 | 148 | - |
| CMYK | 0.76 | 0 | 0.03 | 0.4 |
| HSL | 177.41º | 0.61% | 0.37% | - |
| HSV(B) | 177.41º | 0.76% | 0.6% | - |
| XYZ | 17.5 | 25.31 | 31.98 | - |
| YUV | 117.75 | 145.07 | 70.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 153 | 148 | 0.76 | 0 | 0.03 | 0.4 | 177.41 | 0.61 | 0.37 |
| Hex | 25 | 99 | 94 | 4C | 0 | 3 | 28 | B1 | 3D | 25 |
| Octal | 45 | 231 | 224 | 114 | 0 | 3 | 50 | 261 | 75 | 45 |
| Binary | 100101 | 10011001 | 10010100 | 1001100 | 0 | 11 | 101000 | 10110001 | 111101 | 100101 |
Color Harmonies of #259994
Complementary color
Monochromatic Colors of #259994
Black with #259994
Text Example
Text Example
White with #259994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259994; }
p { color: rgb(37,153,148); }
H1.HeaderClassName
{
color: #259994;
}
.AnyTagClassName
{
color: #259994;
}
</style>
background-color css
<style>
a { background-color: #259994; }
a { background-color: rgb(37,153,148); }
div.DivClassName
{
background-color: #259994;
}
.BgClassName
{
background-color: #259994;
}
</style>
border-color css
<style>
span { border-color: #259994; }
span { border-color: rgb(37,153,148); }
td.TdClassName
{
border-color: #259994;
}
.TagClassName
{
border-color: #259994;
}
</style>