Shades of Java #25918E
Tints of Java #25918E
RGB
CMYK
RGB Variations
Color information
#25918E (or 0x25918E) is known color: Java. HEX triplet: 25, 91 and 8E. RGB value is (37,145,142). Sum of RGB (Red+Green+Blue) = 37+145+142=324 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.42% from 324); Green value is 145 (57.03% from 255 or 44.75% from 324); Blue value is 142 (55.86% from 255 or 43.83% from 324); Max value from RGB is 145 - color contains mainly: green. Hex color #25918E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25918E is #DA6E71. Grayscale: #707070. Windows color (decimal): -14315122 or 9343269. OLE color: 9343269.
HSL color Cylindrical-coordinate representation of color #25918E: hue angle of 178.33º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25918E is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 145 | 142 | - |
| CMYK | 0.74 | 0 | 0.02 | 0.43 |
| HSL | 178.33º | 0.59% | 0.36% | - |
| HSV(B) | 178.33º | 0.74% | 0.57% | - |
| XYZ | 15.77 | 22.6 | 29.12 | - |
| YUV | 112.37 | 144.72 | 74.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 145 | 142 | 0.74 | 0 | 0.02 | 0.43 | 178.33 | 0.59 | 0.36 |
| Hex | 25 | 91 | 8E | 4A | 0 | 2 | 2B | B2 | 3B | 24 |
| Octal | 45 | 221 | 216 | 112 | 0 | 2 | 53 | 262 | 73 | 44 |
| Binary | 100101 | 10010001 | 10001110 | 1001010 | 0 | 10 | 101011 | 10110010 | 111011 | 100100 |
Color Harmonies of #25918E
Complementary color
Monochromatic Colors of #25918E
Black with #25918E
Text Example
Text Example
White with #25918E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25918E; }
p { color: rgb(37,145,142); }
H1.HeaderClassName
{
color: #25918E;
}
.AnyTagClassName
{
color: #25918E;
}
</style>
background-color css
<style>
a { background-color: #25918E; }
a { background-color: rgb(37,145,142); }
div.DivClassName
{
background-color: #25918E;
}
.BgClassName
{
background-color: #25918E;
}
</style>
border-color css
<style>
span { border-color: #25918E; }
span { border-color: rgb(37,145,142); }
td.TdClassName
{
border-color: #25918E;
}
.TagClassName
{
border-color: #25918E;
}
</style>