Shades of Java #25898A
Tints of Java #25898A
RGB
CMYK
RGB Variations
Color information
#25898A (or 0x25898A) is known color: Java. HEX triplet: 25, 89 and 8A. RGB value is (37,137,138). Sum of RGB (Red+Green+Blue) = 37+137+138=312 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.86% from 312); Green value is 137 (53.91% from 255 or 43.91% from 312); Blue value is 138 (54.30% from 255 or 44.23% from 312); Max value from RGB is 138 - color contains mainly: blue. Hex color #25898A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25898A is #DA7675. Grayscale: #6B6B6B. Windows color (decimal): -14317174 or 9079077. OLE color: 9079077.
HSL color Cylindrical-coordinate representation of color #25898A: hue angle of 180.59º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25898A is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 37 | 137 | 138 | - |
| CMYK | 0.73 | 0.01 | 0 | 0.46 |
| HSL | 180.59º | 0.58% | 0.34% | - |
| HSV(B) | 180.59º | 0.73% | 0.54% | - |
| XYZ | 14.3 | 20.12 | 27.17 | - |
| YUV | 107.21 | 145.37 | 77.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 137 | 138 | 0.73 | 0.01 | 0 | 0.46 | 180.59 | 0.58 | 0.34 |
| Hex | 25 | 89 | 8A | 49 | 1 | 0 | 2E | B5 | 3A | 22 |
| Octal | 45 | 211 | 212 | 111 | 1 | 0 | 56 | 265 | 72 | 42 |
| Binary | 100101 | 10001001 | 10001010 | 1001001 | 1 | 0 | 101110 | 10110101 | 111010 | 100010 |
Color Harmonies of #25898A
Complementary color
Monochromatic Colors of #25898A
Black with #25898A
Text Example
Text Example
White with #25898A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25898A; }
p { color: rgb(37,137,138); }
H1.HeaderClassName
{
color: #25898A;
}
.AnyTagClassName
{
color: #25898A;
}
</style>
background-color css
<style>
a { background-color: #25898A; }
a { background-color: rgb(37,137,138); }
div.DivClassName
{
background-color: #25898A;
}
.BgClassName
{
background-color: #25898A;
}
</style>
border-color css
<style>
span { border-color: #25898A; }
span { border-color: rgb(37,137,138); }
td.TdClassName
{
border-color: #25898A;
}
.TagClassName
{
border-color: #25898A;
}
</style>