Shades of Java #25918D
Tints of Java #25918D
RGB
CMYK
RGB Variations
Color information
#25918D (or 0x25918D) is known color: Java. HEX triplet: 25, 91 and 8D. RGB value is (37,145,141). Sum of RGB (Red+Green+Blue) = 37+145+141=323 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.46% from 323); Green value is 145 (57.03% from 255 or 44.89% from 323); Blue value is 141 (55.47% from 255 or 43.65% from 323); Max value from RGB is 145 - color contains mainly: green. Hex color #25918D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25918D is #DA6E72. Grayscale: #707070. Windows color (decimal): -14315123 or 9277733. OLE color: 9277733.
HSL color Cylindrical-coordinate representation of color #25918D: hue angle of 177.78º 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 #25918D is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 145 | 141 | - |
| CMYK | 0.74 | 0 | 0.03 | 0.43 |
| HSL | 177.78º | 0.59% | 0.36% | - |
| HSV(B) | 177.78º | 0.74% | 0.57% | - |
| XYZ | 15.7 | 22.57 | 28.73 | - |
| YUV | 112.25 | 144.22 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 145 | 141 | 0.74 | 0 | 0.03 | 0.43 | 177.78 | 0.59 | 0.36 |
| Hex | 25 | 91 | 8D | 4A | 0 | 3 | 2B | B2 | 3B | 24 |
| Octal | 45 | 221 | 215 | 112 | 0 | 3 | 53 | 262 | 73 | 44 |
| Binary | 100101 | 10010001 | 10001101 | 1001010 | 0 | 11 | 101011 | 10110010 | 111011 | 100100 |
Color Harmonies of #25918D
Complementary color
Monochromatic Colors of #25918D
Black with #25918D
Text Example
Text Example
White with #25918D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25918D; }
p { color: rgb(37,145,141); }
H1.HeaderClassName
{
color: #25918D;
}
.AnyTagClassName
{
color: #25918D;
}
</style>
background-color css
<style>
a { background-color: #25918D; }
a { background-color: rgb(37,145,141); }
div.DivClassName
{
background-color: #25918D;
}
.BgClassName
{
background-color: #25918D;
}
</style>
border-color css
<style>
span { border-color: #25918D; }
span { border-color: rgb(37,145,141); }
td.TdClassName
{
border-color: #25918D;
}
.TagClassName
{
border-color: #25918D;
}
</style>