Shades of Java #18908B
Tints of Java #18908B
RGB
CMYK
RGB Variations
Color information
#18908B (or 0x18908B) is known color: Java. HEX triplet: 18, 90 and 8B. RGB value is (24,144,139). Sum of RGB (Red+Green+Blue) = 24+144+139=307 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.82% from 307); Green value is 144 (56.64% from 255 or 46.91% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 144 - color contains mainly: green. Hex color #18908B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18908B is #E76F74. Grayscale: #6B6B6B. Windows color (decimal): -15167349 or 9146392. OLE color: 9146392.
HSL color Cylindrical-coordinate representation of color #18908B: hue angle of 177.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 #18908B is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 144 | 139 | - |
| CMYK | 0.83 | 0 | 0.03 | 0.44 |
| HSL | 177.5º | 0.71% | 0.33% | - |
| HSV(B) | 177.5º | 0.83% | 0.56% | - |
| XYZ | 15.01 | 22 | 27.88 | - |
| YUV | 107.55 | 145.74 | 68.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 144 | 139 | 0.83 | 0 | 0.03 | 0.44 | 177.5 | 0.71 | 0.33 |
| Hex | 18 | 90 | 8B | 53 | 0 | 3 | 2C | B2 | 47 | 21 |
| Octal | 30 | 220 | 213 | 123 | 0 | 3 | 54 | 262 | 107 | 41 |
| Binary | 11000 | 10010000 | 10001011 | 1010011 | 0 | 11 | 101100 | 10110010 | 1000111 | 100001 |
Color Harmonies of #18908B
Complementary color
Monochromatic Colors of #18908B
Black with #18908B
Text Example
Text Example
White with #18908B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18908B; }
p { color: rgb(24,144,139); }
H1.HeaderClassName
{
color: #18908B;
}
.AnyTagClassName
{
color: #18908B;
}
</style>
background-color css
<style>
a { background-color: #18908B; }
a { background-color: rgb(24,144,139); }
div.DivClassName
{
background-color: #18908B;
}
.BgClassName
{
background-color: #18908B;
}
</style>
border-color css
<style>
span { border-color: #18908B; }
span { border-color: rgb(24,144,139); }
td.TdClassName
{
border-color: #18908B;
}
.TagClassName
{
border-color: #18908B;
}
</style>