Shades of Java #249D90
Tints of Java #249D90
RGB
CMYK
RGB Variations
Color information
#249D90 (or 0x249D90) is known color: Java. HEX triplet: 24, 9D and 90. RGB value is (36,157,144). Sum of RGB (Red+Green+Blue) = 36+157+144=337 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.68% from 337); Green value is 157 (61.72% from 255 or 46.59% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 157 - color contains mainly: green. Hex color #249D90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249D90 is #DB626F. Grayscale: #777777. Windows color (decimal): -14377584 or 9477412. OLE color: 9477412.
HSL color Cylindrical-coordinate representation of color #249D90: hue angle of 173.55º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249D90 is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 157 | 144 | - |
| CMYK | 0.77 | 0 | 0.08 | 0.38 |
| HSL | 173.55º | 0.63% | 0.38% | - |
| HSV(B) | 173.55º | 0.77% | 0.62% | - |
| XYZ | 17.82 | 26.5 | 30.56 | - |
| YUV | 119.34 | 141.91 | 68.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 157 | 144 | 0.77 | 0 | 0.08 | 0.38 | 173.55 | 0.63 | 0.38 |
| Hex | 24 | 9D | 90 | 4D | 0 | 8 | 26 | AE | 3F | 26 |
| Octal | 44 | 235 | 220 | 115 | 0 | 10 | 46 | 256 | 77 | 46 |
| Binary | 100100 | 10011101 | 10010000 | 1001101 | 0 | 1000 | 100110 | 10101110 | 111111 | 100110 |
Color Harmonies of #249D90
Complementary color
Monochromatic Colors of #249D90
Black with #249D90
Text Example
Text Example
White with #249D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249D90; }
p { color: rgb(36,157,144); }
H1.HeaderClassName
{
color: #249D90;
}
.AnyTagClassName
{
color: #249D90;
}
</style>
background-color css
<style>
a { background-color: #249D90; }
a { background-color: rgb(36,157,144); }
div.DivClassName
{
background-color: #249D90;
}
.BgClassName
{
background-color: #249D90;
}
</style>
border-color css
<style>
span { border-color: #249D90; }
span { border-color: rgb(36,157,144); }
td.TdClassName
{
border-color: #249D90;
}
.TagClassName
{
border-color: #249D90;
}
</style>