Shades of Java #18929F
Tints of Java #18929F
RGB
CMYK
RGB Variations
Color information
#18929F (or 0x18929F) is known color: Java. HEX triplet: 18, 92 and 9F. RGB value is (24,146,159). Sum of RGB (Red+Green+Blue) = 24+146+159=329 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.29% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 159 (62.5% from 255 or 48.33% from 329); Max value from RGB is 159 - color contains mainly: blue. Hex color #18929F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18929F is #E76D60. Grayscale: #6E6E6E. Windows color (decimal): -15166817 or 10457624. OLE color: 10457624.
HSL color Cylindrical-coordinate representation of color #18929F: hue angle of 185.78º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18929F is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 146 | 159 | - |
| CMYK | 0.85 | 0.08 | 0 | 0.38 |
| HSL | 185.78º | 0.74% | 0.36% | - |
| HSV(B) | 185.78º | 0.85% | 0.62% | - |
| XYZ | 16.91 | 23.26 | 36.4 | - |
| YUV | 111 | 155.08 | 65.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 146 | 159 | 0.85 | 0.08 | 0 | 0.38 | 185.78 | 0.74 | 0.36 |
| Hex | 18 | 92 | 9F | 55 | 8 | 0 | 26 | BA | 4A | 24 |
| Octal | 30 | 222 | 237 | 125 | 10 | 0 | 46 | 272 | 112 | 44 |
| Binary | 11000 | 10010010 | 10011111 | 1010101 | 1000 | 0 | 100110 | 10111010 | 1001010 | 100100 |
Color Harmonies of #18929F
Complementary color
Monochromatic Colors of #18929F
Black with #18929F
Text Example
Text Example
White with #18929F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18929F; }
p { color: rgb(24,146,159); }
H1.HeaderClassName
{
color: #18929F;
}
.AnyTagClassName
{
color: #18929F;
}
</style>
background-color css
<style>
a { background-color: #18929F; }
a { background-color: rgb(24,146,159); }
div.DivClassName
{
background-color: #18929F;
}
.BgClassName
{
background-color: #18929F;
}
</style>
border-color css
<style>
span { border-color: #18929F; }
span { border-color: rgb(24,146,159); }
td.TdClassName
{
border-color: #18929F;
}
.TagClassName
{
border-color: #18929F;
}
</style>