Shades of Java #25908A
Tints of Java #25908A
RGB
CMYK
RGB Variations
Color information
#25908A (or 0x25908A) is known color: Java. HEX triplet: 25, 90 and 8A. RGB value is (37,144,138). Sum of RGB (Red+Green+Blue) = 37+144+138=319 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.60% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 144 - color contains mainly: green. Hex color #25908A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25908A is #DA6F75. Grayscale: #6F6F6F. Windows color (decimal): -14315382 or 9080869. OLE color: 9080869.
HSL color Cylindrical-coordinate representation of color #25908A: hue angle of 176.64º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25908A is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 144 | 138 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.44 |
| HSL | 176.64º | 0.59% | 0.35% | - |
| HSV(B) | 176.64º | 0.74% | 0.56% | - |
| XYZ | 15.32 | 22.17 | 27.52 | - |
| YUV | 111.32 | 143.05 | 74.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 144 | 138 | 0.74 | 0 | 0.04 | 0.44 | 176.64 | 0.59 | 0.35 |
| Hex | 25 | 90 | 8A | 4A | 0 | 4 | 2C | B1 | 3B | 23 |
| Octal | 45 | 220 | 212 | 112 | 0 | 4 | 54 | 261 | 73 | 43 |
| Binary | 100101 | 10010000 | 10001010 | 1001010 | 0 | 100 | 101100 | 10110001 | 111011 | 100011 |
Color Harmonies of #25908A
Complementary color
Monochromatic Colors of #25908A
Black with #25908A
Text Example
Text Example
White with #25908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25908A; }
p { color: rgb(37,144,138); }
H1.HeaderClassName
{
color: #25908A;
}
.AnyTagClassName
{
color: #25908A;
}
</style>
background-color css
<style>
a { background-color: #25908A; }
a { background-color: rgb(37,144,138); }
div.DivClassName
{
background-color: #25908A;
}
.BgClassName
{
background-color: #25908A;
}
</style>
border-color css
<style>
span { border-color: #25908A; }
span { border-color: rgb(37,144,138); }
td.TdClassName
{
border-color: #25908A;
}
.TagClassName
{
border-color: #25908A;
}
</style>