Shades of Java #249890
Tints of Java #249890
RGB
CMYK
RGB Variations
Color information
#249890 (or 0x249890) is known color: Java. HEX triplet: 24, 98 and 90. RGB value is (36,152,144). Sum of RGB (Red+Green+Blue) = 36+152+144=332 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.84% from 332); Green value is 152 (59.77% from 255 or 45.78% from 332); Blue value is 144 (56.64% from 255 or 43.37% from 332); Max value from RGB is 152 - color contains mainly: green. Hex color #249890 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249890 is #DB676F. Grayscale: #747474. Windows color (decimal): -14378864 or 9476132. OLE color: 9476132.
HSL color Cylindrical-coordinate representation of color #249890: hue angle of 175.86º 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 #249890 is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 36 | 152 | 144 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.40 |
| HSL | 175.86º | 0.62% | 0.37% | - |
| HSV(B) | 175.86º | 0.76% | 0.6% | - |
| XYZ | 16.99 | 24.85 | 30.29 | - |
| YUV | 116.4 | 143.57 | 70.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 152 | 144 | 0.76 | 0 | 0.05 | 0.40 | 175.86 | 0.62 | 0.37 |
| Hex | 24 | 98 | 90 | 4C | 0 | 5 | 28 | B0 | 3E | 25 |
| Octal | 44 | 230 | 220 | 114 | 0 | 5 | 50 | 260 | 76 | 45 |
| Binary | 100100 | 10011000 | 10010000 | 1001100 | 0 | 101 | 101000 | 10110000 | 111110 | 100101 |
Color Harmonies of #249890
Complementary color
Monochromatic Colors of #249890
Black with #249890
Text Example
Text Example
White with #249890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249890; }
p { color: rgb(36,152,144); }
H1.HeaderClassName
{
color: #249890;
}
.AnyTagClassName
{
color: #249890;
}
</style>
background-color css
<style>
a { background-color: #249890; }
a { background-color: rgb(36,152,144); }
div.DivClassName
{
background-color: #249890;
}
.BgClassName
{
background-color: #249890;
}
</style>
border-color css
<style>
span { border-color: #249890; }
span { border-color: rgb(36,152,144); }
td.TdClassName
{
border-color: #249890;
}
.TagClassName
{
border-color: #249890;
}
</style>