Shades of Java #25948A
Tints of Java #25948A
RGB
CMYK
RGB Variations
Color information
#25948A (or 0x25948A) is known color: Java. HEX triplet: 25, 94 and 8A. RGB value is (37,148,138). Sum of RGB (Red+Green+Blue) = 37+148+138=323 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.46% from 323); Green value is 148 (58.20% from 255 or 45.82% from 323); Blue value is 138 (54.30% from 255 or 42.72% from 323); Max value from RGB is 148 - color contains mainly: green. Hex color #25948A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25948A is #DA6B75. Grayscale: #717171. Windows color (decimal): -14314358 or 9081893. OLE color: 9081893.
HSL color Cylindrical-coordinate representation of color #25948A: hue angle of 174.59º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #25948A is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 148 | 138 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.42 |
| HSL | 174.59º | 0.6% | 0.36% | - |
| HSV(B) | 174.59º | 0.75% | 0.58% | - |
| XYZ | 15.94 | 23.41 | 27.72 | - |
| YUV | 113.67 | 141.73 | 73.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 148 | 138 | 0.75 | 0 | 0.07 | 0.42 | 174.59 | 0.6 | 0.36 |
| Hex | 25 | 94 | 8A | 4B | 0 | 7 | 2A | AF | 3C | 24 |
| Octal | 45 | 224 | 212 | 113 | 0 | 7 | 52 | 257 | 74 | 44 |
| Binary | 100101 | 10010100 | 10001010 | 1001011 | 0 | 111 | 101010 | 10101111 | 111100 | 100100 |
Color Harmonies of #25948A
Complementary color
Monochromatic Colors of #25948A
Black with #25948A
Text Example
Text Example
White with #25948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25948A; }
p { color: rgb(37,148,138); }
H1.HeaderClassName
{
color: #25948A;
}
.AnyTagClassName
{
color: #25948A;
}
</style>
background-color css
<style>
a { background-color: #25948A; }
a { background-color: rgb(37,148,138); }
div.DivClassName
{
background-color: #25948A;
}
.BgClassName
{
background-color: #25948A;
}
</style>
border-color css
<style>
span { border-color: #25948A; }
span { border-color: rgb(37,148,138); }
td.TdClassName
{
border-color: #25948A;
}
.TagClassName
{
border-color: #25948A;
}
</style>