Shades of Java #25958A
Tints of Java #25958A
RGB
CMYK
RGB Variations
Color information
#25958A (or 0x25958A) is known color: Java. HEX triplet: 25, 95 and 8A. RGB value is (37,149,138). Sum of RGB (Red+Green+Blue) = 37+149+138=324 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.42% from 324); Green value is 149 (58.59% from 255 or 45.99% from 324); Blue value is 138 (54.30% from 255 or 42.59% from 324); Max value from RGB is 149 - color contains mainly: green. Hex color #25958A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25958A is #DA6A75. Grayscale: #727272. Windows color (decimal): -14314102 or 9082149. OLE color: 9082149.
HSL color Cylindrical-coordinate representation of color #25958A: hue angle of 174.11º 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 #25958A is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 149 | 138 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.42 |
| HSL | 174.11º | 0.6% | 0.36% | - |
| HSV(B) | 174.11º | 0.75% | 0.58% | - |
| XYZ | 16.1 | 23.72 | 27.78 | - |
| YUV | 114.26 | 141.39 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 149 | 138 | 0.75 | 0 | 0.07 | 0.42 | 174.11 | 0.6 | 0.36 |
| Hex | 25 | 95 | 8A | 4B | 0 | 7 | 2A | AE | 3C | 24 |
| Octal | 45 | 225 | 212 | 113 | 0 | 7 | 52 | 256 | 74 | 44 |
| Binary | 100101 | 10010101 | 10001010 | 1001011 | 0 | 111 | 101010 | 10101110 | 111100 | 100100 |
Color Harmonies of #25958A
Complementary color
Monochromatic Colors of #25958A
Black with #25958A
Text Example
Text Example
White with #25958A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25958A; }
p { color: rgb(37,149,138); }
H1.HeaderClassName
{
color: #25958A;
}
.AnyTagClassName
{
color: #25958A;
}
</style>
background-color css
<style>
a { background-color: #25958A; }
a { background-color: rgb(37,149,138); }
div.DivClassName
{
background-color: #25958A;
}
.BgClassName
{
background-color: #25958A;
}
</style>
border-color css
<style>
span { border-color: #25958A; }
span { border-color: rgb(37,149,138); }
td.TdClassName
{
border-color: #25958A;
}
.TagClassName
{
border-color: #25958A;
}
</style>