Shades of Java #24958B
Tints of Java #24958B
RGB
CMYK
RGB Variations
Color information
#24958B (or 0x24958B) is known color: Java. HEX triplet: 24, 95 and 8B. RGB value is (36,149,139). Sum of RGB (Red+Green+Blue) = 36+149+139=324 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.11% from 324); Green value is 149 (58.59% from 255 or 45.99% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 149 - color contains mainly: green. Hex color #24958B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24958B is #DB6A74. Grayscale: #727272. Windows color (decimal): -14379637 or 9147684. OLE color: 9147684.
HSL color Cylindrical-coordinate representation of color #24958B: hue angle of 174.69º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #24958B is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 149 | 139 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.42 |
| HSL | 174.69º | 0.61% | 0.36% | - |
| HSV(B) | 174.69º | 0.76% | 0.58% | - |
| XYZ | 16.14 | 23.73 | 28.16 | - |
| YUV | 114.07 | 142.06 | 72.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 149 | 139 | 0.76 | 0 | 0.07 | 0.42 | 174.69 | 0.61 | 0.36 |
| Hex | 24 | 95 | 8B | 4C | 0 | 7 | 2A | AF | 3D | 24 |
| Octal | 44 | 225 | 213 | 114 | 0 | 7 | 52 | 257 | 75 | 44 |
| Binary | 100100 | 10010101 | 10001011 | 1001100 | 0 | 111 | 101010 | 10101111 | 111101 | 100100 |
Color Harmonies of #24958B
Complementary color
Monochromatic Colors of #24958B
Black with #24958B
Text Example
Text Example
White with #24958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24958B; }
p { color: rgb(36,149,139); }
H1.HeaderClassName
{
color: #24958B;
}
.AnyTagClassName
{
color: #24958B;
}
</style>
background-color css
<style>
a { background-color: #24958B; }
a { background-color: rgb(36,149,139); }
div.DivClassName
{
background-color: #24958B;
}
.BgClassName
{
background-color: #24958B;
}
</style>
border-color css
<style>
span { border-color: #24958B; }
span { border-color: rgb(36,149,139); }
td.TdClassName
{
border-color: #24958B;
}
.TagClassName
{
border-color: #24958B;
}
</style>