Shades of Java #248E88
Tints of Java #248E88
RGB
CMYK
RGB Variations
Color information
#248E88 (or 0x248E88) is known color: Java. HEX triplet: 24, 8E and 88. RGB value is (36,142,136). Sum of RGB (Red+Green+Blue) = 36+142+136=314 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.46% from 314); Green value is 142 (55.86% from 255 or 45.22% from 314); Blue value is 136 (53.52% from 255 or 43.31% from 314); Max value from RGB is 142 - color contains mainly: green. Hex color #248E88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248E88 is #DB7177. Grayscale: #6D6D6D. Windows color (decimal): -14381432 or 8949284. OLE color: 8949284.
HSL color Cylindrical-coordinate representation of color #248E88: hue angle of 176.6º 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 #248E88 is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 142 | 136 | - |
| CMYK | 0.75 | 0 | 0.04 | 0.44 |
| HSL | 176.6º | 0.6% | 0.35% | - |
| HSV(B) | 176.6º | 0.75% | 0.56% | - |
| XYZ | 14.84 | 21.5 | 26.66 | - |
| YUV | 109.62 | 142.88 | 75.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 142 | 136 | 0.75 | 0 | 0.04 | 0.44 | 176.6 | 0.6 | 0.35 |
| Hex | 24 | 8E | 88 | 4B | 0 | 4 | 2C | B1 | 3C | 23 |
| Octal | 44 | 216 | 210 | 113 | 0 | 4 | 54 | 261 | 74 | 43 |
| Binary | 100100 | 10001110 | 10001000 | 1001011 | 0 | 100 | 101100 | 10110001 | 111100 | 100011 |
Color Harmonies of #248E88
Complementary color
Monochromatic Colors of #248E88
Black with #248E88
Text Example
Text Example
White with #248E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248E88; }
p { color: rgb(36,142,136); }
H1.HeaderClassName
{
color: #248E88;
}
.AnyTagClassName
{
color: #248E88;
}
</style>
background-color css
<style>
a { background-color: #248E88; }
a { background-color: rgb(36,142,136); }
div.DivClassName
{
background-color: #248E88;
}
.BgClassName
{
background-color: #248E88;
}
</style>
border-color css
<style>
span { border-color: #248E88; }
span { border-color: rgb(36,142,136); }
td.TdClassName
{
border-color: #248E88;
}
.TagClassName
{
border-color: #248E88;
}
</style>