Shades of Java #24958F
Tints of Java #24958F
RGB
CMYK
RGB Variations
Color information
#24958F (or 0x24958F) is known color: Java. HEX triplet: 24, 95 and 8F. RGB value is (36,149,143). Sum of RGB (Red+Green+Blue) = 36+149+143=328 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.98% from 328); Green value is 149 (58.59% from 255 or 45.43% from 328); Blue value is 143 (56.25% from 255 or 43.60% from 328); Max value from RGB is 149 - color contains mainly: green. Hex color #24958F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24958F is #DB6A70. Grayscale: #727272. Windows color (decimal): -14379633 or 9409828. OLE color: 9409828.
HSL color Cylindrical-coordinate representation of color #24958F: hue angle of 176.81º 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 #24958F is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 149 | 143 | - |
| CMYK | 0.76 | 0 | 0.04 | 0.42 |
| HSL | 176.81º | 0.61% | 0.36% | - |
| HSV(B) | 176.81º | 0.76% | 0.58% | - |
| XYZ | 16.43 | 23.85 | 29.72 | - |
| YUV | 114.53 | 144.06 | 71.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 149 | 143 | 0.76 | 0 | 0.04 | 0.42 | 176.81 | 0.61 | 0.36 |
| Hex | 24 | 95 | 8F | 4C | 0 | 4 | 2A | B1 | 3D | 24 |
| Octal | 44 | 225 | 217 | 114 | 0 | 4 | 52 | 261 | 75 | 44 |
| Binary | 100100 | 10010101 | 10001111 | 1001100 | 0 | 100 | 101010 | 10110001 | 111101 | 100100 |
Color Harmonies of #24958F
Complementary color
Monochromatic Colors of #24958F
Black with #24958F
Text Example
Text Example
White with #24958F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24958F; }
p { color: rgb(36,149,143); }
H1.HeaderClassName
{
color: #24958F;
}
.AnyTagClassName
{
color: #24958F;
}
</style>
background-color css
<style>
a { background-color: #24958F; }
a { background-color: rgb(36,149,143); }
div.DivClassName
{
background-color: #24958F;
}
.BgClassName
{
background-color: #24958F;
}
</style>
border-color css
<style>
span { border-color: #24958F; }
span { border-color: rgb(36,149,143); }
td.TdClassName
{
border-color: #24958F;
}
.TagClassName
{
border-color: #24958F;
}
</style>