Shades of Java #249C8D
Tints of Java #249C8D
RGB
CMYK
RGB Variations
Color information
#249C8D (or 0x249C8D) is known color: Java. HEX triplet: 24, 9C and 8D. RGB value is (36,156,141). Sum of RGB (Red+Green+Blue) = 36+156+141=333 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.81% from 333); Green value is 156 (61.33% from 255 or 46.85% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 156 - color contains mainly: green. Hex color #249C8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249C8D is #DB6372. Grayscale: #767676. Windows color (decimal): -14377843 or 9280548. OLE color: 9280548.
HSL color Cylindrical-coordinate representation of color #249C8D: hue angle of 172.5º 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 #249C8D is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 156 | 141 | - |
| CMYK | 0.77 | 0 | 0.10 | 0.39 |
| HSL | 172.5º | 0.63% | 0.38% | - |
| HSV(B) | 172.5º | 0.77% | 0.61% | - |
| XYZ | 17.42 | 26.08 | 29.31 | - |
| YUV | 118.41 | 140.74 | 69.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 156 | 141 | 0.77 | 0 | 0.10 | 0.39 | 172.5 | 0.63 | 0.38 |
| Hex | 24 | 9C | 8D | 4D | 0 | A | 27 | AC | 3E | 26 |
| Octal | 44 | 234 | 215 | 115 | 0 | 12 | 47 | 254 | 76 | 46 |
| Binary | 100100 | 10011100 | 10001101 | 1001101 | 0 | 1010 | 100111 | 10101100 | 111110 | 100110 |
Color Harmonies of #249C8D
Complementary color
Monochromatic Colors of #249C8D
Black with #249C8D
Text Example
Text Example
White with #249C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249C8D; }
p { color: rgb(36,156,141); }
H1.HeaderClassName
{
color: #249C8D;
}
.AnyTagClassName
{
color: #249C8D;
}
</style>
background-color css
<style>
a { background-color: #249C8D; }
a { background-color: rgb(36,156,141); }
div.DivClassName
{
background-color: #249C8D;
}
.BgClassName
{
background-color: #249C8D;
}
</style>
border-color css
<style>
span { border-color: #249C8D; }
span { border-color: rgb(36,156,141); }
td.TdClassName
{
border-color: #249C8D;
}
.TagClassName
{
border-color: #249C8D;
}
</style>