Shades of Java #25998D
Tints of Java #25998D
RGB
CMYK
RGB Variations
Color information
#25998D (or 0x25998D) is known color: Java. HEX triplet: 25, 99 and 8D. RGB value is (37,153,141). Sum of RGB (Red+Green+Blue) = 37+153+141=331 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.18% from 331); Green value is 153 (60.16% from 255 or 46.22% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 153 - color contains mainly: green. Hex color #25998D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25998D is #DA6672. Grayscale: #747474. Windows color (decimal): -14313075 or 9279781. OLE color: 9279781.
HSL color Cylindrical-coordinate representation of color #25998D: hue angle of 173.79º 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 #25998D is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 37 | 153 | 141 | - |
| CMYK | 0.76 | 0 | 0.08 | 0.4 |
| HSL | 173.79º | 0.61% | 0.37% | - |
| HSV(B) | 173.79º | 0.76% | 0.6% | - |
| XYZ | 16.96 | 25.1 | 29.15 | - |
| YUV | 116.95 | 141.57 | 70.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 153 | 141 | 0.76 | 0 | 0.08 | 0.4 | 173.79 | 0.61 | 0.37 |
| Hex | 25 | 99 | 8D | 4C | 0 | 8 | 28 | AE | 3D | 25 |
| Octal | 45 | 231 | 215 | 114 | 0 | 10 | 50 | 256 | 75 | 45 |
| Binary | 100101 | 10011001 | 10001101 | 1001100 | 0 | 1000 | 101000 | 10101110 | 111101 | 100101 |
Color Harmonies of #25998D
Complementary color
Monochromatic Colors of #25998D
Black with #25998D
Text Example
Text Example
White with #25998D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25998D; }
p { color: rgb(37,153,141); }
H1.HeaderClassName
{
color: #25998D;
}
.AnyTagClassName
{
color: #25998D;
}
</style>
background-color css
<style>
a { background-color: #25998D; }
a { background-color: rgb(37,153,141); }
div.DivClassName
{
background-color: #25998D;
}
.BgClassName
{
background-color: #25998D;
}
</style>
border-color css
<style>
span { border-color: #25998D; }
span { border-color: rgb(37,153,141); }
td.TdClassName
{
border-color: #25998D;
}
.TagClassName
{
border-color: #25998D;
}
</style>