Shades of Java #248C98
Tints of Java #248C98
RGB
CMYK
RGB Variations
Color information
#248C98 (or 0x248C98) is known color: Java. HEX triplet: 24, 8C and 98. RGB value is (36,140,152). Sum of RGB (Red+Green+Blue) = 36+140+152=328 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.98% from 328); Green value is 140 (55.08% from 255 or 42.68% from 328); Blue value is 152 (59.77% from 255 or 46.34% from 328); Max value from RGB is 152 - color contains mainly: blue. Hex color #248C98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248C98 is #DB7367. Grayscale: #6E6E6E. Windows color (decimal): -14381928 or 9997348. OLE color: 9997348.
HSL color Cylindrical-coordinate representation of color #248C98: hue angle of 186.21º 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 #248C98 is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 36 | 140 | 152 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.40 |
| HSL | 186.21º | 0.62% | 0.37% | - |
| HSV(B) | 186.21º | 0.76% | 0.6% | - |
| XYZ | 15.77 | 21.4 | 33 | - |
| YUV | 110.27 | 151.54 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 140 | 152 | 0.76 | 0.08 | 0 | 0.40 | 186.21 | 0.62 | 0.37 |
| Hex | 24 | 8C | 98 | 4C | 8 | 0 | 28 | BA | 3E | 25 |
| Octal | 44 | 214 | 230 | 114 | 10 | 0 | 50 | 272 | 76 | 45 |
| Binary | 100100 | 10001100 | 10011000 | 1001100 | 1000 | 0 | 101000 | 10111010 | 111110 | 100101 |
Color Harmonies of #248C98
Complementary color
Monochromatic Colors of #248C98
Black with #248C98
Text Example
Text Example
White with #248C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248C98; }
p { color: rgb(36,140,152); }
H1.HeaderClassName
{
color: #248C98;
}
.AnyTagClassName
{
color: #248C98;
}
</style>
background-color css
<style>
a { background-color: #248C98; }
a { background-color: rgb(36,140,152); }
div.DivClassName
{
background-color: #248C98;
}
.BgClassName
{
background-color: #248C98;
}
</style>
border-color css
<style>
span { border-color: #248C98; }
span { border-color: rgb(36,140,152); }
td.TdClassName
{
border-color: #248C98;
}
.TagClassName
{
border-color: #248C98;
}
</style>