Shades of Java #25998F
Tints of Java #25998F
RGB
CMYK
RGB Variations
Color information
#25998F (or 0x25998F) is known color: Java. HEX triplet: 25, 99 and 8F. RGB value is (37,153,143). Sum of RGB (Red+Green+Blue) = 37+153+143=333 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.11% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 143 (56.25% from 255 or 42.94% from 333); Max value from RGB is 153 - color contains mainly: green. Hex color #25998F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25998F is #DA6670. Grayscale: #757575. Windows color (decimal): -14313073 or 9410853. OLE color: 9410853.
HSL color Cylindrical-coordinate representation of color #25998F: hue angle of 174.83º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25998F is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 37 | 153 | 143 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.4 |
| HSL | 174.83º | 0.61% | 0.37% | - |
| HSV(B) | 174.83º | 0.76% | 0.6% | - |
| XYZ | 17.11 | 25.16 | 29.94 | - |
| YUV | 117.18 | 142.57 | 70.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 153 | 143 | 0.76 | 0 | 0.07 | 0.4 | 174.83 | 0.61 | 0.37 |
| Hex | 25 | 99 | 8F | 4C | 0 | 7 | 28 | AF | 3D | 25 |
| Octal | 45 | 231 | 217 | 114 | 0 | 7 | 50 | 257 | 75 | 45 |
| Binary | 100101 | 10011001 | 10001111 | 1001100 | 0 | 111 | 101000 | 10101111 | 111101 | 100101 |
Color Harmonies of #25998F
Complementary color
Monochromatic Colors of #25998F
Black with #25998F
Text Example
Text Example
White with #25998F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25998F; }
p { color: rgb(37,153,143); }
H1.HeaderClassName
{
color: #25998F;
}
.AnyTagClassName
{
color: #25998F;
}
</style>
background-color css
<style>
a { background-color: #25998F; }
a { background-color: rgb(37,153,143); }
div.DivClassName
{
background-color: #25998F;
}
.BgClassName
{
background-color: #25998F;
}
</style>
border-color css
<style>
span { border-color: #25998F; }
span { border-color: rgb(37,153,143); }
td.TdClassName
{
border-color: #25998F;
}
.TagClassName
{
border-color: #25998F;
}
</style>