Shades of Java #24948E
Tints of Java #24948E
RGB
CMYK
RGB Variations
Color information
#24948E (or 0x24948E) is known color: Java. HEX triplet: 24, 94 and 8E. RGB value is (36,148,142). Sum of RGB (Red+Green+Blue) = 36+148+142=326 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.04% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 142 (55.86% from 255 or 43.56% from 326); Max value from RGB is 148 - color contains mainly: green. Hex color #24948E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24948E is #DB6B71. Grayscale: #717171. Windows color (decimal): -14379890 or 9344036. OLE color: 9344036.
HSL color Cylindrical-coordinate representation of color #24948E: hue angle of 176.79º 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 #24948E is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 148 | 142 | - |
| CMYK | 0.76 | 0 | 0.04 | 0.42 |
| HSL | 176.79º | 0.61% | 0.36% | - |
| HSV(B) | 176.79º | 0.76% | 0.58% | - |
| XYZ | 16.2 | 23.51 | 29.27 | - |
| YUV | 113.83 | 143.89 | 72.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 148 | 142 | 0.76 | 0 | 0.04 | 0.42 | 176.79 | 0.61 | 0.36 |
| Hex | 24 | 94 | 8E | 4C | 0 | 4 | 2A | B1 | 3D | 24 |
| Octal | 44 | 224 | 216 | 114 | 0 | 4 | 52 | 261 | 75 | 44 |
| Binary | 100100 | 10010100 | 10001110 | 1001100 | 0 | 100 | 101010 | 10110001 | 111101 | 100100 |
Color Harmonies of #24948E
Complementary color
Monochromatic Colors of #24948E
Black with #24948E
Text Example
Text Example
White with #24948E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24948E; }
p { color: rgb(36,148,142); }
H1.HeaderClassName
{
color: #24948E;
}
.AnyTagClassName
{
color: #24948E;
}
</style>
background-color css
<style>
a { background-color: #24948E; }
a { background-color: rgb(36,148,142); }
div.DivClassName
{
background-color: #24948E;
}
.BgClassName
{
background-color: #24948E;
}
</style>
border-color css
<style>
span { border-color: #24948E; }
span { border-color: rgb(36,148,142); }
td.TdClassName
{
border-color: #24948E;
}
.TagClassName
{
border-color: #24948E;
}
</style>