Shades of Java #25A59D
Tints of Java #25A59D
RGB
CMYK
RGB Variations
Color information
#25A59D (or 0x25A59D) is known color: Java. HEX triplet: 25, A5 and 9D. RGB value is (37,165,157). Sum of RGB (Red+Green+Blue) = 37+165+157=359 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.31% from 359); Green value is 165 (64.84% from 255 or 45.96% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 165 - color contains mainly: green. Hex color #25A59D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25A59D is #DA5A62. Grayscale: #7D7D7D. Windows color (decimal): -14309987 or 10331429. OLE color: 10331429.
HSL color Cylindrical-coordinate representation of color #25A59D: hue angle of 176.25º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25A59D is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 37 | 165 | 157 | - |
| CMYK | 0.78 | 0 | 0.05 | 0.35 |
| HSL | 176.25º | 0.63% | 0.4% | - |
| HSV(B) | 176.25º | 0.78% | 0.65% | - |
| XYZ | 20.3 | 29.74 | 36.57 | - |
| YUV | 125.82 | 145.59 | 64.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 165 | 157 | 0.78 | 0 | 0.05 | 0.35 | 176.25 | 0.63 | 0.4 |
| Hex | 25 | A5 | 9D | 4E | 0 | 5 | 23 | B0 | 3F | 28 |
| Octal | 45 | 245 | 235 | 116 | 0 | 5 | 43 | 260 | 77 | 50 |
| Binary | 100101 | 10100101 | 10011101 | 1001110 | 0 | 101 | 100011 | 10110000 | 111111 | 101000 |
Color Harmonies of #25A59D
Complementary color
Monochromatic Colors of #25A59D
Black with #25A59D
Text Example
Text Example
White with #25A59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25A59D; }
p { color: rgb(37,165,157); }
H1.HeaderClassName
{
color: #25A59D;
}
.AnyTagClassName
{
color: #25A59D;
}
</style>
background-color css
<style>
a { background-color: #25A59D; }
a { background-color: rgb(37,165,157); }
div.DivClassName
{
background-color: #25A59D;
}
.BgClassName
{
background-color: #25A59D;
}
</style>
border-color css
<style>
span { border-color: #25A59D; }
span { border-color: rgb(37,165,157); }
td.TdClassName
{
border-color: #25A59D;
}
.TagClassName
{
border-color: #25A59D;
}
</style>