Shades of Java #249E97
Tints of Java #249E97
RGB
CMYK
RGB Variations
Color information
#249E97 (or 0x249E97) is known color: Java. HEX triplet: 24, 9E and 97. RGB value is (36,158,151). Sum of RGB (Red+Green+Blue) = 36+158+151=345 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.43% from 345); Green value is 158 (62.11% from 255 or 45.80% from 345); Blue value is 151 (59.38% from 255 or 43.77% from 345); Max value from RGB is 158 - color contains mainly: green. Hex color #249E97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249E97 is #DB6168. Grayscale: #787878. Windows color (decimal): -14377321 or 9936420. OLE color: 9936420.
HSL color Cylindrical-coordinate representation of color #249E97: hue angle of 176.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 #249E97 is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 158 | 151 | - |
| CMYK | 0.77 | 0 | 0.04 | 0.38 |
| HSL | 176.56º | 0.63% | 0.38% | - |
| HSV(B) | 176.56º | 0.77% | 0.62% | - |
| XYZ | 18.54 | 27.06 | 33.52 | - |
| YUV | 120.72 | 145.08 | 67.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 158 | 151 | 0.77 | 0 | 0.04 | 0.38 | 176.56 | 0.63 | 0.38 |
| Hex | 24 | 9E | 97 | 4D | 0 | 4 | 26 | B1 | 3F | 26 |
| Octal | 44 | 236 | 227 | 115 | 0 | 4 | 46 | 261 | 77 | 46 |
| Binary | 100100 | 10011110 | 10010111 | 1001101 | 0 | 100 | 100110 | 10110001 | 111111 | 100110 |
Color Harmonies of #249E97
Complementary color
Monochromatic Colors of #249E97
Black with #249E97
Text Example
Text Example
White with #249E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249E97; }
p { color: rgb(36,158,151); }
H1.HeaderClassName
{
color: #249E97;
}
.AnyTagClassName
{
color: #249E97;
}
</style>
background-color css
<style>
a { background-color: #249E97; }
a { background-color: rgb(36,158,151); }
div.DivClassName
{
background-color: #249E97;
}
.BgClassName
{
background-color: #249E97;
}
</style>
border-color css
<style>
span { border-color: #249E97; }
span { border-color: rgb(36,158,151); }
td.TdClassName
{
border-color: #249E97;
}
.TagClassName
{
border-color: #249E97;
}
</style>