Shades of Java #259692
Tints of Java #259692
RGB
CMYK
RGB Variations
Color information
#259692 (or 0x259692) is known color: Java. HEX triplet: 25, 96 and 92. RGB value is (37,150,146). Sum of RGB (Red+Green+Blue) = 37+150+146=333 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.11% from 333); Green value is 150 (58.98% from 255 or 45.05% from 333); Blue value is 146 (57.42% from 255 or 43.84% from 333); Max value from RGB is 150 - color contains mainly: green. Hex color #259692 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259692 is #DA696D. Grayscale: #737373. Windows color (decimal): -14313838 or 9606693. OLE color: 9606693.
HSL color Cylindrical-coordinate representation of color #259692: hue angle of 177.88º 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 #259692 is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 37 | 150 | 146 | - |
| CMYK | 0.75 | 0 | 0.03 | 0.41 |
| HSL | 177.88º | 0.6% | 0.37% | - |
| HSV(B) | 177.88º | 0.75% | 0.59% | - |
| XYZ | 16.86 | 24.28 | 30.99 | - |
| YUV | 115.76 | 145.06 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 150 | 146 | 0.75 | 0 | 0.03 | 0.41 | 177.88 | 0.6 | 0.37 |
| Hex | 25 | 96 | 92 | 4B | 0 | 3 | 29 | B2 | 3C | 25 |
| Octal | 45 | 226 | 222 | 113 | 0 | 3 | 51 | 262 | 74 | 45 |
| Binary | 100101 | 10010110 | 10010010 | 1001011 | 0 | 11 | 101001 | 10110010 | 111100 | 100101 |
Color Harmonies of #259692
Complementary color
Monochromatic Colors of #259692
Black with #259692
Text Example
Text Example
White with #259692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259692; }
p { color: rgb(37,150,146); }
H1.HeaderClassName
{
color: #259692;
}
.AnyTagClassName
{
color: #259692;
}
</style>
background-color css
<style>
a { background-color: #259692; }
a { background-color: rgb(37,150,146); }
div.DivClassName
{
background-color: #259692;
}
.BgClassName
{
background-color: #259692;
}
</style>
border-color css
<style>
span { border-color: #259692; }
span { border-color: rgb(37,150,146); }
td.TdClassName
{
border-color: #259692;
}
.TagClassName
{
border-color: #259692;
}
</style>