Shades of Java #24948A
Tints of Java #24948A
RGB
CMYK
RGB Variations
Color information
#24948A (or 0x24948A) is known color: Java. HEX triplet: 24, 94 and 8A. RGB value is (36,148,138). Sum of RGB (Red+Green+Blue) = 36+148+138=322 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.18% from 322); Green value is 148 (58.20% from 255 or 45.96% from 322); Blue value is 138 (54.30% from 255 or 42.86% from 322); Max value from RGB is 148 - color contains mainly: green. Hex color #24948A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24948A is #DB6B75. Grayscale: #717171. Windows color (decimal): -14379894 or 9081892. OLE color: 9081892.
HSL color Cylindrical-coordinate representation of color #24948A: hue angle of 174.64º 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 #24948A is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 148 | 138 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.42 |
| HSL | 174.64º | 0.61% | 0.36% | - |
| HSV(B) | 174.64º | 0.76% | 0.58% | - |
| XYZ | 15.9 | 23.39 | 27.72 | - |
| YUV | 113.37 | 141.89 | 72.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 148 | 138 | 0.76 | 0 | 0.07 | 0.42 | 174.64 | 0.61 | 0.36 |
| Hex | 24 | 94 | 8A | 4C | 0 | 7 | 2A | AF | 3D | 24 |
| Octal | 44 | 224 | 212 | 114 | 0 | 7 | 52 | 257 | 75 | 44 |
| Binary | 100100 | 10010100 | 10001010 | 1001100 | 0 | 111 | 101010 | 10101111 | 111101 | 100100 |
Color Harmonies of #24948A
Complementary color
Monochromatic Colors of #24948A
Black with #24948A
Text Example
Text Example
White with #24948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24948A; }
p { color: rgb(36,148,138); }
H1.HeaderClassName
{
color: #24948A;
}
.AnyTagClassName
{
color: #24948A;
}
</style>
background-color css
<style>
a { background-color: #24948A; }
a { background-color: rgb(36,148,138); }
div.DivClassName
{
background-color: #24948A;
}
.BgClassName
{
background-color: #24948A;
}
</style>
border-color css
<style>
span { border-color: #24948A; }
span { border-color: rgb(36,148,138); }
td.TdClassName
{
border-color: #24948A;
}
.TagClassName
{
border-color: #24948A;
}
</style>