Shades of Java #24988A
Tints of Java #24988A
RGB
CMYK
RGB Variations
Color information
#24988A (or 0x24988A) is known color: Java. HEX triplet: 24, 98 and 8A. RGB value is (36,152,138). Sum of RGB (Red+Green+Blue) = 36+152+138=326 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.04% from 326); Green value is 152 (59.77% from 255 or 46.63% from 326); Blue value is 138 (54.30% from 255 or 42.33% from 326); Max value from RGB is 152 - color contains mainly: green. Hex color #24988A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24988A is #DB6775. Grayscale: #737373. Windows color (decimal): -14378870 or 9082916. OLE color: 9082916.
HSL color Cylindrical-coordinate representation of color #24988A: hue angle of 172.76º 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 #24988A is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 36 | 152 | 138 | - |
| CMYK | 0.76 | 0 | 0.09 | 0.40 |
| HSL | 172.76º | 0.62% | 0.37% | - |
| HSV(B) | 172.76º | 0.76% | 0.6% | - |
| XYZ | 16.54 | 24.67 | 27.93 | - |
| YUV | 115.72 | 140.57 | 71.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 152 | 138 | 0.76 | 0 | 0.09 | 0.40 | 172.76 | 0.62 | 0.37 |
| Hex | 24 | 98 | 8A | 4C | 0 | 9 | 28 | AD | 3E | 25 |
| Octal | 44 | 230 | 212 | 114 | 0 | 11 | 50 | 255 | 76 | 45 |
| Binary | 100100 | 10011000 | 10001010 | 1001100 | 0 | 1001 | 101000 | 10101101 | 111110 | 100101 |
Color Harmonies of #24988A
Complementary color
Monochromatic Colors of #24988A
Black with #24988A
Text Example
Text Example
White with #24988A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24988A; }
p { color: rgb(36,152,138); }
H1.HeaderClassName
{
color: #24988A;
}
.AnyTagClassName
{
color: #24988A;
}
</style>
background-color css
<style>
a { background-color: #24988A; }
a { background-color: rgb(36,152,138); }
div.DivClassName
{
background-color: #24988A;
}
.BgClassName
{
background-color: #24988A;
}
</style>
border-color css
<style>
span { border-color: #24988A; }
span { border-color: rgb(36,152,138); }
td.TdClassName
{
border-color: #24988A;
}
.TagClassName
{
border-color: #24988A;
}
</style>