Shades of Java #24968C
Tints of Java #24968C
RGB
CMYK
RGB Variations
Color information
#24968C (or 0x24968C) is known color: Java. HEX triplet: 24, 96 and 8C. RGB value is (36,150,140). Sum of RGB (Red+Green+Blue) = 36+150+140=326 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.04% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 140 (55.08% from 255 or 42.94% from 326); Max value from RGB is 150 - color contains mainly: green. Hex color #24968C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24968C is #DB6973. Grayscale: #727272. Windows color (decimal): -14379380 or 9213476. OLE color: 9213476.
HSL color Cylindrical-coordinate representation of color #24968C: hue angle of 174.74º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #24968C is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 36 | 150 | 140 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.41 |
| HSL | 174.74º | 0.61% | 0.36% | - |
| HSV(B) | 174.74º | 0.76% | 0.59% | - |
| XYZ | 16.37 | 24.08 | 28.6 | - |
| YUV | 114.77 | 142.23 | 71.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 150 | 140 | 0.76 | 0 | 0.07 | 0.41 | 174.74 | 0.61 | 0.36 |
| Hex | 24 | 96 | 8C | 4C | 0 | 7 | 29 | AF | 3D | 24 |
| Octal | 44 | 226 | 214 | 114 | 0 | 7 | 51 | 257 | 75 | 44 |
| Binary | 100100 | 10010110 | 10001100 | 1001100 | 0 | 111 | 101001 | 10101111 | 111101 | 100100 |
Color Harmonies of #24968C
Complementary color
Monochromatic Colors of #24968C
Black with #24968C
Text Example
Text Example
White with #24968C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24968C; }
p { color: rgb(36,150,140); }
H1.HeaderClassName
{
color: #24968C;
}
.AnyTagClassName
{
color: #24968C;
}
</style>
background-color css
<style>
a { background-color: #24968C; }
a { background-color: rgb(36,150,140); }
div.DivClassName
{
background-color: #24968C;
}
.BgClassName
{
background-color: #24968C;
}
</style>
border-color css
<style>
span { border-color: #24968C; }
span { border-color: rgb(36,150,140); }
td.TdClassName
{
border-color: #24968C;
}
.TagClassName
{
border-color: #24968C;
}
</style>