Shades of Java #259484
Tints of Java #259484
RGB
CMYK
RGB Variations
Color information
#259484 (or 0x259484) is known color: Java. HEX triplet: 25, 94 and 84. RGB value is (37,148,132). Sum of RGB (Red+Green+Blue) = 37+148+132=317 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.67% from 317); Green value is 148 (58.20% from 255 or 46.69% from 317); Blue value is 132 (51.95% from 255 or 41.64% from 317); Max value from RGB is 148 - color contains mainly: green. Hex color #259484 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259484 is #DA6B7B. Grayscale: #707070. Windows color (decimal): -14314364 or 8688677. OLE color: 8688677.
HSL color Cylindrical-coordinate representation of color #259484: hue angle of 171.35º 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 #259484 is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 148 | 132 | - |
| CMYK | 0.75 | 0 | 0.11 | 0.42 |
| HSL | 171.35º | 0.6% | 0.36% | - |
| HSV(B) | 171.35º | 0.75% | 0.58% | - |
| XYZ | 15.52 | 23.24 | 25.5 | - |
| YUV | 112.99 | 138.73 | 73.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 148 | 132 | 0.75 | 0 | 0.11 | 0.42 | 171.35 | 0.6 | 0.36 |
| Hex | 25 | 94 | 84 | 4B | 0 | B | 2A | AB | 3C | 24 |
| Octal | 45 | 224 | 204 | 113 | 0 | 13 | 52 | 253 | 74 | 44 |
| Binary | 100101 | 10010100 | 10000100 | 1001011 | 0 | 1011 | 101010 | 10101011 | 111100 | 100100 |
Color Harmonies of #259484
Complementary color
Monochromatic Colors of #259484
Black with #259484
Text Example
Text Example
White with #259484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259484; }
p { color: rgb(37,148,132); }
H1.HeaderClassName
{
color: #259484;
}
.AnyTagClassName
{
color: #259484;
}
</style>
background-color css
<style>
a { background-color: #259484; }
a { background-color: rgb(37,148,132); }
div.DivClassName
{
background-color: #259484;
}
.BgClassName
{
background-color: #259484;
}
</style>
border-color css
<style>
span { border-color: #259484; }
span { border-color: rgb(37,148,132); }
td.TdClassName
{
border-color: #259484;
}
.TagClassName
{
border-color: #259484;
}
</style>