Shades of Java #249C9A
Tints of Java #249C9A
RGB
CMYK
RGB Variations
Color information
#249C9A (or 0x249C9A) is known color: Java. HEX triplet: 24, 9C and 9A. RGB value is (36,156,154). Sum of RGB (Red+Green+Blue) = 36+156+154=346 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.40% from 346); Green value is 156 (61.33% from 255 or 45.09% from 346); Blue value is 154 (60.55% from 255 or 44.51% from 346); Max value from RGB is 156 - color contains mainly: green. Hex color #249C9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249C9A is #DB6365. Grayscale: #777777. Windows color (decimal): -14377830 or 10132516. OLE color: 10132516.
HSL color Cylindrical-coordinate representation of color #249C9A: hue angle of 179º 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 #249C9A is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 156 | 154 | - |
| CMYK | 0.77 | 0 | 0.01 | 0.39 |
| HSL | 179º | 0.63% | 0.38% | - |
| HSV(B) | 179º | 0.77% | 0.61% | - |
| XYZ | 18.45 | 26.49 | 34.71 | - |
| YUV | 119.89 | 147.24 | 68.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 156 | 154 | 0.77 | 0 | 0.01 | 0.39 | 179 | 0.63 | 0.38 |
| Hex | 24 | 9C | 9A | 4D | 0 | 1 | 27 | B3 | 3E | 26 |
| Octal | 44 | 234 | 232 | 115 | 0 | 1 | 47 | 263 | 76 | 46 |
| Binary | 100100 | 10011100 | 10011010 | 1001101 | 0 | 1 | 100111 | 10110011 | 111110 | 100110 |
Color Harmonies of #249C9A
Complementary color
Monochromatic Colors of #249C9A
Black with #249C9A
Text Example
Text Example
White with #249C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249C9A; }
p { color: rgb(36,156,154); }
H1.HeaderClassName
{
color: #249C9A;
}
.AnyTagClassName
{
color: #249C9A;
}
</style>
background-color css
<style>
a { background-color: #249C9A; }
a { background-color: rgb(36,156,154); }
div.DivClassName
{
background-color: #249C9A;
}
.BgClassName
{
background-color: #249C9A;
}
</style>
border-color css
<style>
span { border-color: #249C9A; }
span { border-color: rgb(36,156,154); }
td.TdClassName
{
border-color: #249C9A;
}
.TagClassName
{
border-color: #249C9A;
}
</style>