Shades of Java #18928A
Tints of Java #18928A
RGB
CMYK
RGB Variations
Color information
#18928A (or 0x18928A) is known color: Java. HEX triplet: 18, 92 and 8A. RGB value is (24,146,138). Sum of RGB (Red+Green+Blue) = 24+146+138=308 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.79% from 308); Green value is 146 (57.42% from 255 or 47.40% from 308); Blue value is 138 (54.30% from 255 or 44.81% from 308); Max value from RGB is 146 - color contains mainly: green. Hex color #18928A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18928A is #E76D75. Grayscale: #6C6C6C. Windows color (decimal): -15166838 or 9081368. OLE color: 9081368.
HSL color Cylindrical-coordinate representation of color #18928A: hue angle of 176.07º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18928A is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 146 | 138 | - |
| CMYK | 0.84 | 0 | 0.05 | 0.43 |
| HSL | 176.07º | 0.72% | 0.33% | - |
| HSV(B) | 176.07º | 0.84% | 0.57% | - |
| XYZ | 15.24 | 22.59 | 27.6 | - |
| YUV | 108.61 | 144.58 | 67.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 146 | 138 | 0.84 | 0 | 0.05 | 0.43 | 176.07 | 0.72 | 0.33 |
| Hex | 18 | 92 | 8A | 54 | 0 | 5 | 2B | B0 | 48 | 21 |
| Octal | 30 | 222 | 212 | 124 | 0 | 5 | 53 | 260 | 110 | 41 |
| Binary | 11000 | 10010010 | 10001010 | 1010100 | 0 | 101 | 101011 | 10110000 | 1001000 | 100001 |
Color Harmonies of #18928A
Complementary color
Monochromatic Colors of #18928A
Black with #18928A
Text Example
Text Example
White with #18928A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18928A; }
p { color: rgb(24,146,138); }
H1.HeaderClassName
{
color: #18928A;
}
.AnyTagClassName
{
color: #18928A;
}
</style>
background-color css
<style>
a { background-color: #18928A; }
a { background-color: rgb(24,146,138); }
div.DivClassName
{
background-color: #18928A;
}
.BgClassName
{
background-color: #18928A;
}
</style>
border-color css
<style>
span { border-color: #18928A; }
span { border-color: rgb(24,146,138); }
td.TdClassName
{
border-color: #18928A;
}
.TagClassName
{
border-color: #18928A;
}
</style>