Shades of Java #24928B
Tints of Java #24928B
RGB
CMYK
RGB Variations
Color information
#24928B (or 0x24928B) is known color: Java. HEX triplet: 24, 92 and 8B. RGB value is (36,146,139). Sum of RGB (Red+Green+Blue) = 36+146+139=321 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.21% from 321); Green value is 146 (57.42% from 255 or 45.48% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 146 - color contains mainly: green. Hex color #24928B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24928B is #DB6D74. Grayscale: #707070. Windows color (decimal): -14380405 or 9146916. OLE color: 9146916.
HSL color Cylindrical-coordinate representation of color #24928B: hue angle of 176.18º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #24928B is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 146 | 139 | - |
| CMYK | 0.75 | 0 | 0.05 | 0.43 |
| HSL | 176.18º | 0.6% | 0.36% | - |
| HSV(B) | 176.18º | 0.75% | 0.57% | - |
| XYZ | 15.67 | 22.8 | 28 | - |
| YUV | 112.31 | 143.06 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 146 | 139 | 0.75 | 0 | 0.05 | 0.43 | 176.18 | 0.6 | 0.36 |
| Hex | 24 | 92 | 8B | 4B | 0 | 5 | 2B | B0 | 3C | 24 |
| Octal | 44 | 222 | 213 | 113 | 0 | 5 | 53 | 260 | 74 | 44 |
| Binary | 100100 | 10010010 | 10001011 | 1001011 | 0 | 101 | 101011 | 10110000 | 111100 | 100100 |
Color Harmonies of #24928B
Complementary color
Monochromatic Colors of #24928B
Black with #24928B
Text Example
Text Example
White with #24928B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24928B; }
p { color: rgb(36,146,139); }
H1.HeaderClassName
{
color: #24928B;
}
.AnyTagClassName
{
color: #24928B;
}
</style>
background-color css
<style>
a { background-color: #24928B; }
a { background-color: rgb(36,146,139); }
div.DivClassName
{
background-color: #24928B;
}
.BgClassName
{
background-color: #24928B;
}
</style>
border-color css
<style>
span { border-color: #24928B; }
span { border-color: rgb(36,146,139); }
td.TdClassName
{
border-color: #24928B;
}
.TagClassName
{
border-color: #24928B;
}
</style>