Shades of Java #248D92
Tints of Java #248D92
RGB
CMYK
RGB Variations
Color information
#248D92 (or 0x248D92) is known color: Java. HEX triplet: 24, 8D and 92. RGB value is (36,141,146). Sum of RGB (Red+Green+Blue) = 36+141+146=323 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.15% from 323); Green value is 141 (55.47% from 255 or 43.65% from 323); Blue value is 146 (57.42% from 255 or 45.20% from 323); Max value from RGB is 146 - color contains mainly: blue. Hex color #248D92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248D92 is #DB726D. Grayscale: #6E6E6E. Windows color (decimal): -14381678 or 9604388. OLE color: 9604388.
HSL color Cylindrical-coordinate representation of color #248D92: hue angle of 182.73º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #248D92 is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 141 | 146 | - |
| CMYK | 0.75 | 0.03 | 0 | 0.43 |
| HSL | 182.73º | 0.6% | 0.36% | - |
| HSV(B) | 182.73º | 0.75% | 0.57% | - |
| XYZ | 15.44 | 21.5 | 30.53 | - |
| YUV | 110.18 | 148.21 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 141 | 146 | 0.75 | 0.03 | 0 | 0.43 | 182.73 | 0.6 | 0.36 |
| Hex | 24 | 8D | 92 | 4B | 3 | 0 | 2B | B7 | 3C | 24 |
| Octal | 44 | 215 | 222 | 113 | 3 | 0 | 53 | 267 | 74 | 44 |
| Binary | 100100 | 10001101 | 10010010 | 1001011 | 11 | 0 | 101011 | 10110111 | 111100 | 100100 |
Color Harmonies of #248D92
Complementary color
Monochromatic Colors of #248D92
Black with #248D92
Text Example
Text Example
White with #248D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248D92; }
p { color: rgb(36,141,146); }
H1.HeaderClassName
{
color: #248D92;
}
.AnyTagClassName
{
color: #248D92;
}
</style>
background-color css
<style>
a { background-color: #248D92; }
a { background-color: rgb(36,141,146); }
div.DivClassName
{
background-color: #248D92;
}
.BgClassName
{
background-color: #248D92;
}
</style>
border-color css
<style>
span { border-color: #248D92; }
span { border-color: rgb(36,141,146); }
td.TdClassName
{
border-color: #248D92;
}
.TagClassName
{
border-color: #248D92;
}
</style>