Shades of Java #259C94
Tints of Java #259C94
RGB
CMYK
RGB Variations
Color information
#259C94 (or 0x259C94) is known color: Java. HEX triplet: 25, 9C and 94. RGB value is (37,156,148). Sum of RGB (Red+Green+Blue) = 37+156+148=341 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.85% from 341); Green value is 156 (61.33% from 255 or 45.75% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 156 - color contains mainly: green. Hex color #259C94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259C94 is #DA636B. Grayscale: #777777. Windows color (decimal): -14312300 or 9739301. OLE color: 9739301.
HSL color Cylindrical-coordinate representation of color #259C94: hue angle of 175.97º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #259C94 is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 156 | 148 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.39 |
| HSL | 175.97º | 0.62% | 0.38% | - |
| HSV(B) | 175.97º | 0.76% | 0.61% | - |
| XYZ | 18 | 26.31 | 32.15 | - |
| YUV | 119.51 | 144.08 | 69.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 156 | 148 | 0.76 | 0 | 0.05 | 0.39 | 175.97 | 0.62 | 0.38 |
| Hex | 25 | 9C | 94 | 4C | 0 | 5 | 27 | B0 | 3E | 26 |
| Octal | 45 | 234 | 224 | 114 | 0 | 5 | 47 | 260 | 76 | 46 |
| Binary | 100101 | 10011100 | 10010100 | 1001100 | 0 | 101 | 100111 | 10110000 | 111110 | 100110 |
Color Harmonies of #259C94
Complementary color
Monochromatic Colors of #259C94
Black with #259C94
Text Example
Text Example
White with #259C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259C94; }
p { color: rgb(37,156,148); }
H1.HeaderClassName
{
color: #259C94;
}
.AnyTagClassName
{
color: #259C94;
}
</style>
background-color css
<style>
a { background-color: #259C94; }
a { background-color: rgb(37,156,148); }
div.DivClassName
{
background-color: #259C94;
}
.BgClassName
{
background-color: #259C94;
}
</style>
border-color css
<style>
span { border-color: #259C94; }
span { border-color: rgb(37,156,148); }
td.TdClassName
{
border-color: #259C94;
}
.TagClassName
{
border-color: #259C94;
}
</style>