Shades of Java #249995
Tints of Java #249995
RGB
CMYK
RGB Variations
Color information
#249995 (or 0x249995) is known color: Java. HEX triplet: 24, 99 and 95. RGB value is (36,153,149). Sum of RGB (Red+Green+Blue) = 36+153+149=338 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.65% from 338); Green value is 153 (60.16% from 255 or 45.27% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 153 - color contains mainly: green. Hex color #249995 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249995 is #DB666A. Grayscale: #757575. Windows color (decimal): -14378603 or 9804068. OLE color: 9804068.
HSL color Cylindrical-coordinate representation of color #249995: hue angle of 177.95º 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 #249995 is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 36 | 153 | 149 | - |
| CMYK | 0.76 | 0 | 0.03 | 0.4 |
| HSL | 177.95º | 0.62% | 0.37% | - |
| HSV(B) | 177.95º | 0.76% | 0.6% | - |
| XYZ | 17.54 | 25.33 | 32.4 | - |
| YUV | 117.56 | 145.74 | 69.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 153 | 149 | 0.76 | 0 | 0.03 | 0.4 | 177.95 | 0.62 | 0.37 |
| Hex | 24 | 99 | 95 | 4C | 0 | 3 | 28 | B2 | 3E | 25 |
| Octal | 44 | 231 | 225 | 114 | 0 | 3 | 50 | 262 | 76 | 45 |
| Binary | 100100 | 10011001 | 10010101 | 1001100 | 0 | 11 | 101000 | 10110010 | 111110 | 100101 |
Color Harmonies of #249995
Complementary color
Monochromatic Colors of #249995
Black with #249995
Text Example
Text Example
White with #249995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249995; }
p { color: rgb(36,153,149); }
H1.HeaderClassName
{
color: #249995;
}
.AnyTagClassName
{
color: #249995;
}
</style>
background-color css
<style>
a { background-color: #249995; }
a { background-color: rgb(36,153,149); }
div.DivClassName
{
background-color: #249995;
}
.BgClassName
{
background-color: #249995;
}
</style>
border-color css
<style>
span { border-color: #249995; }
span { border-color: rgb(36,153,149); }
td.TdClassName
{
border-color: #249995;
}
.TagClassName
{
border-color: #249995;
}
</style>