Shades of Java #248F90
Tints of Java #248F90
RGB
CMYK
RGB Variations
Color information
#248F90 (or 0x248F90) is known color: Java. HEX triplet: 24, 8F and 90. RGB value is (36,143,144). Sum of RGB (Red+Green+Blue) = 36+143+144=323 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.15% from 323); Green value is 143 (56.25% from 255 or 44.27% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 144 - color contains mainly: blue. Hex color #248F90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248F90 is #DB706F. Grayscale: #6F6F6F. Windows color (decimal): -14381168 or 9473828. OLE color: 9473828.
HSL color Cylindrical-coordinate representation of color #248F90: hue angle of 180.56º 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 #248F90 is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 143 | 144 | - |
| CMYK | 0.75 | 0.01 | 0 | 0.44 |
| HSL | 180.56º | 0.6% | 0.35% | - |
| HSV(B) | 180.56º | 0.75% | 0.56% | - |
| XYZ | 15.58 | 22.03 | 29.82 | - |
| YUV | 111.12 | 146.55 | 74.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 143 | 144 | 0.75 | 0.01 | 0 | 0.44 | 180.56 | 0.6 | 0.35 |
| Hex | 24 | 8F | 90 | 4B | 1 | 0 | 2C | B5 | 3C | 23 |
| Octal | 44 | 217 | 220 | 113 | 1 | 0 | 54 | 265 | 74 | 43 |
| Binary | 100100 | 10001111 | 10010000 | 1001011 | 1 | 0 | 101100 | 10110101 | 111100 | 100011 |
Color Harmonies of #248F90
Complementary color
Monochromatic Colors of #248F90
Black with #248F90
Text Example
Text Example
White with #248F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248F90; }
p { color: rgb(36,143,144); }
H1.HeaderClassName
{
color: #248F90;
}
.AnyTagClassName
{
color: #248F90;
}
</style>
background-color css
<style>
a { background-color: #248F90; }
a { background-color: rgb(36,143,144); }
div.DivClassName
{
background-color: #248F90;
}
.BgClassName
{
background-color: #248F90;
}
</style>
border-color css
<style>
span { border-color: #248F90; }
span { border-color: rgb(36,143,144); }
td.TdClassName
{
border-color: #248F90;
}
.TagClassName
{
border-color: #248F90;
}
</style>