Shades of Java #25998B
Tints of Java #25998B
RGB
CMYK
RGB Variations
Color information
#25998B (or 0x25998B) is known color: Java. HEX triplet: 25, 99 and 8B. RGB value is (37,153,139). Sum of RGB (Red+Green+Blue) = 37+153+139=329 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.25% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 153 - color contains mainly: green. Hex color #25998B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25998B is #DA6674. Grayscale: #747474. Windows color (decimal): -14313077 or 9148709. OLE color: 9148709.
HSL color Cylindrical-coordinate representation of color #25998B: hue angle of 172.76º 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 #25998B is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 37 | 153 | 139 | - |
| CMYK | 0.76 | 0 | 0.09 | 0.4 |
| HSL | 172.76º | 0.61% | 0.37% | - |
| HSV(B) | 172.76º | 0.76% | 0.6% | - |
| XYZ | 16.81 | 25.04 | 28.37 | - |
| YUV | 116.72 | 140.57 | 71.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 153 | 139 | 0.76 | 0 | 0.09 | 0.4 | 172.76 | 0.61 | 0.37 |
| Hex | 25 | 99 | 8B | 4C | 0 | 9 | 28 | AD | 3D | 25 |
| Octal | 45 | 231 | 213 | 114 | 0 | 11 | 50 | 255 | 75 | 45 |
| Binary | 100101 | 10011001 | 10001011 | 1001100 | 0 | 1001 | 101000 | 10101101 | 111101 | 100101 |
Color Harmonies of #25998B
Complementary color
Monochromatic Colors of #25998B
Black with #25998B
Text Example
Text Example
White with #25998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25998B; }
p { color: rgb(37,153,139); }
H1.HeaderClassName
{
color: #25998B;
}
.AnyTagClassName
{
color: #25998B;
}
</style>
background-color css
<style>
a { background-color: #25998B; }
a { background-color: rgb(37,153,139); }
div.DivClassName
{
background-color: #25998B;
}
.BgClassName
{
background-color: #25998B;
}
</style>
border-color css
<style>
span { border-color: #25998B; }
span { border-color: rgb(37,153,139); }
td.TdClassName
{
border-color: #25998B;
}
.TagClassName
{
border-color: #25998B;
}
</style>