Shades of Java #249797
Tints of Java #249797
RGB
CMYK
RGB Variations
Color information
#249797 (or 0x249797) is known color: Java. HEX triplet: 24, 97 and 97. RGB value is (36,151,151). Sum of RGB (Red+Green+Blue) = 36+151+151=338 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.65% from 338); Green value is 151 (59.38% from 255 or 44.67% from 338); Blue value is 151 (59.38% from 255 or 44.67% from 338); Max value from RGB is 151 - color contains mainly: green, blue. Hex color #249797 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #249797 is #DB6868. Grayscale: #747474. Windows color (decimal): -14379113 or 9934628. OLE color: 9934628.
HSL color Cylindrical-coordinate representation of color #249797: hue angle of 180º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #249797 is Cyan = 0.76, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 36 | 151 | 151 | - |
| CMYK | 0.76 | 0 | 0 | 0.41 |
| HSL | 180º | 0.61% | 0.37% | - |
| HSV(B) | 180º | 0.76% | 0.59% | - |
| XYZ | 17.38 | 24.74 | 33.14 | - |
| YUV | 116.62 | 147.4 | 70.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 151 | 151 | 0.76 | 0 | 0 | 0.41 | 180 | 0.61 | 0.37 |
| Hex | 24 | 97 | 97 | 4C | 0 | 0 | 29 | B4 | 3D | 25 |
| Octal | 44 | 227 | 227 | 114 | 0 | 0 | 51 | 264 | 75 | 45 |
| Binary | 100100 | 10010111 | 10010111 | 1001100 | 0 | 0 | 101001 | 10110100 | 111101 | 100101 |
Color Harmonies of #249797
Complementary color
Monochromatic Colors of #249797
Black with #249797
Text Example
Text Example
White with #249797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #249797; }
p { color: rgb(36,151,151); }
H1.HeaderClassName
{
color: #249797;
}
.AnyTagClassName
{
color: #249797;
}
</style>
background-color css
<style>
a { background-color: #249797; }
a { background-color: rgb(36,151,151); }
div.DivClassName
{
background-color: #249797;
}
.BgClassName
{
background-color: #249797;
}
</style>
border-color css
<style>
span { border-color: #249797; }
span { border-color: rgb(36,151,151); }
td.TdClassName
{
border-color: #249797;
}
.TagClassName
{
border-color: #249797;
}
</style>