Shades of Java #248E85
Tints of Java #248E85
RGB
CMYK
RGB Variations
Color information
#248E85 (or 0x248E85) is known color: Java. HEX triplet: 24, 8E and 85. RGB value is (36,142,133). Sum of RGB (Red+Green+Blue) = 36+142+133=311 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.58% from 311); Green value is 142 (55.86% from 255 or 45.66% from 311); Blue value is 133 (52.34% from 255 or 42.77% from 311); Max value from RGB is 142 - color contains mainly: green. Hex color #248E85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248E85 is #DB717A. Grayscale: #6D6D6D. Windows color (decimal): -14381435 or 8752676. OLE color: 8752676.
HSL color Cylindrical-coordinate representation of color #248E85: hue angle of 174.91º 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 #248E85 is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 142 | 133 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.44 |
| HSL | 174.91º | 0.6% | 0.35% | - |
| HSV(B) | 174.91º | 0.75% | 0.56% | - |
| XYZ | 14.63 | 21.41 | 25.55 | - |
| YUV | 109.28 | 141.38 | 75.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 142 | 133 | 0.75 | 0 | 0.06 | 0.44 | 174.91 | 0.6 | 0.35 |
| Hex | 24 | 8E | 85 | 4B | 0 | 6 | 2C | AF | 3C | 23 |
| Octal | 44 | 216 | 205 | 113 | 0 | 6 | 54 | 257 | 74 | 43 |
| Binary | 100100 | 10001110 | 10000101 | 1001011 | 0 | 110 | 101100 | 10101111 | 111100 | 100011 |
Color Harmonies of #248E85
Complementary color
Monochromatic Colors of #248E85
Black with #248E85
Text Example
Text Example
White with #248E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248E85; }
p { color: rgb(36,142,133); }
H1.HeaderClassName
{
color: #248E85;
}
.AnyTagClassName
{
color: #248E85;
}
</style>
background-color css
<style>
a { background-color: #248E85; }
a { background-color: rgb(36,142,133); }
div.DivClassName
{
background-color: #248E85;
}
.BgClassName
{
background-color: #248E85;
}
</style>
border-color css
<style>
span { border-color: #248E85; }
span { border-color: rgb(36,142,133); }
td.TdClassName
{
border-color: #248E85;
}
.TagClassName
{
border-color: #248E85;
}
</style>