Shades of Java #249F9A
Tints of Java #249F9A
RGB
CMYK
RGB Variations
Color information
#249F9A (or 0x249F9A) is known color: Java. HEX triplet: 24, 9F and 9A. RGB value is (36,159,154). Sum of RGB (Red+Green+Blue) = 36+159+154=349 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.32% from 349); Green value is 159 (62.5% from 255 or 45.56% from 349); Blue value is 154 (60.55% from 255 or 44.13% from 349); Max value from RGB is 159 - color contains mainly: green. Hex color #249F9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249F9A is #DB6065. Grayscale: #797979. Windows color (decimal): -14377062 or 10133284. OLE color: 10133284.
HSL color Cylindrical-coordinate representation of color #249F9A: hue angle of 177.56º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249F9A is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 159 | 154 | - |
| CMYK | 0.77 | 0 | 0.03 | 0.38 |
| HSL | 177.56º | 0.63% | 0.38% | - |
| HSV(B) | 177.56º | 0.77% | 0.62% | - |
| XYZ | 18.96 | 27.5 | 34.88 | - |
| YUV | 121.65 | 146.25 | 66.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 159 | 154 | 0.77 | 0 | 0.03 | 0.38 | 177.56 | 0.63 | 0.38 |
| Hex | 24 | 9F | 9A | 4D | 0 | 3 | 26 | B2 | 3F | 26 |
| Octal | 44 | 237 | 232 | 115 | 0 | 3 | 46 | 262 | 77 | 46 |
| Binary | 100100 | 10011111 | 10011010 | 1001101 | 0 | 11 | 100110 | 10110010 | 111111 | 100110 |
Color Harmonies of #249F9A
Complementary color
Monochromatic Colors of #249F9A
Black with #249F9A
Text Example
Text Example
White with #249F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249F9A; }
p { color: rgb(36,159,154); }
H1.HeaderClassName
{
color: #249F9A;
}
.AnyTagClassName
{
color: #249F9A;
}
</style>
background-color css
<style>
a { background-color: #249F9A; }
a { background-color: rgb(36,159,154); }
div.DivClassName
{
background-color: #249F9A;
}
.BgClassName
{
background-color: #249F9A;
}
</style>
border-color css
<style>
span { border-color: #249F9A; }
span { border-color: rgb(36,159,154); }
td.TdClassName
{
border-color: #249F9A;
}
.TagClassName
{
border-color: #249F9A;
}
</style>