Shades of Java #249196
Tints of Java #249196
RGB
CMYK
RGB Variations
Color information
#249196 (or 0x249196) is known color: Java. HEX triplet: 24, 91 and 96. RGB value is (36,145,150). Sum of RGB (Red+Green+Blue) = 36+145+150=331 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.88% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 150 - color contains mainly: blue. Hex color #249196 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249196 is #DB6E69. Grayscale: #707070. Windows color (decimal): -14380650 or 9867556. OLE color: 9867556.
HSL color Cylindrical-coordinate representation of color #249196: hue angle of 182.63º 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 #249196 is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 36 | 145 | 150 | - |
| CMYK | 0.76 | 0.03 | 0 | 0.41 |
| HSL | 182.63º | 0.61% | 0.36% | - |
| HSV(B) | 182.63º | 0.76% | 0.59% | - |
| XYZ | 16.36 | 22.83 | 32.4 | - |
| YUV | 112.98 | 148.89 | 73.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 145 | 150 | 0.76 | 0.03 | 0 | 0.41 | 182.63 | 0.61 | 0.36 |
| Hex | 24 | 91 | 96 | 4C | 3 | 0 | 29 | B7 | 3D | 24 |
| Octal | 44 | 221 | 226 | 114 | 3 | 0 | 51 | 267 | 75 | 44 |
| Binary | 100100 | 10010001 | 10010110 | 1001100 | 11 | 0 | 101001 | 10110111 | 111101 | 100100 |
Color Harmonies of #249196
Complementary color
Monochromatic Colors of #249196
Black with #249196
Text Example
Text Example
White with #249196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249196; }
p { color: rgb(36,145,150); }
H1.HeaderClassName
{
color: #249196;
}
.AnyTagClassName
{
color: #249196;
}
</style>
background-color css
<style>
a { background-color: #249196; }
a { background-color: rgb(36,145,150); }
div.DivClassName
{
background-color: #249196;
}
.BgClassName
{
background-color: #249196;
}
</style>
border-color css
<style>
span { border-color: #249196; }
span { border-color: rgb(36,145,150); }
td.TdClassName
{
border-color: #249196;
}
.TagClassName
{
border-color: #249196;
}
</style>