Shades of Java #25888A
Tints of Java #25888A
RGB
CMYK
RGB Variations
Color information
#25888A (or 0x25888A) is known color: Java. HEX triplet: 25, 88 and 8A. RGB value is (37,136,138). Sum of RGB (Red+Green+Blue) = 37+136+138=311 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.90% from 311); Green value is 136 (53.52% from 255 or 43.73% from 311); Blue value is 138 (54.30% from 255 or 44.37% from 311); Max value from RGB is 138 - color contains mainly: blue. Hex color #25888A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25888A is #DA7775. Grayscale: #6A6A6A. Windows color (decimal): -14317430 or 9078821. OLE color: 9078821.
HSL color Cylindrical-coordinate representation of color #25888A: hue angle of 181.19º 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 #25888A is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 37 | 136 | 138 | - |
| CMYK | 0.73 | 0.01 | 0 | 0.46 |
| HSL | 181.19º | 0.58% | 0.34% | - |
| HSV(B) | 181.19º | 0.73% | 0.54% | - |
| XYZ | 14.15 | 19.84 | 27.13 | - |
| YUV | 106.63 | 145.7 | 78.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 136 | 138 | 0.73 | 0.01 | 0 | 0.46 | 181.19 | 0.58 | 0.34 |
| Hex | 25 | 88 | 8A | 49 | 1 | 0 | 2E | B5 | 3A | 22 |
| Octal | 45 | 210 | 212 | 111 | 1 | 0 | 56 | 265 | 72 | 42 |
| Binary | 100101 | 10001000 | 10001010 | 1001001 | 1 | 0 | 101110 | 10110101 | 111010 | 100010 |
Color Harmonies of #25888A
Complementary color
Monochromatic Colors of #25888A
Black with #25888A
Text Example
Text Example
White with #25888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25888A; }
p { color: rgb(37,136,138); }
H1.HeaderClassName
{
color: #25888A;
}
.AnyTagClassName
{
color: #25888A;
}
</style>
background-color css
<style>
a { background-color: #25888A; }
a { background-color: rgb(37,136,138); }
div.DivClassName
{
background-color: #25888A;
}
.BgClassName
{
background-color: #25888A;
}
</style>
border-color css
<style>
span { border-color: #25888A; }
span { border-color: rgb(37,136,138); }
td.TdClassName
{
border-color: #25888A;
}
.TagClassName
{
border-color: #25888A;
}
</style>