Shades of Java #249D92
Tints of Java #249D92
RGB
CMYK
RGB Variations
Color information
#249D92 (or 0x249D92) is known color: Java. HEX triplet: 24, 9D and 92. RGB value is (36,157,146). Sum of RGB (Red+Green+Blue) = 36+157+146=339 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.62% from 339); Green value is 157 (61.72% from 255 or 46.31% from 339); Blue value is 146 (57.42% from 255 or 43.07% from 339); Max value from RGB is 157 - color contains mainly: green. Hex color #249D92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249D92 is #DB626D. Grayscale: #777777. Windows color (decimal): -14377582 or 9608484. OLE color: 9608484.
HSL color Cylindrical-coordinate representation of color #249D92: hue angle of 174.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 #249D92 is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 157 | 146 | - |
| CMYK | 0.77 | 0 | 0.07 | 0.38 |
| HSL | 174.55º | 0.63% | 0.38% | - |
| HSV(B) | 174.55º | 0.77% | 0.62% | - |
| XYZ | 17.97 | 26.56 | 31.37 | - |
| YUV | 119.57 | 142.91 | 68.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 157 | 146 | 0.77 | 0 | 0.07 | 0.38 | 174.55 | 0.63 | 0.38 |
| Hex | 24 | 9D | 92 | 4D | 0 | 7 | 26 | AF | 3F | 26 |
| Octal | 44 | 235 | 222 | 115 | 0 | 7 | 46 | 257 | 77 | 46 |
| Binary | 100100 | 10011101 | 10010010 | 1001101 | 0 | 111 | 100110 | 10101111 | 111111 | 100110 |
Color Harmonies of #249D92
Complementary color
Monochromatic Colors of #249D92
Black with #249D92
Text Example
Text Example
White with #249D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249D92; }
p { color: rgb(36,157,146); }
H1.HeaderClassName
{
color: #249D92;
}
.AnyTagClassName
{
color: #249D92;
}
</style>
background-color css
<style>
a { background-color: #249D92; }
a { background-color: rgb(36,157,146); }
div.DivClassName
{
background-color: #249D92;
}
.BgClassName
{
background-color: #249D92;
}
</style>
border-color css
<style>
span { border-color: #249D92; }
span { border-color: rgb(36,157,146); }
td.TdClassName
{
border-color: #249D92;
}
.TagClassName
{
border-color: #249D92;
}
</style>