Shades of Java #24A59D
Tints of Java #24A59D
RGB
CMYK
RGB Variations
Color information
#24A59D (or 0x24A59D) is known color: Java. HEX triplet: 24, A5 and 9D. RGB value is (36,165,157). Sum of RGB (Red+Green+Blue) = 36+165+157=358 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.06% from 358); Green value is 165 (64.84% from 255 or 46.09% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 165 - color contains mainly: green. Hex color #24A59D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24A59D is #DB5A62. Grayscale: #7D7D7D. Windows color (decimal): -14375523 or 10331428. OLE color: 10331428.
HSL color Cylindrical-coordinate representation of color #24A59D: hue angle of 176.28º 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 #24A59D is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 36 | 165 | 157 | - |
| CMYK | 0.78 | 0 | 0.05 | 0.35 |
| HSL | 176.28º | 0.64% | 0.39% | - |
| HSV(B) | 176.28º | 0.78% | 0.65% | - |
| XYZ | 20.27 | 29.72 | 36.57 | - |
| YUV | 125.52 | 145.76 | 64.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 165 | 157 | 0.78 | 0 | 0.05 | 0.35 | 176.28 | 0.64 | 0.39 |
| Hex | 24 | A5 | 9D | 4E | 0 | 5 | 23 | B0 | 40 | 27 |
| Octal | 44 | 245 | 235 | 116 | 0 | 5 | 43 | 260 | 100 | 47 |
| Binary | 100100 | 10100101 | 10011101 | 1001110 | 0 | 101 | 100011 | 10110000 | 1000000 | 100111 |
Color Harmonies of #24A59D
Complementary color
Monochromatic Colors of #24A59D
Black with #24A59D
Text Example
Text Example
White with #24A59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24A59D; }
p { color: rgb(36,165,157); }
H1.HeaderClassName
{
color: #24A59D;
}
.AnyTagClassName
{
color: #24A59D;
}
</style>
background-color css
<style>
a { background-color: #24A59D; }
a { background-color: rgb(36,165,157); }
div.DivClassName
{
background-color: #24A59D;
}
.BgClassName
{
background-color: #24A59D;
}
</style>
border-color css
<style>
span { border-color: #24A59D; }
span { border-color: rgb(36,165,157); }
td.TdClassName
{
border-color: #24A59D;
}
.TagClassName
{
border-color: #24A59D;
}
</style>