Shades of Java #24A598
Tints of Java #24A598
RGB
CMYK
RGB Variations
Color information
#24A598 (or 0x24A598) is known color: Java. HEX triplet: 24, A5 and 98. RGB value is (36,165,152). Sum of RGB (Red+Green+Blue) = 36+165+152=353 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.20% from 353); Green value is 165 (64.84% from 255 or 46.74% from 353); Blue value is 152 (59.77% from 255 or 43.06% from 353); Max value from RGB is 165 - color contains mainly: green. Hex color #24A598 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24A598 is #DB5A67. Grayscale: #7C7C7C. Windows color (decimal): -14375528 or 10003748. OLE color: 10003748.
HSL color Cylindrical-coordinate representation of color #24A598: hue angle of 173.95º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #24A598 is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 36 | 165 | 152 | - |
| CMYK | 0.78 | 0 | 0.08 | 0.35 |
| HSL | 173.95º | 0.64% | 0.39% | - |
| HSV(B) | 173.95º | 0.78% | 0.65% | - |
| XYZ | 19.85 | 29.55 | 34.36 | - |
| YUV | 124.95 | 143.26 | 64.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 165 | 152 | 0.78 | 0 | 0.08 | 0.35 | 173.95 | 0.64 | 0.39 |
| Hex | 24 | A5 | 98 | 4E | 0 | 8 | 23 | AE | 40 | 27 |
| Octal | 44 | 245 | 230 | 116 | 0 | 10 | 43 | 256 | 100 | 47 |
| Binary | 100100 | 10100101 | 10011000 | 1001110 | 0 | 1000 | 100011 | 10101110 | 1000000 | 100111 |
Color Harmonies of #24A598
Complementary color
Monochromatic Colors of #24A598
Black with #24A598
Text Example
Text Example
White with #24A598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24A598; }
p { color: rgb(36,165,152); }
H1.HeaderClassName
{
color: #24A598;
}
.AnyTagClassName
{
color: #24A598;
}
</style>
background-color css
<style>
a { background-color: #24A598; }
a { background-color: rgb(36,165,152); }
div.DivClassName
{
background-color: #24A598;
}
.BgClassName
{
background-color: #24A598;
}
</style>
border-color css
<style>
span { border-color: #24A598; }
span { border-color: rgb(36,165,152); }
td.TdClassName
{
border-color: #24A598;
}
.TagClassName
{
border-color: #24A598;
}
</style>