Shades of Java #249897
Tints of Java #249897
RGB
CMYK
RGB Variations
Color information
#249897 (or 0x249897) is known color: Java. HEX triplet: 24, 98 and 97. RGB value is (36,152,151). Sum of RGB (Red+Green+Blue) = 36+152+151=339 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.62% from 339); Green value is 152 (59.77% from 255 or 44.84% from 339); Blue value is 151 (59.38% from 255 or 44.54% from 339); Max value from RGB is 152 - color contains mainly: green. Hex color #249897 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249897 is #DB6768. Grayscale: #757575. Windows color (decimal): -14378857 or 9934884. OLE color: 9934884.
HSL color Cylindrical-coordinate representation of color #249897: hue angle of 179.48º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249897 is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 36 | 152 | 151 | - |
| CMYK | 0.76 | 0 | 0.01 | 0.40 |
| HSL | 179.48º | 0.62% | 0.37% | - |
| HSV(B) | 179.48º | 0.76% | 0.6% | - |
| XYZ | 17.54 | 25.07 | 33.19 | - |
| YUV | 117.2 | 147.07 | 70.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 152 | 151 | 0.76 | 0 | 0.01 | 0.40 | 179.48 | 0.62 | 0.37 |
| Hex | 24 | 98 | 97 | 4C | 0 | 1 | 28 | B3 | 3E | 25 |
| Octal | 44 | 230 | 227 | 114 | 0 | 1 | 50 | 263 | 76 | 45 |
| Binary | 100100 | 10011000 | 10010111 | 1001100 | 0 | 1 | 101000 | 10110011 | 111110 | 100101 |
Color Harmonies of #249897
Complementary color
Monochromatic Colors of #249897
Black with #249897
Text Example
Text Example
White with #249897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249897; }
p { color: rgb(36,152,151); }
H1.HeaderClassName
{
color: #249897;
}
.AnyTagClassName
{
color: #249897;
}
</style>
background-color css
<style>
a { background-color: #249897; }
a { background-color: rgb(36,152,151); }
div.DivClassName
{
background-color: #249897;
}
.BgClassName
{
background-color: #249897;
}
</style>
border-color css
<style>
span { border-color: #249897; }
span { border-color: rgb(36,152,151); }
td.TdClassName
{
border-color: #249897;
}
.TagClassName
{
border-color: #249897;
}
</style>