Shades of Java #18908D
Tints of Java #18908D
RGB
CMYK
RGB Variations
Color information
#18908D (or 0x18908D) is known color: Java. HEX triplet: 18, 90 and 8D. RGB value is (24,144,141). Sum of RGB (Red+Green+Blue) = 24+144+141=309 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.77% from 309); Green value is 144 (56.64% from 255 or 46.60% from 309); Blue value is 141 (55.47% from 255 or 45.63% from 309); Max value from RGB is 144 - color contains mainly: green. Hex color #18908D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18908D is #E76F72. Grayscale: #6B6B6B. Windows color (decimal): -15167347 or 9277464. OLE color: 9277464.
HSL color Cylindrical-coordinate representation of color #18908D: hue angle of 178.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18908D is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 144 | 141 | - |
| CMYK | 0.83 | 0 | 0.02 | 0.44 |
| HSL | 178.5º | 0.71% | 0.33% | - |
| HSV(B) | 178.5º | 0.83% | 0.56% | - |
| XYZ | 15.16 | 22.06 | 28.66 | - |
| YUV | 107.78 | 146.74 | 68.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 144 | 141 | 0.83 | 0 | 0.02 | 0.44 | 178.5 | 0.71 | 0.33 |
| Hex | 18 | 90 | 8D | 53 | 0 | 2 | 2C | B2 | 47 | 21 |
| Octal | 30 | 220 | 215 | 123 | 0 | 2 | 54 | 262 | 107 | 41 |
| Binary | 11000 | 10010000 | 10001101 | 1010011 | 0 | 10 | 101100 | 10110010 | 1000111 | 100001 |
Color Harmonies of #18908D
Complementary color
Monochromatic Colors of #18908D
Black with #18908D
Text Example
Text Example
White with #18908D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18908D; }
p { color: rgb(24,144,141); }
H1.HeaderClassName
{
color: #18908D;
}
.AnyTagClassName
{
color: #18908D;
}
</style>
background-color css
<style>
a { background-color: #18908D; }
a { background-color: rgb(24,144,141); }
div.DivClassName
{
background-color: #18908D;
}
.BgClassName
{
background-color: #18908D;
}
</style>
border-color css
<style>
span { border-color: #18908D; }
span { border-color: rgb(24,144,141); }
td.TdClassName
{
border-color: #18908D;
}
.TagClassName
{
border-color: #18908D;
}
</style>