Shades of Java #249B99
Tints of Java #249B99
RGB
CMYK
RGB Variations
Color information
#249B99 (or 0x249B99) is known color: Java. HEX triplet: 24, 9B and 99. RGB value is (36,155,153). Sum of RGB (Red+Green+Blue) = 36+155+153=344 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.47% from 344); Green value is 155 (60.94% from 255 or 45.06% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 155 - color contains mainly: green. Hex color #249B99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249B99 is #DB6466. Grayscale: #777777. Windows color (decimal): -14378087 or 10066724. OLE color: 10066724.
HSL color Cylindrical-coordinate representation of color #249B99: hue angle of 178.99º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249B99 is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 155 | 153 | - |
| CMYK | 0.77 | 0 | 0.01 | 0.39 |
| HSL | 178.99º | 0.62% | 0.37% | - |
| HSV(B) | 178.99º | 0.77% | 0.61% | - |
| XYZ | 18.2 | 26.12 | 34.22 | - |
| YUV | 119.19 | 147.08 | 68.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 155 | 153 | 0.77 | 0 | 0.01 | 0.39 | 178.99 | 0.62 | 0.37 |
| Hex | 24 | 9B | 99 | 4D | 0 | 1 | 27 | B3 | 3E | 25 |
| Octal | 44 | 233 | 231 | 115 | 0 | 1 | 47 | 263 | 76 | 45 |
| Binary | 100100 | 10011011 | 10011001 | 1001101 | 0 | 1 | 100111 | 10110011 | 111110 | 100101 |
Color Harmonies of #249B99
Complementary color
Monochromatic Colors of #249B99
Black with #249B99
Text Example
Text Example
White with #249B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249B99; }
p { color: rgb(36,155,153); }
H1.HeaderClassName
{
color: #249B99;
}
.AnyTagClassName
{
color: #249B99;
}
</style>
background-color css
<style>
a { background-color: #249B99; }
a { background-color: rgb(36,155,153); }
div.DivClassName
{
background-color: #249B99;
}
.BgClassName
{
background-color: #249B99;
}
</style>
border-color css
<style>
span { border-color: #249B99; }
span { border-color: rgb(36,155,153); }
td.TdClassName
{
border-color: #249B99;
}
.TagClassName
{
border-color: #249B99;
}
</style>