Shades of Java #168991
Tints of Java #168991
RGB
CMYK
RGB Variations
Color information
#168991 (or 0x168991) is known color: Java. HEX triplet: 16, 89 and 91. RGB value is (22,137,145). Sum of RGB (Red+Green+Blue) = 22+137+145=304 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.24% from 304); Green value is 137 (53.91% from 255 or 45.07% from 304); Blue value is 145 (57.03% from 255 or 47.70% from 304); Max value from RGB is 145 - color contains mainly: blue. Hex color #168991 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168991 is #E9766E. Grayscale: #676767. Windows color (decimal): -15300207 or 9537814. OLE color: 9537814.
HSL color Cylindrical-coordinate representation of color #168991: hue angle of 183.9º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #168991 is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 22 | 137 | 145 | - |
| CMYK | 0.85 | 0.06 | 0 | 0.43 |
| HSL | 183.9º | 0.74% | 0.33% | - |
| HSV(B) | 183.9º | 0.85% | 0.57% | - |
| XYZ | 14.39 | 20.11 | 29.91 | - |
| YUV | 103.53 | 151.4 | 69.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 137 | 145 | 0.85 | 0.06 | 0 | 0.43 | 183.9 | 0.74 | 0.33 |
| Hex | 16 | 89 | 91 | 55 | 6 | 0 | 2B | B8 | 4A | 21 |
| Octal | 26 | 211 | 221 | 125 | 6 | 0 | 53 | 270 | 112 | 41 |
| Binary | 10110 | 10001001 | 10010001 | 1010101 | 110 | 0 | 101011 | 10111000 | 1001010 | 100001 |
Color Harmonies of #168991
Complementary color
Monochromatic Colors of #168991
Black with #168991
Text Example
Text Example
White with #168991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168991; }
p { color: rgb(22,137,145); }
H1.HeaderClassName
{
color: #168991;
}
.AnyTagClassName
{
color: #168991;
}
</style>
background-color css
<style>
a { background-color: #168991; }
a { background-color: rgb(22,137,145); }
div.DivClassName
{
background-color: #168991;
}
.BgClassName
{
background-color: #168991;
}
</style>
border-color css
<style>
span { border-color: #168991; }
span { border-color: rgb(22,137,145); }
td.TdClassName
{
border-color: #168991;
}
.TagClassName
{
border-color: #168991;
}
</style>