Shades of Java #24948C
Tints of Java #24948C
RGB
CMYK
RGB Variations
Color information
#24948C (or 0x24948C) is known color: Java. HEX triplet: 24, 94 and 8C. RGB value is (36,148,140). Sum of RGB (Red+Green+Blue) = 36+148+140=324 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.11% from 324); Green value is 148 (58.20% from 255 or 45.68% from 324); Blue value is 140 (55.08% from 255 or 43.21% from 324); Max value from RGB is 148 - color contains mainly: green. Hex color #24948C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24948C is #DB6B73. Grayscale: #717171. Windows color (decimal): -14379892 or 9212964. OLE color: 9212964.
HSL color Cylindrical-coordinate representation of color #24948C: hue angle of 175.71º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #24948C is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 148 | 140 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.42 |
| HSL | 175.71º | 0.61% | 0.36% | - |
| HSV(B) | 175.71º | 0.76% | 0.58% | - |
| XYZ | 16.05 | 23.45 | 28.49 | - |
| YUV | 113.6 | 142.89 | 72.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 148 | 140 | 0.76 | 0 | 0.05 | 0.42 | 175.71 | 0.61 | 0.36 |
| Hex | 24 | 94 | 8C | 4C | 0 | 5 | 2A | B0 | 3D | 24 |
| Octal | 44 | 224 | 214 | 114 | 0 | 5 | 52 | 260 | 75 | 44 |
| Binary | 100100 | 10010100 | 10001100 | 1001100 | 0 | 101 | 101010 | 10110000 | 111101 | 100100 |
Color Harmonies of #24948C
Complementary color
Monochromatic Colors of #24948C
Black with #24948C
Text Example
Text Example
White with #24948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24948C; }
p { color: rgb(36,148,140); }
H1.HeaderClassName
{
color: #24948C;
}
.AnyTagClassName
{
color: #24948C;
}
</style>
background-color css
<style>
a { background-color: #24948C; }
a { background-color: rgb(36,148,140); }
div.DivClassName
{
background-color: #24948C;
}
.BgClassName
{
background-color: #24948C;
}
</style>
border-color css
<style>
span { border-color: #24948C; }
span { border-color: rgb(36,148,140); }
td.TdClassName
{
border-color: #24948C;
}
.TagClassName
{
border-color: #24948C;
}
</style>