Shades of Java #248F87
Tints of Java #248F87
RGB
CMYK
RGB Variations
Color information
#248F87 (or 0x248F87) is known color: Java. HEX triplet: 24, 8F and 87. RGB value is (36,143,135). Sum of RGB (Red+Green+Blue) = 36+143+135=314 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.46% from 314); Green value is 143 (56.25% from 255 or 45.54% from 314); Blue value is 135 (53.12% from 255 or 42.99% from 314); Max value from RGB is 143 - color contains mainly: green. Hex color #248F87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248F87 is #DB7078. Grayscale: #6E6E6E. Windows color (decimal): -14381177 or 8884004. OLE color: 8884004.
HSL color Cylindrical-coordinate representation of color #248F87: hue angle of 175.51º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #248F87 is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 143 | 135 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.44 |
| HSL | 175.51º | 0.6% | 0.35% | - |
| HSV(B) | 175.51º | 0.75% | 0.56% | - |
| XYZ | 14.92 | 21.77 | 26.34 | - |
| YUV | 110.1 | 142.05 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 143 | 135 | 0.75 | 0 | 0.06 | 0.44 | 175.51 | 0.6 | 0.35 |
| Hex | 24 | 8F | 87 | 4B | 0 | 6 | 2C | B0 | 3C | 23 |
| Octal | 44 | 217 | 207 | 113 | 0 | 6 | 54 | 260 | 74 | 43 |
| Binary | 100100 | 10001111 | 10000111 | 1001011 | 0 | 110 | 101100 | 10110000 | 111100 | 100011 |
Color Harmonies of #248F87
Complementary color
Monochromatic Colors of #248F87
Black with #248F87
Text Example
Text Example
White with #248F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248F87; }
p { color: rgb(36,143,135); }
H1.HeaderClassName
{
color: #248F87;
}
.AnyTagClassName
{
color: #248F87;
}
</style>
background-color css
<style>
a { background-color: #248F87; }
a { background-color: rgb(36,143,135); }
div.DivClassName
{
background-color: #248F87;
}
.BgClassName
{
background-color: #248F87;
}
</style>
border-color css
<style>
span { border-color: #248F87; }
span { border-color: rgb(36,143,135); }
td.TdClassName
{
border-color: #248F87;
}
.TagClassName
{
border-color: #248F87;
}
</style>