Shades of Java #25998C
Tints of Java #25998C
RGB
CMYK
RGB Variations
Color information
#25998C (or 0x25998C) is known color: Java. HEX triplet: 25, 99 and 8C. RGB value is (37,153,140). Sum of RGB (Red+Green+Blue) = 37+153+140=330 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.21% from 330); Green value is 153 (60.16% from 255 or 46.36% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 153 - color contains mainly: green. Hex color #25998C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25998C is #DA6673. Grayscale: #747474. Windows color (decimal): -14313076 or 9214245. OLE color: 9214245.
HSL color Cylindrical-coordinate representation of color #25998C: hue angle of 173.28º 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 #25998C is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 37 | 153 | 140 | - |
| CMYK | 0.76 | 0 | 0.08 | 0.4 |
| HSL | 173.28º | 0.61% | 0.37% | - |
| HSV(B) | 173.28º | 0.76% | 0.6% | - |
| XYZ | 16.89 | 25.07 | 28.76 | - |
| YUV | 116.83 | 141.07 | 71.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 153 | 140 | 0.76 | 0 | 0.08 | 0.4 | 173.28 | 0.61 | 0.37 |
| Hex | 25 | 99 | 8C | 4C | 0 | 8 | 28 | AD | 3D | 25 |
| Octal | 45 | 231 | 214 | 114 | 0 | 10 | 50 | 255 | 75 | 45 |
| Binary | 100101 | 10011001 | 10001100 | 1001100 | 0 | 1000 | 101000 | 10101101 | 111101 | 100101 |
Color Harmonies of #25998C
Complementary color
Monochromatic Colors of #25998C
Black with #25998C
Text Example
Text Example
White with #25998C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25998C; }
p { color: rgb(37,153,140); }
H1.HeaderClassName
{
color: #25998C;
}
.AnyTagClassName
{
color: #25998C;
}
</style>
background-color css
<style>
a { background-color: #25998C; }
a { background-color: rgb(37,153,140); }
div.DivClassName
{
background-color: #25998C;
}
.BgClassName
{
background-color: #25998C;
}
</style>
border-color css
<style>
span { border-color: #25998C; }
span { border-color: rgb(37,153,140); }
td.TdClassName
{
border-color: #25998C;
}
.TagClassName
{
border-color: #25998C;
}
</style>