Shades of Java #249E99
Tints of Java #249E99
RGB
CMYK
RGB Variations
Color information
#249E99 (or 0x249E99) is known color: Java. HEX triplet: 24, 9E and 99. RGB value is (36,158,153). Sum of RGB (Red+Green+Blue) = 36+158+153=347 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.37% from 347); Green value is 158 (62.11% from 255 or 45.53% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 158 - color contains mainly: green. Hex color #249E99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249E99 is #DB6166. Grayscale: #787878. Windows color (decimal): -14377319 or 10067492. OLE color: 10067492.
HSL color Cylindrical-coordinate representation of color #249E99: hue angle of 177.54º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249E99 is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 158 | 153 | - |
| CMYK | 0.77 | 0 | 0.03 | 0.38 |
| HSL | 177.54º | 0.63% | 0.38% | - |
| HSV(B) | 177.54º | 0.77% | 0.62% | - |
| XYZ | 18.7 | 27.13 | 34.39 | - |
| YUV | 120.95 | 146.08 | 67.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 158 | 153 | 0.77 | 0 | 0.03 | 0.38 | 177.54 | 0.63 | 0.38 |
| Hex | 24 | 9E | 99 | 4D | 0 | 3 | 26 | B2 | 3F | 26 |
| Octal | 44 | 236 | 231 | 115 | 0 | 3 | 46 | 262 | 77 | 46 |
| Binary | 100100 | 10011110 | 10011001 | 1001101 | 0 | 11 | 100110 | 10110010 | 111111 | 100110 |
Color Harmonies of #249E99
Complementary color
Monochromatic Colors of #249E99
Black with #249E99
Text Example
Text Example
White with #249E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249E99; }
p { color: rgb(36,158,153); }
H1.HeaderClassName
{
color: #249E99;
}
.AnyTagClassName
{
color: #249E99;
}
</style>
background-color css
<style>
a { background-color: #249E99; }
a { background-color: rgb(36,158,153); }
div.DivClassName
{
background-color: #249E99;
}
.BgClassName
{
background-color: #249E99;
}
</style>
border-color css
<style>
span { border-color: #249E99; }
span { border-color: rgb(36,158,153); }
td.TdClassName
{
border-color: #249E99;
}
.TagClassName
{
border-color: #249E99;
}
</style>