Shades of Java #249490
Tints of Java #249490
RGB
CMYK
RGB Variations
Color information
#249490 (or 0x249490) is known color: Java. HEX triplet: 24, 94 and 90. RGB value is (36,148,144). Sum of RGB (Red+Green+Blue) = 36+148+144=328 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.98% from 328); Green value is 148 (58.20% from 255 or 45.12% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 148 - color contains mainly: green. Hex color #249490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249490 is #DB6B6F. Grayscale: #717171. Windows color (decimal): -14379888 or 9475108. OLE color: 9475108.
HSL color Cylindrical-coordinate representation of color #249490: hue angle of 177.86º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249490 is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 148 | 144 | - |
| CMYK | 0.76 | 0 | 0.03 | 0.42 |
| HSL | 177.86º | 0.61% | 0.36% | - |
| HSV(B) | 177.86º | 0.76% | 0.58% | - |
| XYZ | 16.35 | 23.57 | 30.07 | - |
| YUV | 114.06 | 144.89 | 72.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 148 | 144 | 0.76 | 0 | 0.03 | 0.42 | 177.86 | 0.61 | 0.36 |
| Hex | 24 | 94 | 90 | 4C | 0 | 3 | 2A | B2 | 3D | 24 |
| Octal | 44 | 224 | 220 | 114 | 0 | 3 | 52 | 262 | 75 | 44 |
| Binary | 100100 | 10010100 | 10010000 | 1001100 | 0 | 11 | 101010 | 10110010 | 111101 | 100100 |
Color Harmonies of #249490
Complementary color
Monochromatic Colors of #249490
Black with #249490
Text Example
Text Example
White with #249490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249490; }
p { color: rgb(36,148,144); }
H1.HeaderClassName
{
color: #249490;
}
.AnyTagClassName
{
color: #249490;
}
</style>
background-color css
<style>
a { background-color: #249490; }
a { background-color: rgb(36,148,144); }
div.DivClassName
{
background-color: #249490;
}
.BgClassName
{
background-color: #249490;
}
</style>
border-color css
<style>
span { border-color: #249490; }
span { border-color: rgb(36,148,144); }
td.TdClassName
{
border-color: #249490;
}
.TagClassName
{
border-color: #249490;
}
</style>