Shades of Java #25958C
Tints of Java #25958C
RGB
CMYK
RGB Variations
Color information
#25958C (or 0x25958C) is known color: Java. HEX triplet: 25, 95 and 8C. RGB value is (37,149,140). Sum of RGB (Red+Green+Blue) = 37+149+140=326 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.35% from 326); Green value is 149 (58.59% from 255 or 45.71% from 326); Blue value is 140 (55.08% from 255 or 42.94% from 326); Max value from RGB is 149 - color contains mainly: green. Hex color #25958C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25958C is #DA6A73. Grayscale: #727272. Windows color (decimal): -14314100 or 9213221. OLE color: 9213221.
HSL color Cylindrical-coordinate representation of color #25958C: hue angle of 175.18º 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 #25958C is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 149 | 140 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.42 |
| HSL | 175.18º | 0.6% | 0.36% | - |
| HSV(B) | 175.18º | 0.75% | 0.58% | - |
| XYZ | 16.24 | 23.78 | 28.55 | - |
| YUV | 114.49 | 142.39 | 72.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 149 | 140 | 0.75 | 0 | 0.06 | 0.42 | 175.18 | 0.6 | 0.36 |
| Hex | 25 | 95 | 8C | 4B | 0 | 6 | 2A | AF | 3C | 24 |
| Octal | 45 | 225 | 214 | 113 | 0 | 6 | 52 | 257 | 74 | 44 |
| Binary | 100101 | 10010101 | 10001100 | 1001011 | 0 | 110 | 101010 | 10101111 | 111100 | 100100 |
Color Harmonies of #25958C
Complementary color
Monochromatic Colors of #25958C
Black with #25958C
Text Example
Text Example
White with #25958C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25958C; }
p { color: rgb(37,149,140); }
H1.HeaderClassName
{
color: #25958C;
}
.AnyTagClassName
{
color: #25958C;
}
</style>
background-color css
<style>
a { background-color: #25958C; }
a { background-color: rgb(37,149,140); }
div.DivClassName
{
background-color: #25958C;
}
.BgClassName
{
background-color: #25958C;
}
</style>
border-color css
<style>
span { border-color: #25958C; }
span { border-color: rgb(37,149,140); }
td.TdClassName
{
border-color: #25958C;
}
.TagClassName
{
border-color: #25958C;
}
</style>