Shades of Java #24948F
Tints of Java #24948F
RGB
CMYK
RGB Variations
Color information
#24948F (or 0x24948F) is known color: Java. HEX triplet: 24, 94 and 8F. RGB value is (36,148,143). Sum of RGB (Red+Green+Blue) = 36+148+143=327 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.01% from 327); Green value is 148 (58.20% from 255 or 45.26% from 327); Blue value is 143 (56.25% from 255 or 43.73% from 327); Max value from RGB is 148 - color contains mainly: green. Hex color #24948F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24948F is #DB6B70. Grayscale: #717171. Windows color (decimal): -14379889 or 9409572. OLE color: 9409572.
HSL color Cylindrical-coordinate representation of color #24948F: hue angle of 177.32º 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 #24948F is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 148 | 143 | - |
| CMYK | 0.76 | 0 | 0.03 | 0.42 |
| HSL | 177.32º | 0.61% | 0.36% | - |
| HSV(B) | 177.32º | 0.76% | 0.58% | - |
| XYZ | 16.28 | 23.54 | 29.67 | - |
| YUV | 113.94 | 144.39 | 72.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 148 | 143 | 0.76 | 0 | 0.03 | 0.42 | 177.32 | 0.61 | 0.36 |
| Hex | 24 | 94 | 8F | 4C | 0 | 3 | 2A | B1 | 3D | 24 |
| Octal | 44 | 224 | 217 | 114 | 0 | 3 | 52 | 261 | 75 | 44 |
| Binary | 100100 | 10010100 | 10001111 | 1001100 | 0 | 11 | 101010 | 10110001 | 111101 | 100100 |
Color Harmonies of #24948F
Complementary color
Monochromatic Colors of #24948F
Black with #24948F
Text Example
Text Example
White with #24948F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24948F; }
p { color: rgb(36,148,143); }
H1.HeaderClassName
{
color: #24948F;
}
.AnyTagClassName
{
color: #24948F;
}
</style>
background-color css
<style>
a { background-color: #24948F; }
a { background-color: rgb(36,148,143); }
div.DivClassName
{
background-color: #24948F;
}
.BgClassName
{
background-color: #24948F;
}
</style>
border-color css
<style>
span { border-color: #24948F; }
span { border-color: rgb(36,148,143); }
td.TdClassName
{
border-color: #24948F;
}
.TagClassName
{
border-color: #24948F;
}
</style>