Shades of Java #24988C
Tints of Java #24988C
RGB
CMYK
RGB Variations
Color information
#24988C (or 0x24988C) is known color: Java. HEX triplet: 24, 98 and 8C. RGB value is (36,152,140). Sum of RGB (Red+Green+Blue) = 36+152+140=328 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.98% from 328); Green value is 152 (59.77% from 255 or 46.34% from 328); Blue value is 140 (55.08% from 255 or 42.68% from 328); Max value from RGB is 152 - color contains mainly: green. Hex color #24988C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24988C is #DB6773. Grayscale: #737373. Windows color (decimal): -14378868 or 9213988. OLE color: 9213988.
HSL color Cylindrical-coordinate representation of color #24988C: hue angle of 173.79º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #24988C is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 36 | 152 | 140 | - |
| CMYK | 0.76 | 0 | 0.08 | 0.40 |
| HSL | 173.79º | 0.62% | 0.37% | - |
| HSV(B) | 173.79º | 0.76% | 0.6% | - |
| XYZ | 16.69 | 24.72 | 28.7 | - |
| YUV | 115.95 | 141.57 | 70.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 152 | 140 | 0.76 | 0 | 0.08 | 0.40 | 173.79 | 0.62 | 0.37 |
| Hex | 24 | 98 | 8C | 4C | 0 | 8 | 28 | AE | 3E | 25 |
| Octal | 44 | 230 | 214 | 114 | 0 | 10 | 50 | 256 | 76 | 45 |
| Binary | 100100 | 10011000 | 10001100 | 1001100 | 0 | 1000 | 101000 | 10101110 | 111110 | 100101 |
Color Harmonies of #24988C
Complementary color
Monochromatic Colors of #24988C
Black with #24988C
Text Example
Text Example
White with #24988C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24988C; }
p { color: rgb(36,152,140); }
H1.HeaderClassName
{
color: #24988C;
}
.AnyTagClassName
{
color: #24988C;
}
</style>
background-color css
<style>
a { background-color: #24988C; }
a { background-color: rgb(36,152,140); }
div.DivClassName
{
background-color: #24988C;
}
.BgClassName
{
background-color: #24988C;
}
</style>
border-color css
<style>
span { border-color: #24988C; }
span { border-color: rgb(36,152,140); }
td.TdClassName
{
border-color: #24988C;
}
.TagClassName
{
border-color: #24988C;
}
</style>