Shades of Java #24968E
Tints of Java #24968E
RGB
CMYK
RGB Variations
Color information
#24968E (or 0x24968E) is known color: Java. HEX triplet: 24, 96 and 8E. RGB value is (36,150,142). Sum of RGB (Red+Green+Blue) = 36+150+142=328 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.98% from 328); Green value is 150 (58.98% from 255 or 45.73% from 328); Blue value is 142 (55.86% from 255 or 43.29% from 328); Max value from RGB is 150 - color contains mainly: green. Hex color #24968E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24968E is #DB6971. Grayscale: #727272. Windows color (decimal): -14379378 or 9344548. OLE color: 9344548.
HSL color Cylindrical-coordinate representation of color #24968E: hue angle of 175.79º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #24968E is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 36 | 150 | 142 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.41 |
| HSL | 175.79º | 0.61% | 0.36% | - |
| HSV(B) | 175.79º | 0.76% | 0.59% | - |
| XYZ | 16.52 | 24.14 | 29.38 | - |
| YUV | 115 | 143.23 | 71.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 150 | 142 | 0.76 | 0 | 0.05 | 0.41 | 175.79 | 0.61 | 0.36 |
| Hex | 24 | 96 | 8E | 4C | 0 | 5 | 29 | B0 | 3D | 24 |
| Octal | 44 | 226 | 216 | 114 | 0 | 5 | 51 | 260 | 75 | 44 |
| Binary | 100100 | 10010110 | 10001110 | 1001100 | 0 | 101 | 101001 | 10110000 | 111101 | 100100 |
Color Harmonies of #24968E
Complementary color
Monochromatic Colors of #24968E
Black with #24968E
Text Example
Text Example
White with #24968E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24968E; }
p { color: rgb(36,150,142); }
H1.HeaderClassName
{
color: #24968E;
}
.AnyTagClassName
{
color: #24968E;
}
</style>
background-color css
<style>
a { background-color: #24968E; }
a { background-color: rgb(36,150,142); }
div.DivClassName
{
background-color: #24968E;
}
.BgClassName
{
background-color: #24968E;
}
</style>
border-color css
<style>
span { border-color: #24968E; }
span { border-color: rgb(36,150,142); }
td.TdClassName
{
border-color: #24968E;
}
.TagClassName
{
border-color: #24968E;
}
</style>