Shades of Java #249696
Tints of Java #249696
RGB
CMYK
RGB Variations
Color information
#249696 (or 0x249696) is known color: Java. HEX triplet: 24, 96 and 96. RGB value is (36,150,150). Sum of RGB (Red+Green+Blue) = 36+150+150=336 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.71% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 150 (58.98% from 255 or 44.64% from 336); Max value from RGB is 150 - color contains mainly: green, blue. Hex color #249696 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249696 is #DB6969. Grayscale: #737373. Windows color (decimal): -14379370 or 9868836. OLE color: 9868836.
HSL color Cylindrical-coordinate representation of color #249696: hue angle of 180º 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 #249696 is Cyan = 0.76, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 36 | 150 | 150 | - |
| CMYK | 0.76 | 0 | 0 | 0.41 |
| HSL | 180º | 0.61% | 0.36% | - |
| HSV(B) | 180º | 0.76% | 0.59% | - |
| XYZ | 17.14 | 24.39 | 32.66 | - |
| YUV | 115.91 | 147.23 | 71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 150 | 150 | 0.76 | 0 | 0 | 0.41 | 180 | 0.61 | 0.36 |
| Hex | 24 | 96 | 96 | 4C | 0 | 0 | 29 | B4 | 3D | 24 |
| Octal | 44 | 226 | 226 | 114 | 0 | 0 | 51 | 264 | 75 | 44 |
| Binary | 100100 | 10010110 | 10010110 | 1001100 | 0 | 0 | 101001 | 10110100 | 111101 | 100100 |
Color Harmonies of #249696
Complementary color
Monochromatic Colors of #249696
Black with #249696
Text Example
Text Example
White with #249696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249696; }
p { color: rgb(36,150,150); }
H1.HeaderClassName
{
color: #249696;
}
.AnyTagClassName
{
color: #249696;
}
</style>
background-color css
<style>
a { background-color: #249696; }
a { background-color: rgb(36,150,150); }
div.DivClassName
{
background-color: #249696;
}
.BgClassName
{
background-color: #249696;
}
</style>
border-color css
<style>
span { border-color: #249696; }
span { border-color: rgb(36,150,150); }
td.TdClassName
{
border-color: #249696;
}
.TagClassName
{
border-color: #249696;
}
</style>