Shades of Java #248C95
Tints of Java #248C95
RGB
CMYK
RGB Variations
Color information
#248C95 (or 0x248C95) is known color: Java. HEX triplet: 24, 8C and 95. RGB value is (36,140,149). Sum of RGB (Red+Green+Blue) = 36+140+149=325 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.08% from 325); Green value is 140 (55.08% from 255 or 43.08% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 149 - color contains mainly: blue. Hex color #248C95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248C95 is #DB736A. Grayscale: #6D6D6D. Windows color (decimal): -14381931 or 9800740. OLE color: 9800740.
HSL color Cylindrical-coordinate representation of color #248C95: hue angle of 184.78º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #248C95 is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 140 | 149 | - |
| CMYK | 0.76 | 0.06 | 0 | 0.42 |
| HSL | 184.78º | 0.61% | 0.36% | - |
| HSV(B) | 184.78º | 0.76% | 0.58% | - |
| XYZ | 15.53 | 21.3 | 31.73 | - |
| YUV | 109.93 | 150.04 | 75.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 140 | 149 | 0.76 | 0.06 | 0 | 0.42 | 184.78 | 0.61 | 0.36 |
| Hex | 24 | 8C | 95 | 4C | 6 | 0 | 2A | B9 | 3D | 24 |
| Octal | 44 | 214 | 225 | 114 | 6 | 0 | 52 | 271 | 75 | 44 |
| Binary | 100100 | 10001100 | 10010101 | 1001100 | 110 | 0 | 101010 | 10111001 | 111101 | 100100 |
Color Harmonies of #248C95
Complementary color
Monochromatic Colors of #248C95
Black with #248C95
Text Example
Text Example
White with #248C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248C95; }
p { color: rgb(36,140,149); }
H1.HeaderClassName
{
color: #248C95;
}
.AnyTagClassName
{
color: #248C95;
}
</style>
background-color css
<style>
a { background-color: #248C95; }
a { background-color: rgb(36,140,149); }
div.DivClassName
{
background-color: #248C95;
}
.BgClassName
{
background-color: #248C95;
}
</style>
border-color css
<style>
span { border-color: #248C95; }
span { border-color: rgb(36,140,149); }
td.TdClassName
{
border-color: #248C95;
}
.TagClassName
{
border-color: #248C95;
}
</style>