Shades of Java #24999C
Tints of Java #24999C
RGB
CMYK
RGB Variations
Color information
#24999C (or 0x24999C) is known color: Java. HEX triplet: 24, 99 and 9C. RGB value is (36,153,156). Sum of RGB (Red+Green+Blue) = 36+153+156=345 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.43% from 345); Green value is 153 (60.16% from 255 or 44.35% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 156 - color contains mainly: blue. Hex color #24999C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24999C is #DB6663. Grayscale: #767676. Windows color (decimal): -14378596 or 10262820. OLE color: 10262820.
HSL color Cylindrical-coordinate representation of color #24999C: hue angle of 181.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24999C is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 153 | 156 | - |
| CMYK | 0.77 | 0.02 | 0 | 0.39 |
| HSL | 181.5º | 0.63% | 0.38% | - |
| HSV(B) | 181.5º | 0.77% | 0.61% | - |
| XYZ | 18.12 | 25.56 | 35.43 | - |
| YUV | 118.36 | 149.24 | 69.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 153 | 156 | 0.77 | 0.02 | 0 | 0.39 | 181.5 | 0.63 | 0.38 |
| Hex | 24 | 99 | 9C | 4D | 2 | 0 | 27 | B6 | 3E | 26 |
| Octal | 44 | 231 | 234 | 115 | 2 | 0 | 47 | 266 | 76 | 46 |
| Binary | 100100 | 10011001 | 10011100 | 1001101 | 10 | 0 | 100111 | 10110110 | 111110 | 100110 |
Color Harmonies of #24999C
Complementary color
Monochromatic Colors of #24999C
Black with #24999C
Text Example
Text Example
White with #24999C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24999C; }
p { color: rgb(36,153,156); }
H1.HeaderClassName
{
color: #24999C;
}
.AnyTagClassName
{
color: #24999C;
}
</style>
background-color css
<style>
a { background-color: #24999C; }
a { background-color: rgb(36,153,156); }
div.DivClassName
{
background-color: #24999C;
}
.BgClassName
{
background-color: #24999C;
}
</style>
border-color css
<style>
span { border-color: #24999C; }
span { border-color: rgb(36,153,156); }
td.TdClassName
{
border-color: #24999C;
}
.TagClassName
{
border-color: #24999C;
}
</style>