Shades of Java #248C87
Tints of Java #248C87
RGB
CMYK
RGB Variations
Color information
#248C87 (or 0x248C87) is known color: Java. HEX triplet: 24, 8C and 87. RGB value is (36,140,135). Sum of RGB (Red+Green+Blue) = 36+140+135=311 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.58% from 311); Green value is 140 (55.08% from 255 or 45.02% from 311); Blue value is 135 (53.12% from 255 or 43.41% from 311); Max value from RGB is 140 - color contains mainly: green. Hex color #248C87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248C87 is #DB7378. Grayscale: #6C6C6C. Windows color (decimal): -14381945 or 8883236. OLE color: 8883236.
HSL color Cylindrical-coordinate representation of color #248C87: hue angle of 177.12º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248C87 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 140 | 135 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.45 |
| HSL | 177.12º | 0.59% | 0.35% | - |
| HSV(B) | 177.12º | 0.74% | 0.55% | - |
| XYZ | 14.48 | 20.88 | 26.19 | - |
| YUV | 108.33 | 143.04 | 76.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 140 | 135 | 0.74 | 0 | 0.04 | 0.45 | 177.12 | 0.59 | 0.35 |
| Hex | 24 | 8C | 87 | 4A | 0 | 4 | 2D | B1 | 3B | 23 |
| Octal | 44 | 214 | 207 | 112 | 0 | 4 | 55 | 261 | 73 | 43 |
| Binary | 100100 | 10001100 | 10000111 | 1001010 | 0 | 100 | 101101 | 10110001 | 111011 | 100011 |
Color Harmonies of #248C87
Complementary color
Monochromatic Colors of #248C87
Black with #248C87
Text Example
Text Example
White with #248C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248C87; }
p { color: rgb(36,140,135); }
H1.HeaderClassName
{
color: #248C87;
}
.AnyTagClassName
{
color: #248C87;
}
</style>
background-color css
<style>
a { background-color: #248C87; }
a { background-color: rgb(36,140,135); }
div.DivClassName
{
background-color: #248C87;
}
.BgClassName
{
background-color: #248C87;
}
</style>
border-color css
<style>
span { border-color: #248C87; }
span { border-color: rgb(36,140,135); }
td.TdClassName
{
border-color: #248C87;
}
.TagClassName
{
border-color: #248C87;
}
</style>