Shades of Java #24888A
Tints of Java #24888A
RGB
CMYK
RGB Variations
Color information
#24888A (or 0x24888A) is known color: Java. HEX triplet: 24, 88 and 8A. RGB value is (36,136,138). Sum of RGB (Red+Green+Blue) = 36+136+138=310 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.61% from 310); Green value is 136 (53.52% from 255 or 43.87% from 310); Blue value is 138 (54.30% from 255 or 44.52% from 310); Max value from RGB is 138 - color contains mainly: blue. Hex color #24888A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24888A is #DB7775. Grayscale: #6A6A6A. Windows color (decimal): -14382966 or 9078820. OLE color: 9078820.
HSL color Cylindrical-coordinate representation of color #24888A: hue angle of 181.18º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24888A is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 36 | 136 | 138 | - |
| CMYK | 0.74 | 0.01 | 0 | 0.46 |
| HSL | 181.18º | 0.59% | 0.34% | - |
| HSV(B) | 181.18º | 0.74% | 0.54% | - |
| XYZ | 14.12 | 19.82 | 27.13 | - |
| YUV | 106.33 | 145.87 | 77.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 136 | 138 | 0.74 | 0.01 | 0 | 0.46 | 181.18 | 0.59 | 0.34 |
| Hex | 24 | 88 | 8A | 4A | 1 | 0 | 2E | B5 | 3B | 22 |
| Octal | 44 | 210 | 212 | 112 | 1 | 0 | 56 | 265 | 73 | 42 |
| Binary | 100100 | 10001000 | 10001010 | 1001010 | 1 | 0 | 101110 | 10110101 | 111011 | 100010 |
Color Harmonies of #24888A
Complementary color
Monochromatic Colors of #24888A
Black with #24888A
Text Example
Text Example
White with #24888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24888A; }
p { color: rgb(36,136,138); }
H1.HeaderClassName
{
color: #24888A;
}
.AnyTagClassName
{
color: #24888A;
}
</style>
background-color css
<style>
a { background-color: #24888A; }
a { background-color: rgb(36,136,138); }
div.DivClassName
{
background-color: #24888A;
}
.BgClassName
{
background-color: #24888A;
}
</style>
border-color css
<style>
span { border-color: #24888A; }
span { border-color: rgb(36,136,138); }
td.TdClassName
{
border-color: #24888A;
}
.TagClassName
{
border-color: #24888A;
}
</style>