Shades of Java #248A89
Tints of Java #248A89
RGB
CMYK
RGB Variations
Color information
#248A89 (or 0x248A89) is known color: Java. HEX triplet: 24, 8A and 89. RGB value is (36,138,137). Sum of RGB (Red+Green+Blue) = 36+138+137=311 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.58% from 311); Green value is 138 (54.30% from 255 or 44.37% from 311); Blue value is 137 (53.91% from 255 or 44.05% from 311); Max value from RGB is 138 - color contains mainly: green. Hex color #248A89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248A89 is #DB7576. Grayscale: #6B6B6B. Windows color (decimal): -14382455 or 9013796. OLE color: 9013796.
HSL color Cylindrical-coordinate representation of color #248A89: hue angle of 179.41º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248A89 is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 138 | 137 | - |
| CMYK | 0.74 | 0 | 0.01 | 0.46 |
| HSL | 179.41º | 0.59% | 0.34% | - |
| HSV(B) | 179.41º | 0.74% | 0.54% | - |
| XYZ | 14.33 | 20.36 | 26.84 | - |
| YUV | 107.39 | 144.71 | 77.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 138 | 137 | 0.74 | 0 | 0.01 | 0.46 | 179.41 | 0.59 | 0.34 |
| Hex | 24 | 8A | 89 | 4A | 0 | 1 | 2E | B3 | 3B | 22 |
| Octal | 44 | 212 | 211 | 112 | 0 | 1 | 56 | 263 | 73 | 42 |
| Binary | 100100 | 10001010 | 10001001 | 1001010 | 0 | 1 | 101110 | 10110011 | 111011 | 100010 |
Color Harmonies of #248A89
Complementary color
Monochromatic Colors of #248A89
Black with #248A89
Text Example
Text Example
White with #248A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248A89; }
p { color: rgb(36,138,137); }
H1.HeaderClassName
{
color: #248A89;
}
.AnyTagClassName
{
color: #248A89;
}
</style>
background-color css
<style>
a { background-color: #248A89; }
a { background-color: rgb(36,138,137); }
div.DivClassName
{
background-color: #248A89;
}
.BgClassName
{
background-color: #248A89;
}
</style>
border-color css
<style>
span { border-color: #248A89; }
span { border-color: rgb(36,138,137); }
td.TdClassName
{
border-color: #248A89;
}
.TagClassName
{
border-color: #248A89;
}
</style>