Shades of Java #249C92
Tints of Java #249C92
RGB
CMYK
RGB Variations
Color information
#249C92 (or 0x249C92) is known color: Java. HEX triplet: 24, 9C and 92. RGB value is (36,156,146). Sum of RGB (Red+Green+Blue) = 36+156+146=338 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.65% from 338); Green value is 156 (61.33% from 255 or 46.15% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 156 - color contains mainly: green. Hex color #249C92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249C92 is #DB636D. Grayscale: #767676. Windows color (decimal): -14377838 or 9608228. OLE color: 9608228.
HSL color Cylindrical-coordinate representation of color #249C92: hue angle of 175º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249C92 is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 156 | 146 | - |
| CMYK | 0.77 | 0 | 0.06 | 0.39 |
| HSL | 175º | 0.63% | 0.38% | - |
| HSV(B) | 175º | 0.77% | 0.61% | - |
| XYZ | 17.8 | 26.23 | 31.32 | - |
| YUV | 118.98 | 143.24 | 68.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 156 | 146 | 0.77 | 0 | 0.06 | 0.39 | 175 | 0.63 | 0.38 |
| Hex | 24 | 9C | 92 | 4D | 0 | 6 | 27 | AF | 3E | 26 |
| Octal | 44 | 234 | 222 | 115 | 0 | 6 | 47 | 257 | 76 | 46 |
| Binary | 100100 | 10011100 | 10010010 | 1001101 | 0 | 110 | 100111 | 10101111 | 111110 | 100110 |
Color Harmonies of #249C92
Complementary color
Monochromatic Colors of #249C92
Black with #249C92
Text Example
Text Example
White with #249C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249C92; }
p { color: rgb(36,156,146); }
H1.HeaderClassName
{
color: #249C92;
}
.AnyTagClassName
{
color: #249C92;
}
</style>
background-color css
<style>
a { background-color: #249C92; }
a { background-color: rgb(36,156,146); }
div.DivClassName
{
background-color: #249C92;
}
.BgClassName
{
background-color: #249C92;
}
</style>
border-color css
<style>
span { border-color: #249C92; }
span { border-color: rgb(36,156,146); }
td.TdClassName
{
border-color: #249C92;
}
.TagClassName
{
border-color: #249C92;
}
</style>