Shades of Java #248C89
Tints of Java #248C89
RGB
CMYK
RGB Variations
Color information
#248C89 (or 0x248C89) is known color: Java. HEX triplet: 24, 8C and 89. RGB value is (36,140,137). Sum of RGB (Red+Green+Blue) = 36+140+137=313 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.50% from 313); Green value is 140 (55.08% from 255 or 44.73% from 313); Blue value is 137 (53.91% from 255 or 43.77% from 313); Max value from RGB is 140 - color contains mainly: green. Hex color #248C89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248C89 is #DB7376. Grayscale: #6C6C6C. Windows color (decimal): -14381943 or 9014308. OLE color: 9014308.
HSL color Cylindrical-coordinate representation of color #248C89: hue angle of 178.27º 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 #248C89 is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 140 | 137 | - |
| CMYK | 0.74 | 0 | 0.02 | 0.45 |
| HSL | 178.27º | 0.59% | 0.35% | - |
| HSV(B) | 178.27º | 0.74% | 0.55% | - |
| XYZ | 14.62 | 20.94 | 26.94 | - |
| YUV | 108.56 | 144.04 | 76.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 140 | 137 | 0.74 | 0 | 0.02 | 0.45 | 178.27 | 0.59 | 0.35 |
| Hex | 24 | 8C | 89 | 4A | 0 | 2 | 2D | B2 | 3B | 23 |
| Octal | 44 | 214 | 211 | 112 | 0 | 2 | 55 | 262 | 73 | 43 |
| Binary | 100100 | 10001100 | 10001001 | 1001010 | 0 | 10 | 101101 | 10110010 | 111011 | 100011 |
Color Harmonies of #248C89
Complementary color
Monochromatic Colors of #248C89
Black with #248C89
Text Example
Text Example
White with #248C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248C89; }
p { color: rgb(36,140,137); }
H1.HeaderClassName
{
color: #248C89;
}
.AnyTagClassName
{
color: #248C89;
}
</style>
background-color css
<style>
a { background-color: #248C89; }
a { background-color: rgb(36,140,137); }
div.DivClassName
{
background-color: #248C89;
}
.BgClassName
{
background-color: #248C89;
}
</style>
border-color css
<style>
span { border-color: #248C89; }
span { border-color: rgb(36,140,137); }
td.TdClassName
{
border-color: #248C89;
}
.TagClassName
{
border-color: #248C89;
}
</style>