Shades of Java #249496
Tints of Java #249496
RGB
CMYK
RGB Variations
Color information
#249496 (or 0x249496) is known color: Java. HEX triplet: 24, 94 and 96. RGB value is (36,148,150). Sum of RGB (Red+Green+Blue) = 36+148+150=334 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.78% from 334); Green value is 148 (58.20% from 255 or 44.31% from 334); Blue value is 150 (58.98% from 255 or 44.91% from 334); Max value from RGB is 150 - color contains mainly: blue. Hex color #249496 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249496 is #DB6B69. Grayscale: #727272. Windows color (decimal): -14379882 or 9868324. OLE color: 9868324.
HSL color Cylindrical-coordinate representation of color #249496: hue angle of 181.05º 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 #249496 is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 36 | 148 | 150 | - |
| CMYK | 0.76 | 0.01 | 0 | 0.41 |
| HSL | 181.05º | 0.61% | 0.36% | - |
| HSV(B) | 181.05º | 0.76% | 0.59% | - |
| XYZ | 16.82 | 23.76 | 32.55 | - |
| YUV | 114.74 | 147.89 | 71.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 148 | 150 | 0.76 | 0.01 | 0 | 0.41 | 181.05 | 0.61 | 0.36 |
| Hex | 24 | 94 | 96 | 4C | 1 | 0 | 29 | B5 | 3D | 24 |
| Octal | 44 | 224 | 226 | 114 | 1 | 0 | 51 | 265 | 75 | 44 |
| Binary | 100100 | 10010100 | 10010110 | 1001100 | 1 | 0 | 101001 | 10110101 | 111101 | 100100 |
Color Harmonies of #249496
Complementary color
Monochromatic Colors of #249496
Black with #249496
Text Example
Text Example
White with #249496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249496; }
p { color: rgb(36,148,150); }
H1.HeaderClassName
{
color: #249496;
}
.AnyTagClassName
{
color: #249496;
}
</style>
background-color css
<style>
a { background-color: #249496; }
a { background-color: rgb(36,148,150); }
div.DivClassName
{
background-color: #249496;
}
.BgClassName
{
background-color: #249496;
}
</style>
border-color css
<style>
span { border-color: #249496; }
span { border-color: rgb(36,148,150); }
td.TdClassName
{
border-color: #249496;
}
.TagClassName
{
border-color: #249496;
}
</style>