Shades of Java #249C8E
Tints of Java #249C8E
RGB
CMYK
RGB Variations
Color information
#249C8E (or 0x249C8E) is known color: Java. HEX triplet: 24, 9C and 8E. RGB value is (36,156,142). Sum of RGB (Red+Green+Blue) = 36+156+142=334 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.78% from 334); Green value is 156 (61.33% from 255 or 46.71% from 334); Blue value is 142 (55.86% from 255 or 42.51% from 334); Max value from RGB is 156 - color contains mainly: green. Hex color #249C8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249C8E is #DB6371. Grayscale: #767676. Windows color (decimal): -14377842 or 9346084. OLE color: 9346084.
HSL color Cylindrical-coordinate representation of color #249C8E: hue angle of 173º 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 #249C8E is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 156 | 142 | - |
| CMYK | 0.77 | 0 | 0.09 | 0.39 |
| HSL | 173º | 0.63% | 0.38% | - |
| HSV(B) | 173º | 0.77% | 0.61% | - |
| XYZ | 17.5 | 26.11 | 29.71 | - |
| YUV | 118.52 | 141.24 | 69.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 156 | 142 | 0.77 | 0 | 0.09 | 0.39 | 173 | 0.63 | 0.38 |
| Hex | 24 | 9C | 8E | 4D | 0 | 9 | 27 | AD | 3E | 26 |
| Octal | 44 | 234 | 216 | 115 | 0 | 11 | 47 | 255 | 76 | 46 |
| Binary | 100100 | 10011100 | 10001110 | 1001101 | 0 | 1001 | 100111 | 10101101 | 111110 | 100110 |
Color Harmonies of #249C8E
Complementary color
Monochromatic Colors of #249C8E
Black with #249C8E
Text Example
Text Example
White with #249C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249C8E; }
p { color: rgb(36,156,142); }
H1.HeaderClassName
{
color: #249C8E;
}
.AnyTagClassName
{
color: #249C8E;
}
</style>
background-color css
<style>
a { background-color: #249C8E; }
a { background-color: rgb(36,156,142); }
div.DivClassName
{
background-color: #249C8E;
}
.BgClassName
{
background-color: #249C8E;
}
</style>
border-color css
<style>
span { border-color: #249C8E; }
span { border-color: rgb(36,156,142); }
td.TdClassName
{
border-color: #249C8E;
}
.TagClassName
{
border-color: #249C8E;
}
</style>