Shades of Java #24989F
Tints of Java #24989F
RGB
CMYK
RGB Variations
Color information
#24989F (or 0x24989F) is known color: Java. HEX triplet: 24, 98 and 9F. RGB value is (36,152,159). Sum of RGB (Red+Green+Blue) = 36+152+159=347 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.37% from 347); Green value is 152 (59.77% from 255 or 43.80% from 347); Blue value is 159 (62.5% from 255 or 45.82% from 347); Max value from RGB is 159 - color contains mainly: blue. Hex color #24989F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24989F is #DB6760. Grayscale: #757575. Windows color (decimal): -14378849 or 10459172. OLE color: 10459172.
HSL color Cylindrical-coordinate representation of color #24989F: hue angle of 183.41º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24989F is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 152 | 159 | - |
| CMYK | 0.77 | 0.04 | 0 | 0.38 |
| HSL | 183.41º | 0.63% | 0.38% | - |
| HSV(B) | 183.41º | 0.77% | 0.62% | - |
| XYZ | 18.21 | 25.33 | 36.73 | - |
| YUV | 118.11 | 151.07 | 69.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 152 | 159 | 0.77 | 0.04 | 0 | 0.38 | 183.41 | 0.63 | 0.38 |
| Hex | 24 | 98 | 9F | 4D | 4 | 0 | 26 | B7 | 3F | 26 |
| Octal | 44 | 230 | 237 | 115 | 4 | 0 | 46 | 267 | 77 | 46 |
| Binary | 100100 | 10011000 | 10011111 | 1001101 | 100 | 0 | 100110 | 10110111 | 111111 | 100110 |
Color Harmonies of #24989F
Complementary color
Monochromatic Colors of #24989F
Black with #24989F
Text Example
Text Example
White with #24989F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24989F; }
p { color: rgb(36,152,159); }
H1.HeaderClassName
{
color: #24989F;
}
.AnyTagClassName
{
color: #24989F;
}
</style>
background-color css
<style>
a { background-color: #24989F; }
a { background-color: rgb(36,152,159); }
div.DivClassName
{
background-color: #24989F;
}
.BgClassName
{
background-color: #24989F;
}
</style>
border-color css
<style>
span { border-color: #24989F; }
span { border-color: rgb(36,152,159); }
td.TdClassName
{
border-color: #24989F;
}
.TagClassName
{
border-color: #24989F;
}
</style>