Shades of Java #25998A
Tints of Java #25998A
RGB
CMYK
RGB Variations
Color information
#25998A (or 0x25998A) is known color: Java. HEX triplet: 25, 99 and 8A. RGB value is (37,153,138). Sum of RGB (Red+Green+Blue) = 37+153+138=328 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.28% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 138 (54.30% from 255 or 42.07% from 328); Max value from RGB is 153 - color contains mainly: green. Hex color #25998A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25998A is #DA6675. Grayscale: #747474. Windows color (decimal): -14313078 or 9083173. OLE color: 9083173.
HSL color Cylindrical-coordinate representation of color #25998A: hue angle of 172.24º 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 #25998A is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 37 | 153 | 138 | - |
| CMYK | 0.76 | 0 | 0.10 | 0.4 |
| HSL | 172.24º | 0.61% | 0.37% | - |
| HSV(B) | 172.24º | 0.76% | 0.6% | - |
| XYZ | 16.74 | 25.01 | 27.99 | - |
| YUV | 116.61 | 140.07 | 71.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 153 | 138 | 0.76 | 0 | 0.10 | 0.4 | 172.24 | 0.61 | 0.37 |
| Hex | 25 | 99 | 8A | 4C | 0 | A | 28 | AC | 3D | 25 |
| Octal | 45 | 231 | 212 | 114 | 0 | 12 | 50 | 254 | 75 | 45 |
| Binary | 100101 | 10011001 | 10001010 | 1001100 | 0 | 1010 | 101000 | 10101100 | 111101 | 100101 |
Color Harmonies of #25998A
Complementary color
Monochromatic Colors of #25998A
Black with #25998A
Text Example
Text Example
White with #25998A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25998A; }
p { color: rgb(37,153,138); }
H1.HeaderClassName
{
color: #25998A;
}
.AnyTagClassName
{
color: #25998A;
}
</style>
background-color css
<style>
a { background-color: #25998A; }
a { background-color: rgb(37,153,138); }
div.DivClassName
{
background-color: #25998A;
}
.BgClassName
{
background-color: #25998A;
}
</style>
border-color css
<style>
span { border-color: #25998A; }
span { border-color: rgb(37,153,138); }
td.TdClassName
{
border-color: #25998A;
}
.TagClassName
{
border-color: #25998A;
}
</style>