Shades of Java #259694
Tints of Java #259694
RGB
CMYK
RGB Variations
Color information
#259694 (or 0x259694) is known color: Java. HEX triplet: 25, 96 and 94. RGB value is (37,150,148). Sum of RGB (Red+Green+Blue) = 37+150+148=335 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.04% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 148 (58.20% from 255 or 44.18% from 335); Max value from RGB is 150 - color contains mainly: green. Hex color #259694 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259694 is #DA696B. Grayscale: #737373. Windows color (decimal): -14313836 or 9737765. OLE color: 9737765.
HSL color Cylindrical-coordinate representation of color #259694: hue angle of 178.94º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #259694 is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 37 | 150 | 148 | - |
| CMYK | 0.75 | 0 | 0.01 | 0.41 |
| HSL | 178.94º | 0.6% | 0.37% | - |
| HSV(B) | 178.94º | 0.75% | 0.59% | - |
| XYZ | 17.01 | 24.34 | 31.82 | - |
| YUV | 115.99 | 146.06 | 71.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 150 | 148 | 0.75 | 0 | 0.01 | 0.41 | 178.94 | 0.6 | 0.37 |
| Hex | 25 | 96 | 94 | 4B | 0 | 1 | 29 | B3 | 3C | 25 |
| Octal | 45 | 226 | 224 | 113 | 0 | 1 | 51 | 263 | 74 | 45 |
| Binary | 100101 | 10010110 | 10010100 | 1001011 | 0 | 1 | 101001 | 10110011 | 111100 | 100101 |
Color Harmonies of #259694
Complementary color
Monochromatic Colors of #259694
Black with #259694
Text Example
Text Example
White with #259694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259694; }
p { color: rgb(37,150,148); }
H1.HeaderClassName
{
color: #259694;
}
.AnyTagClassName
{
color: #259694;
}
</style>
background-color css
<style>
a { background-color: #259694; }
a { background-color: rgb(37,150,148); }
div.DivClassName
{
background-color: #259694;
}
.BgClassName
{
background-color: #259694;
}
</style>
border-color css
<style>
span { border-color: #259694; }
span { border-color: rgb(37,150,148); }
td.TdClassName
{
border-color: #259694;
}
.TagClassName
{
border-color: #259694;
}
</style>