Shades of Java #259690
Tints of Java #259690
RGB
CMYK
RGB Variations
Color information
#259690 (or 0x259690) is known color: Java. HEX triplet: 25, 96 and 90. RGB value is (37,150,144). Sum of RGB (Red+Green+Blue) = 37+150+144=331 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.18% from 331); Green value is 150 (58.98% from 255 or 45.32% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 150 - color contains mainly: green. Hex color #259690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259690 is #DA696F. Grayscale: #737373. Windows color (decimal): -14313840 or 9475621. OLE color: 9475621.
HSL color Cylindrical-coordinate representation of color #259690: hue angle of 176.81º 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 #259690 is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 37 | 150 | 144 | - |
| CMYK | 0.75 | 0 | 0.04 | 0.41 |
| HSL | 176.81º | 0.6% | 0.37% | - |
| HSV(B) | 176.81º | 0.75% | 0.59% | - |
| XYZ | 16.7 | 24.22 | 30.18 | - |
| YUV | 115.53 | 144.06 | 71.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 150 | 144 | 0.75 | 0 | 0.04 | 0.41 | 176.81 | 0.6 | 0.37 |
| Hex | 25 | 96 | 90 | 4B | 0 | 4 | 29 | B1 | 3C | 25 |
| Octal | 45 | 226 | 220 | 113 | 0 | 4 | 51 | 261 | 74 | 45 |
| Binary | 100101 | 10010110 | 10010000 | 1001011 | 0 | 100 | 101001 | 10110001 | 111100 | 100101 |
Color Harmonies of #259690
Complementary color
Monochromatic Colors of #259690
Black with #259690
Text Example
Text Example
White with #259690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259690; }
p { color: rgb(37,150,144); }
H1.HeaderClassName
{
color: #259690;
}
.AnyTagClassName
{
color: #259690;
}
</style>
background-color css
<style>
a { background-color: #259690; }
a { background-color: rgb(37,150,144); }
div.DivClassName
{
background-color: #259690;
}
.BgClassName
{
background-color: #259690;
}
</style>
border-color css
<style>
span { border-color: #259690; }
span { border-color: rgb(37,150,144); }
td.TdClassName
{
border-color: #259690;
}
.TagClassName
{
border-color: #259690;
}
</style>