Shades of Java #24978C
Tints of Java #24978C
RGB
CMYK
RGB Variations
Color information
#24978C (or 0x24978C) is known color: Java. HEX triplet: 24, 97 and 8C. RGB value is (36,151,140). Sum of RGB (Red+Green+Blue) = 36+151+140=327 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.01% from 327); Green value is 151 (59.38% from 255 or 46.18% from 327); Blue value is 140 (55.08% from 255 or 42.81% from 327); Max value from RGB is 151 - color contains mainly: green. Hex color #24978C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24978C is #DB6873. Grayscale: #737373. Windows color (decimal): -14379124 or 9213732. OLE color: 9213732.
HSL color Cylindrical-coordinate representation of color #24978C: hue angle of 174.26º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #24978C is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 36 | 151 | 140 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.41 |
| HSL | 174.26º | 0.61% | 0.37% | - |
| HSV(B) | 174.26º | 0.76% | 0.59% | - |
| XYZ | 16.53 | 24.4 | 28.65 | - |
| YUV | 115.36 | 141.9 | 71.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 151 | 140 | 0.76 | 0 | 0.07 | 0.41 | 174.26 | 0.61 | 0.37 |
| Hex | 24 | 97 | 8C | 4C | 0 | 7 | 29 | AE | 3D | 25 |
| Octal | 44 | 227 | 214 | 114 | 0 | 7 | 51 | 256 | 75 | 45 |
| Binary | 100100 | 10010111 | 10001100 | 1001100 | 0 | 111 | 101001 | 10101110 | 111101 | 100101 |
Color Harmonies of #24978C
Complementary color
Monochromatic Colors of #24978C
Black with #24978C
Text Example
Text Example
White with #24978C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24978C; }
p { color: rgb(36,151,140); }
H1.HeaderClassName
{
color: #24978C;
}
.AnyTagClassName
{
color: #24978C;
}
</style>
background-color css
<style>
a { background-color: #24978C; }
a { background-color: rgb(36,151,140); }
div.DivClassName
{
background-color: #24978C;
}
.BgClassName
{
background-color: #24978C;
}
</style>
border-color css
<style>
span { border-color: #24978C; }
span { border-color: rgb(36,151,140); }
td.TdClassName
{
border-color: #24978C;
}
.TagClassName
{
border-color: #24978C;
}
</style>