Shades of Java #259494
Tints of Java #259494
RGB
CMYK
RGB Variations
Color information
#259494 (or 0x259494) is known color: Java. HEX triplet: 25, 94 and 94. RGB value is (37,148,148). Sum of RGB (Red+Green+Blue) = 37+148+148=333 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.11% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 148 (58.20% from 255 or 44.44% from 333); Max value from RGB is 148 - color contains mainly: green, blue. Hex color #259494 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259494 is #DA6B6B. Grayscale: #727272. Windows color (decimal): -14314348 or 9737253. OLE color: 9737253.
HSL color Cylindrical-coordinate representation of color #259494: hue angle of 180º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #259494 is Cyan = 0.75, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 148 | 148 | - |
| CMYK | 0.75 | 0 | 0 | 0.42 |
| HSL | 180º | 0.6% | 0.36% | - |
| HSV(B) | 180º | 0.75% | 0.58% | - |
| XYZ | 16.7 | 23.71 | 31.71 | - |
| YUV | 114.81 | 146.73 | 72.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 148 | 148 | 0.75 | 0 | 0 | 0.42 | 180 | 0.6 | 0.36 |
| Hex | 25 | 94 | 94 | 4B | 0 | 0 | 2A | B4 | 3C | 24 |
| Octal | 45 | 224 | 224 | 113 | 0 | 0 | 52 | 264 | 74 | 44 |
| Binary | 100101 | 10010100 | 10010100 | 1001011 | 0 | 0 | 101010 | 10110100 | 111100 | 100100 |
Color Harmonies of #259494
Complementary color
Monochromatic Colors of #259494
Black with #259494
Text Example
Text Example
White with #259494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259494; }
p { color: rgb(37,148,148); }
H1.HeaderClassName
{
color: #259494;
}
.AnyTagClassName
{
color: #259494;
}
</style>
background-color css
<style>
a { background-color: #259494; }
a { background-color: rgb(37,148,148); }
div.DivClassName
{
background-color: #259494;
}
.BgClassName
{
background-color: #259494;
}
</style>
border-color css
<style>
span { border-color: #259494; }
span { border-color: rgb(37,148,148); }
td.TdClassName
{
border-color: #259494;
}
.TagClassName
{
border-color: #259494;
}
</style>