Shades of Java #169D8F
Tints of Java #169D8F
RGB
CMYK
RGB Variations
Color information
#169D8F (or 0x169D8F) is known color: Java. HEX triplet: 16, 9D and 8F. RGB value is (22,157,143). Sum of RGB (Red+Green+Blue) = 22+157+143=322 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.83% from 322); Green value is 157 (61.72% from 255 or 48.76% from 322); Blue value is 143 (56.25% from 255 or 44.41% from 322); Max value from RGB is 157 - color contains mainly: green. Hex color #169D8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169D8F is #E96270. Grayscale: #727272. Windows color (decimal): -15295089 or 9411862. OLE color: 9411862.
HSL color Cylindrical-coordinate representation of color #169D8F: hue angle of 173.78º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #169D8F is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 22 | 157 | 143 | - |
| CMYK | 0.86 | 0 | 0.09 | 0.38 |
| HSL | 173.78º | 0.75% | 0.35% | - |
| HSV(B) | 173.78º | 0.86% | 0.62% | - |
| XYZ | 17.35 | 26.27 | 30.14 | - |
| YUV | 115.04 | 143.77 | 61.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 157 | 143 | 0.86 | 0 | 0.09 | 0.38 | 173.78 | 0.75 | 0.35 |
| Hex | 16 | 9D | 8F | 56 | 0 | 9 | 26 | AE | 4B | 23 |
| Octal | 26 | 235 | 217 | 126 | 0 | 11 | 46 | 256 | 113 | 43 |
| Binary | 10110 | 10011101 | 10001111 | 1010110 | 0 | 1001 | 100110 | 10101110 | 1001011 | 100011 |
Color Harmonies of #169D8F
Complementary color
Monochromatic Colors of #169D8F
Black with #169D8F
Text Example
Text Example
White with #169D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169D8F; }
p { color: rgb(22,157,143); }
H1.HeaderClassName
{
color: #169D8F;
}
.AnyTagClassName
{
color: #169D8F;
}
</style>
background-color css
<style>
a { background-color: #169D8F; }
a { background-color: rgb(22,157,143); }
div.DivClassName
{
background-color: #169D8F;
}
.BgClassName
{
background-color: #169D8F;
}
</style>
border-color css
<style>
span { border-color: #169D8F; }
span { border-color: rgb(22,157,143); }
td.TdClassName
{
border-color: #169D8F;
}
.TagClassName
{
border-color: #169D8F;
}
</style>