Shades of Java #248D8E
Tints of Java #248D8E
RGB
CMYK
RGB Variations
Color information
#248D8E (or 0x248D8E) is known color: Java. HEX triplet: 24, 8D and 8E. RGB value is (36,141,142). Sum of RGB (Red+Green+Blue) = 36+141+142=319 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.29% from 319); Green value is 141 (55.47% from 255 or 44.20% from 319); Blue value is 142 (55.86% from 255 or 44.51% from 319); Max value from RGB is 142 - color contains mainly: blue. Hex color #248D8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248D8E is #DB7271. Grayscale: #6D6D6D. Windows color (decimal): -14381682 or 9342244. OLE color: 9342244.
HSL color Cylindrical-coordinate representation of color #248D8E: hue angle of 180.57º 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 #248D8E is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 141 | 142 | - |
| CMYK | 0.75 | 0.01 | 0 | 0.44 |
| HSL | 180.57º | 0.6% | 0.35% | - |
| HSV(B) | 180.57º | 0.75% | 0.56% | - |
| XYZ | 15.13 | 21.38 | 28.92 | - |
| YUV | 109.72 | 146.21 | 75.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 141 | 142 | 0.75 | 0.01 | 0 | 0.44 | 180.57 | 0.6 | 0.35 |
| Hex | 24 | 8D | 8E | 4B | 1 | 0 | 2C | B5 | 3C | 23 |
| Octal | 44 | 215 | 216 | 113 | 1 | 0 | 54 | 265 | 74 | 43 |
| Binary | 100100 | 10001101 | 10001110 | 1001011 | 1 | 0 | 101100 | 10110101 | 111100 | 100011 |
Color Harmonies of #248D8E
Complementary color
Monochromatic Colors of #248D8E
Black with #248D8E
Text Example
Text Example
White with #248D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248D8E; }
p { color: rgb(36,141,142); }
H1.HeaderClassName
{
color: #248D8E;
}
.AnyTagClassName
{
color: #248D8E;
}
</style>
background-color css
<style>
a { background-color: #248D8E; }
a { background-color: rgb(36,141,142); }
div.DivClassName
{
background-color: #248D8E;
}
.BgClassName
{
background-color: #248D8E;
}
</style>
border-color css
<style>
span { border-color: #248D8E; }
span { border-color: rgb(36,141,142); }
td.TdClassName
{
border-color: #248D8E;
}
.TagClassName
{
border-color: #248D8E;
}
</style>