Shades of Java #25A194
Tints of Java #25A194
RGB
CMYK
RGB Variations
Color information
#25A194 (or 0x25A194) is known color: Java. HEX triplet: 25, A1 and 94. RGB value is (37,161,148). Sum of RGB (Red+Green+Blue) = 37+161+148=346 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.69% from 346); Green value is 161 (63.28% from 255 or 46.53% from 346); Blue value is 148 (58.20% from 255 or 42.77% from 346); Max value from RGB is 161 - color contains mainly: green. Hex color #25A194 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25A194 is #DA5E6B. Grayscale: #7A7A7A. Windows color (decimal): -14311020 or 9740581. OLE color: 9740581.
HSL color Cylindrical-coordinate representation of color #25A194: hue angle of 173.71º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #25A194 is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 37 | 161 | 148 | - |
| CMYK | 0.77 | 0 | 0.08 | 0.37 |
| HSL | 173.71º | 0.63% | 0.39% | - |
| HSV(B) | 173.71º | 0.77% | 0.63% | - |
| XYZ | 18.85 | 28.02 | 32.43 | - |
| YUV | 122.44 | 142.42 | 67.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 161 | 148 | 0.77 | 0 | 0.08 | 0.37 | 173.71 | 0.63 | 0.39 |
| Hex | 25 | A1 | 94 | 4D | 0 | 8 | 25 | AE | 3F | 27 |
| Octal | 45 | 241 | 224 | 115 | 0 | 10 | 45 | 256 | 77 | 47 |
| Binary | 100101 | 10100001 | 10010100 | 1001101 | 0 | 1000 | 100101 | 10101110 | 111111 | 100111 |
Color Harmonies of #25A194
Complementary color
Monochromatic Colors of #25A194
Black with #25A194
Text Example
Text Example
White with #25A194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25A194; }
p { color: rgb(37,161,148); }
H1.HeaderClassName
{
color: #25A194;
}
.AnyTagClassName
{
color: #25A194;
}
</style>
background-color css
<style>
a { background-color: #25A194; }
a { background-color: rgb(37,161,148); }
div.DivClassName
{
background-color: #25A194;
}
.BgClassName
{
background-color: #25A194;
}
</style>
border-color css
<style>
span { border-color: #25A194; }
span { border-color: rgb(37,161,148); }
td.TdClassName
{
border-color: #25A194;
}
.TagClassName
{
border-color: #25A194;
}
</style>