Shades of Java #249B8E
Tints of Java #249B8E
RGB
CMYK
RGB Variations
Color information
#249B8E (or 0x249B8E) is known color: Java. HEX triplet: 24, 9B and 8E. RGB value is (36,155,142). Sum of RGB (Red+Green+Blue) = 36+155+142=333 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.81% from 333); Green value is 155 (60.94% from 255 or 46.55% from 333); Blue value is 142 (55.86% from 255 or 42.64% from 333); Max value from RGB is 155 - color contains mainly: green. Hex color #249B8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249B8E is #DB6471. Grayscale: #757575. Windows color (decimal): -14378098 or 9345828. OLE color: 9345828.
HSL color Cylindrical-coordinate representation of color #249B8E: hue angle of 173.45º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249B8E is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 155 | 142 | - |
| CMYK | 0.77 | 0 | 0.08 | 0.39 |
| HSL | 173.45º | 0.62% | 0.37% | - |
| HSV(B) | 173.45º | 0.77% | 0.61% | - |
| XYZ | 17.33 | 25.77 | 29.65 | - |
| YUV | 117.94 | 141.58 | 69.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 155 | 142 | 0.77 | 0 | 0.08 | 0.39 | 173.45 | 0.62 | 0.37 |
| Hex | 24 | 9B | 8E | 4D | 0 | 8 | 27 | AD | 3E | 25 |
| Octal | 44 | 233 | 216 | 115 | 0 | 10 | 47 | 255 | 76 | 45 |
| Binary | 100100 | 10011011 | 10001110 | 1001101 | 0 | 1000 | 100111 | 10101101 | 111110 | 100101 |
Color Harmonies of #249B8E
Complementary color
Monochromatic Colors of #249B8E
Black with #249B8E
Text Example
Text Example
White with #249B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249B8E; }
p { color: rgb(36,155,142); }
H1.HeaderClassName
{
color: #249B8E;
}
.AnyTagClassName
{
color: #249B8E;
}
</style>
background-color css
<style>
a { background-color: #249B8E; }
a { background-color: rgb(36,155,142); }
div.DivClassName
{
background-color: #249B8E;
}
.BgClassName
{
background-color: #249B8E;
}
</style>
border-color css
<style>
span { border-color: #249B8E; }
span { border-color: rgb(36,155,142); }
td.TdClassName
{
border-color: #249B8E;
}
.TagClassName
{
border-color: #249B8E;
}
</style>