Shades of Java #25978D
Tints of Java #25978D
RGB
CMYK
RGB Variations
Color information
#25978D (or 0x25978D) is known color: Java. HEX triplet: 25, 97 and 8D. RGB value is (37,151,141). Sum of RGB (Red+Green+Blue) = 37+151+141=329 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.25% from 329); Green value is 151 (59.38% from 255 or 45.90% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 151 - color contains mainly: green. Hex color #25978D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25978D is #DA6872. Grayscale: #737373. Windows color (decimal): -14313587 or 9279269. OLE color: 9279269.
HSL color Cylindrical-coordinate representation of color #25978D: hue angle of 174.74º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #25978D is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 37 | 151 | 141 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.41 |
| HSL | 174.74º | 0.61% | 0.37% | - |
| HSV(B) | 174.74º | 0.75% | 0.59% | - |
| XYZ | 16.64 | 24.45 | 29.04 | - |
| YUV | 115.77 | 142.23 | 71.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 151 | 141 | 0.75 | 0 | 0.07 | 0.41 | 174.74 | 0.61 | 0.37 |
| Hex | 25 | 97 | 8D | 4B | 0 | 7 | 29 | AF | 3D | 25 |
| Octal | 45 | 227 | 215 | 113 | 0 | 7 | 51 | 257 | 75 | 45 |
| Binary | 100101 | 10010111 | 10001101 | 1001011 | 0 | 111 | 101001 | 10101111 | 111101 | 100101 |
Color Harmonies of #25978D
Complementary color
Monochromatic Colors of #25978D
Black with #25978D
Text Example
Text Example
White with #25978D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25978D; }
p { color: rgb(37,151,141); }
H1.HeaderClassName
{
color: #25978D;
}
.AnyTagClassName
{
color: #25978D;
}
</style>
background-color css
<style>
a { background-color: #25978D; }
a { background-color: rgb(37,151,141); }
div.DivClassName
{
background-color: #25978D;
}
.BgClassName
{
background-color: #25978D;
}
</style>
border-color css
<style>
span { border-color: #25978D; }
span { border-color: rgb(37,151,141); }
td.TdClassName
{
border-color: #25978D;
}
.TagClassName
{
border-color: #25978D;
}
</style>