Shades of Java #248D89
Tints of Java #248D89
RGB
CMYK
RGB Variations
Color information
#248D89 (or 0x248D89) is known color: Java. HEX triplet: 24, 8D and 89. RGB value is (36,141,137). Sum of RGB (Red+Green+Blue) = 36+141+137=314 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.46% from 314); Green value is 141 (55.47% from 255 or 44.90% from 314); Blue value is 137 (53.91% from 255 or 43.63% from 314); Max value from RGB is 141 - color contains mainly: green. Hex color #248D89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248D89 is #DB7276. Grayscale: #6D6D6D. Windows color (decimal): -14381687 or 9014564. OLE color: 9014564.
HSL color Cylindrical-coordinate representation of color #248D89: hue angle of 177.71º 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 #248D89 is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 141 | 137 | - |
| CMYK | 0.74 | 0 | 0.03 | 0.45 |
| HSL | 177.71º | 0.59% | 0.35% | - |
| HSV(B) | 177.71º | 0.74% | 0.55% | - |
| XYZ | 14.77 | 21.23 | 26.99 | - |
| YUV | 109.15 | 143.71 | 75.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 141 | 137 | 0.74 | 0 | 0.03 | 0.45 | 177.71 | 0.59 | 0.35 |
| Hex | 24 | 8D | 89 | 4A | 0 | 3 | 2D | B2 | 3B | 23 |
| Octal | 44 | 215 | 211 | 112 | 0 | 3 | 55 | 262 | 73 | 43 |
| Binary | 100100 | 10001101 | 10001001 | 1001010 | 0 | 11 | 101101 | 10110010 | 111011 | 100011 |
Color Harmonies of #248D89
Complementary color
Monochromatic Colors of #248D89
Black with #248D89
Text Example
Text Example
White with #248D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248D89; }
p { color: rgb(36,141,137); }
H1.HeaderClassName
{
color: #248D89;
}
.AnyTagClassName
{
color: #248D89;
}
</style>
background-color css
<style>
a { background-color: #248D89; }
a { background-color: rgb(36,141,137); }
div.DivClassName
{
background-color: #248D89;
}
.BgClassName
{
background-color: #248D89;
}
</style>
border-color css
<style>
span { border-color: #248D89; }
span { border-color: rgb(36,141,137); }
td.TdClassName
{
border-color: #248D89;
}
.TagClassName
{
border-color: #248D89;
}
</style>