Shades of Java #24A39B
Tints of Java #24A39B
RGB
CMYK
RGB Variations
Color information
#24A39B (or 0x24A39B) is known color: Java. HEX triplet: 24, A3 and 9B. RGB value is (36,163,155). Sum of RGB (Red+Green+Blue) = 36+163+155=354 (46% of max value = 765). Red value is 36 (14.45% from 255 or 10.17% from 354); Green value is 163 (64.06% from 255 or 46.05% from 354); Blue value is 155 (60.94% from 255 or 43.79% from 354); Max value from RGB is 163 - color contains mainly: green. Hex color #24A39B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24A39B is #DB5C64. Grayscale: #7C7C7C. Windows color (decimal): -14376037 or 10199844. OLE color: 10199844.
HSL color Cylindrical-coordinate representation of color #24A39B: hue angle of 176.22º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #24A39B is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 36 | 163 | 155 | - |
| CMYK | 0.78 | 0 | 0.05 | 0.36 |
| HSL | 176.22º | 0.64% | 0.39% | - |
| HSV(B) | 176.22º | 0.78% | 0.64% | - |
| XYZ | 19.74 | 28.94 | 35.56 | - |
| YUV | 124.12 | 145.42 | 65.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 163 | 155 | 0.78 | 0 | 0.05 | 0.36 | 176.22 | 0.64 | 0.39 |
| Hex | 24 | A3 | 9B | 4E | 0 | 5 | 24 | B0 | 40 | 27 |
| Octal | 44 | 243 | 233 | 116 | 0 | 5 | 44 | 260 | 100 | 47 |
| Binary | 100100 | 10100011 | 10011011 | 1001110 | 0 | 101 | 100100 | 10110000 | 1000000 | 100111 |
Color Harmonies of #24A39B
Complementary color
Monochromatic Colors of #24A39B
Black with #24A39B
Text Example
Text Example
White with #24A39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24A39B; }
p { color: rgb(36,163,155); }
H1.HeaderClassName
{
color: #24A39B;
}
.AnyTagClassName
{
color: #24A39B;
}
</style>
background-color css
<style>
a { background-color: #24A39B; }
a { background-color: rgb(36,163,155); }
div.DivClassName
{
background-color: #24A39B;
}
.BgClassName
{
background-color: #24A39B;
}
</style>
border-color css
<style>
span { border-color: #24A39B; }
span { border-color: rgb(36,163,155); }
td.TdClassName
{
border-color: #24A39B;
}
.TagClassName
{
border-color: #24A39B;
}
</style>