Shades of Java #249999
Tints of Java #249999
RGB
CMYK
RGB Variations
Color information
#249999 (or 0x249999) is known color: Java. HEX triplet: 24, 99 and 99. RGB value is (36,153,153). Sum of RGB (Red+Green+Blue) = 36+153+153=342 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.53% from 342); Green value is 153 (60.16% from 255 or 44.74% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 153 - color contains mainly: green, blue. Hex color #249999 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249999 is #DB6666. Grayscale: #757575. Windows color (decimal): -14378599 or 10066212. OLE color: 10066212.
HSL color Cylindrical-coordinate representation of color #249999: hue angle of 180º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249999 is Cyan = 0.76, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 36 | 153 | 153 | - |
| CMYK | 0.76 | 0 | 0 | 0.4 |
| HSL | 180º | 0.62% | 0.37% | - |
| HSV(B) | 180º | 0.76% | 0.6% | - |
| XYZ | 17.87 | 25.46 | 34.11 | - |
| YUV | 118.02 | 147.74 | 69.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 153 | 153 | 0.76 | 0 | 0 | 0.4 | 180 | 0.62 | 0.37 |
| Hex | 24 | 99 | 99 | 4C | 0 | 0 | 28 | B4 | 3E | 25 |
| Octal | 44 | 231 | 231 | 114 | 0 | 0 | 50 | 264 | 76 | 45 |
| Binary | 100100 | 10011001 | 10011001 | 1001100 | 0 | 0 | 101000 | 10110100 | 111110 | 100101 |
Color Harmonies of #249999
Complementary color
Monochromatic Colors of #249999
Black with #249999
Text Example
Text Example
White with #249999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249999; }
p { color: rgb(36,153,153); }
H1.HeaderClassName
{
color: #249999;
}
.AnyTagClassName
{
color: #249999;
}
</style>
background-color css
<style>
a { background-color: #249999; }
a { background-color: rgb(36,153,153); }
div.DivClassName
{
background-color: #249999;
}
.BgClassName
{
background-color: #249999;
}
</style>
border-color css
<style>
span { border-color: #249999; }
span { border-color: rgb(36,153,153); }
td.TdClassName
{
border-color: #249999;
}
.TagClassName
{
border-color: #249999;
}
</style>