Shades of Java #249A8A
Tints of Java #249A8A
RGB
CMYK
RGB Variations
Color information
#249A8A (or 0x249A8A) is known color: Java. HEX triplet: 24, 9A and 8A. RGB value is (36,154,138). Sum of RGB (Red+Green+Blue) = 36+154+138=328 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.98% from 328); Green value is 154 (60.55% from 255 or 46.95% from 328); Blue value is 138 (54.30% from 255 or 42.07% from 328); Max value from RGB is 154 - color contains mainly: green. Hex color #249A8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249A8A is #DB6575. Grayscale: #747474. Windows color (decimal): -14378358 or 9083428. OLE color: 9083428.
HSL color Cylindrical-coordinate representation of color #249A8A: hue angle of 171.86º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #249A8A is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 36 | 154 | 138 | - |
| CMYK | 0.77 | 0 | 0.10 | 0.40 |
| HSL | 171.86º | 0.62% | 0.37% | - |
| HSV(B) | 171.86º | 0.77% | 0.6% | - |
| XYZ | 16.87 | 25.32 | 28.04 | - |
| YUV | 116.89 | 139.91 | 70.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 154 | 138 | 0.77 | 0 | 0.10 | 0.40 | 171.86 | 0.62 | 0.37 |
| Hex | 24 | 9A | 8A | 4D | 0 | A | 28 | AC | 3E | 25 |
| Octal | 44 | 232 | 212 | 115 | 0 | 12 | 50 | 254 | 76 | 45 |
| Binary | 100100 | 10011010 | 10001010 | 1001101 | 0 | 1010 | 101000 | 10101100 | 111110 | 100101 |
Color Harmonies of #249A8A
Complementary color
Monochromatic Colors of #249A8A
Black with #249A8A
Text Example
Text Example
White with #249A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249A8A; }
p { color: rgb(36,154,138); }
H1.HeaderClassName
{
color: #249A8A;
}
.AnyTagClassName
{
color: #249A8A;
}
</style>
background-color css
<style>
a { background-color: #249A8A; }
a { background-color: rgb(36,154,138); }
div.DivClassName
{
background-color: #249A8A;
}
.BgClassName
{
background-color: #249A8A;
}
</style>
border-color css
<style>
span { border-color: #249A8A; }
span { border-color: rgb(36,154,138); }
td.TdClassName
{
border-color: #249A8A;
}
.TagClassName
{
border-color: #249A8A;
}
</style>