Shades of Java #248D98
Tints of Java #248D98
RGB
CMYK
RGB Variations
Color information
#248D98 (or 0x248D98) is known color: Java. HEX triplet: 24, 8D and 98. RGB value is (36,141,152). Sum of RGB (Red+Green+Blue) = 36+141+152=329 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.94% from 329); Green value is 141 (55.47% from 255 or 42.86% from 329); Blue value is 152 (59.77% from 255 or 46.20% from 329); Max value from RGB is 152 - color contains mainly: blue. Hex color #248D98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248D98 is #DB7267. Grayscale: #6E6E6E. Windows color (decimal): -14381672 or 9997604. OLE color: 9997604.
HSL color Cylindrical-coordinate representation of color #248D98: hue angle of 185.69º 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 #248D98 is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 36 | 141 | 152 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.40 |
| HSL | 185.69º | 0.62% | 0.37% | - |
| HSV(B) | 185.69º | 0.76% | 0.6% | - |
| XYZ | 15.92 | 21.69 | 33.05 | - |
| YUV | 110.86 | 151.21 | 74.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 141 | 152 | 0.76 | 0.07 | 0 | 0.40 | 185.69 | 0.62 | 0.37 |
| Hex | 24 | 8D | 98 | 4C | 7 | 0 | 28 | BA | 3E | 25 |
| Octal | 44 | 215 | 230 | 114 | 7 | 0 | 50 | 272 | 76 | 45 |
| Binary | 100100 | 10001101 | 10011000 | 1001100 | 111 | 0 | 101000 | 10111010 | 111110 | 100101 |
Color Harmonies of #248D98
Complementary color
Monochromatic Colors of #248D98
Black with #248D98
Text Example
Text Example
White with #248D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248D98; }
p { color: rgb(36,141,152); }
H1.HeaderClassName
{
color: #248D98;
}
.AnyTagClassName
{
color: #248D98;
}
</style>
background-color css
<style>
a { background-color: #248D98; }
a { background-color: rgb(36,141,152); }
div.DivClassName
{
background-color: #248D98;
}
.BgClassName
{
background-color: #248D98;
}
</style>
border-color css
<style>
span { border-color: #248D98; }
span { border-color: rgb(36,141,152); }
td.TdClassName
{
border-color: #248D98;
}
.TagClassName
{
border-color: #248D98;
}
</style>