Shades of Java #248D8D
Tints of Java #248D8D
RGB
CMYK
RGB Variations
Color information
#248D8D (or 0x248D8D) is known color: Java. HEX triplet: 24, 8D and 8D. RGB value is (36,141,141). Sum of RGB (Red+Green+Blue) = 36+141+141=318 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.32% from 318); Green value is 141 (55.47% from 255 or 44.34% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 141 - color contains mainly: green, blue. Hex color #248D8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248D8D is #DB7272. Grayscale: #6D6D6D. Windows color (decimal): -14381683 or 9276708. OLE color: 9276708.
HSL color Cylindrical-coordinate representation of color #248D8D: hue angle of 180º 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 #248D8D is Cyan = 0.74, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 141 | 141 | - |
| CMYK | 0.74 | 0 | 0 | 0.45 |
| HSL | 180º | 0.59% | 0.35% | - |
| HSV(B) | 180º | 0.74% | 0.55% | - |
| XYZ | 15.06 | 21.35 | 28.53 | - |
| YUV | 109.61 | 145.71 | 75.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 141 | 141 | 0.74 | 0 | 0 | 0.45 | 180 | 0.59 | 0.35 |
| Hex | 24 | 8D | 8D | 4A | 0 | 0 | 2D | B4 | 3B | 23 |
| Octal | 44 | 215 | 215 | 112 | 0 | 0 | 55 | 264 | 73 | 43 |
| Binary | 100100 | 10001101 | 10001101 | 1001010 | 0 | 0 | 101101 | 10110100 | 111011 | 100011 |
Color Harmonies of #248D8D
Complementary color
Monochromatic Colors of #248D8D
Black with #248D8D
Text Example
Text Example
White with #248D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248D8D; }
p { color: rgb(36,141,141); }
H1.HeaderClassName
{
color: #248D8D;
}
.AnyTagClassName
{
color: #248D8D;
}
</style>
background-color css
<style>
a { background-color: #248D8D; }
a { background-color: rgb(36,141,141); }
div.DivClassName
{
background-color: #248D8D;
}
.BgClassName
{
background-color: #248D8D;
}
</style>
border-color css
<style>
span { border-color: #248D8D; }
span { border-color: rgb(36,141,141); }
td.TdClassName
{
border-color: #248D8D;
}
.TagClassName
{
border-color: #248D8D;
}
</style>