Shades of Java #168792
Tints of Java #168792
RGB
CMYK
RGB Variations
Color information
#168792 (or 0x168792) is known color: Java. HEX triplet: 16, 87 and 92. RGB value is (22,135,146). Sum of RGB (Red+Green+Blue) = 22+135+146=303 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.26% from 303); Green value is 135 (53.12% from 255 or 44.55% from 303); Blue value is 146 (57.42% from 255 or 48.18% from 303); Max value from RGB is 146 - color contains mainly: blue. Hex color #168792 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168792 is #E9786D. Grayscale: #666666. Windows color (decimal): -15300718 or 9602838. OLE color: 9602838.
HSL color Cylindrical-coordinate representation of color #168792: hue angle of 185.32º 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 #168792 is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 22 | 135 | 146 | - |
| CMYK | 0.85 | 0.08 | 0 | 0.43 |
| HSL | 185.32º | 0.74% | 0.33% | - |
| HSV(B) | 185.32º | 0.85% | 0.57% | - |
| XYZ | 14.18 | 19.57 | 30.22 | - |
| YUV | 102.47 | 152.56 | 70.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 135 | 146 | 0.85 | 0.08 | 0 | 0.43 | 185.32 | 0.74 | 0.33 |
| Hex | 16 | 87 | 92 | 55 | 8 | 0 | 2B | B9 | 4A | 21 |
| Octal | 26 | 207 | 222 | 125 | 10 | 0 | 53 | 271 | 112 | 41 |
| Binary | 10110 | 10000111 | 10010010 | 1010101 | 1000 | 0 | 101011 | 10111001 | 1001010 | 100001 |
Color Harmonies of #168792
Complementary color
Monochromatic Colors of #168792
Black with #168792
Text Example
Text Example
White with #168792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168792; }
p { color: rgb(22,135,146); }
H1.HeaderClassName
{
color: #168792;
}
.AnyTagClassName
{
color: #168792;
}
</style>
background-color css
<style>
a { background-color: #168792; }
a { background-color: rgb(22,135,146); }
div.DivClassName
{
background-color: #168792;
}
.BgClassName
{
background-color: #168792;
}
</style>
border-color css
<style>
span { border-color: #168792; }
span { border-color: rgb(22,135,146); }
td.TdClassName
{
border-color: #168792;
}
.TagClassName
{
border-color: #168792;
}
</style>