Shades of Java #248E93
Tints of Java #248E93
RGB
CMYK
RGB Variations
Color information
#248E93 (or 0x248E93) is known color: Java. HEX triplet: 24, 8E and 93. RGB value is (36,142,147). Sum of RGB (Red+Green+Blue) = 36+142+147=325 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.08% from 325); Green value is 142 (55.86% from 255 or 43.69% from 325); Blue value is 147 (57.81% from 255 or 45.23% from 325); Max value from RGB is 147 - color contains mainly: blue. Hex color #248E93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248E93 is #DB716C. Grayscale: #6E6E6E. Windows color (decimal): -14381421 or 9670180. OLE color: 9670180.
HSL color Cylindrical-coordinate representation of color #248E93: hue angle of 182.7º 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 #248E93 is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 142 | 147 | - |
| CMYK | 0.76 | 0.03 | 0 | 0.42 |
| HSL | 182.7º | 0.61% | 0.36% | - |
| HSV(B) | 182.7º | 0.76% | 0.58% | - |
| XYZ | 15.67 | 21.83 | 30.99 | - |
| YUV | 110.88 | 148.38 | 74.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 142 | 147 | 0.76 | 0.03 | 0 | 0.42 | 182.7 | 0.61 | 0.36 |
| Hex | 24 | 8E | 93 | 4C | 3 | 0 | 2A | B7 | 3D | 24 |
| Octal | 44 | 216 | 223 | 114 | 3 | 0 | 52 | 267 | 75 | 44 |
| Binary | 100100 | 10001110 | 10010011 | 1001100 | 11 | 0 | 101010 | 10110111 | 111101 | 100100 |
Color Harmonies of #248E93
Complementary color
Monochromatic Colors of #248E93
Black with #248E93
Text Example
Text Example
White with #248E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248E93; }
p { color: rgb(36,142,147); }
H1.HeaderClassName
{
color: #248E93;
}
.AnyTagClassName
{
color: #248E93;
}
</style>
background-color css
<style>
a { background-color: #248E93; }
a { background-color: rgb(36,142,147); }
div.DivClassName
{
background-color: #248E93;
}
.BgClassName
{
background-color: #248E93;
}
</style>
border-color css
<style>
span { border-color: #248E93; }
span { border-color: rgb(36,142,147); }
td.TdClassName
{
border-color: #248E93;
}
.TagClassName
{
border-color: #248E93;
}
</style>